Tejas, Check the documentation on make_geometry() (chapter 3.2.1) I'm guessing you haven't set the !current_dsview! or !current_world!. And there is no warning...
12950
Bruce Morehouse
BruceM@...
Mar 1, 2004 6:56 pm
Opinion question. After pounding through the documentation and scanning all core code, I am unclear as to the best method of declaring a package and would ...
Is there any guy like to share the developement docs for SIAS? thanks, gm...
12953
joseph.burt@...
jburt25
Mar 2, 2004 4:47 am
I think you struck on the correct approach, with one variation being the key. We defined a single module called '"my_package". The module has one source file...
12954
joseph.burt@...
jburt25
Mar 2, 2004 4:59 am
I do recall that at 3.2 or thereabouts memory canvases were quite memory intensive. Therefore, I would suggest re-using a memory canvas rather than making a...
12955
peter.giles@...
pagilesuk
Mar 2, 2004 11:52 am
This is most likely to be the known issue of 3.2 through 3.3 not working with 256 colour display settings on windows. The problem with remote access systems...
12956
tgolelcin7419
Mar 2, 2004 1:53 pm
Dear All, On the graphic system I can select a chain geometry. And set the trail from it. Then reverse it. And finaly I can update the geoemtry with the...
12957
Thinnes Carlo
carlothinnes
Mar 2, 2004 2:08 pm
Hi, Try: your_chain.sectors.reversed() Hope it helps, Carlo. ... De : tgolelcin7419 [mailto:tgolelcin@...] Envoyé : mardi 2 mars 2004 14:53 À :...
12958
D'Arcy, William
wdrc2000
Mar 2, 2004 2:24 pm
For Citrix, your best bet is to publish the application with the appropriate color depth, and then configure the client to use the server settings for the...
12959
rihojaska
Mar 2, 2004 3:11 pm
Hi, Is it possible to change the text colour and/or background colour of the label_item and text_item? Regards, Riho Jaska...
12960
Olivier Gagnon
olystersw
Mar 2, 2004 3:38 pm
Hi ! I tried the method you provided and the result is very close to what I'm looking for. The main problem is that the bounding box returned is too big and...
12961
Joan Torres
joan_torres_...
Mar 2, 2004 4:42 pm
Hi, Try to transform the outline of the symbol instead of the bounds, _local bb << point_style.symbol_bounds.outline ... Hope it helps J. Torres ... a...
12962
Olivier Gagnon
olystersw
Mar 2, 2004 5:01 pm
Hi Joan ! Thank you very much for the tip ! It works well - The box is well orientated and smaller. ... very helpful ! Thanks a buch again ! Olivier ... ...
12963
li_cailong
Mar 3, 2004 12:57 am
I find a problem of dxf input:object dxf_load_history104-detached:(0) does not understand message next_key.I do not know what it happen....
12964
Tejas Gohel
tejasg@...
Mar 3, 2004 5:49 am
MessageThanks Bruce ,after setting the variables it worked. ... From: Bruce Morehouse To: sw-gis@yahoogroups.com Sent: Monday, March 01, 2004 8:45 PM Subject:...
12965
Tejas Gohel
tejasg@...
Mar 3, 2004 6:30 am
Hi All, How I can get nearest two coordinates of chain object near the mouse cursor (on either side of mouse cursor) for the selected object. Thanks , Tejas....
12966
Tejas Gohel
tejasg@...
Mar 3, 2004 6:35 am
Actually I want coordinates of nearest two vertex of the chain. Thanks, Tejas. ... From: Tejas Gohel To: sw-gis@yahoogroups.com Sent: Wednesday, March 03, 2004...
12967
Prasanna Trimbakkar
bhupeshs@...
Mar 3, 2004 1:17 pm
Can we find the coordinates of the sector of a trail nearest to mouse cursor ? or else Suppose if we select an object (basic geometry type = chain) by hitting...
12968
sseverance@...
sseverance
Mar 3, 2004 1:37 pm
I don't know the complete answer to your question. Check out the method graphics_system.set_vertex(). This may help you find a solution. Good luck, Steve ......
12969
Simon Mullen
simonmullen
Mar 3, 2004 3:41 pm
Hi Bruce, In my closed image build script I have the following _if system.getenv("MyProduct") _is _unset _then write("Missing MyProduct") _else ...
12970
alonso312000
Mar 3, 2004 4:39 pm
Tengo una tabla con los siguientes campos: Nombre de la tabla: departamento Campo 1 : nombre (fisycal field) - ds_chart_vec16 (15) Campo 2: etiqueta...
12971
alonso312000
Mar 3, 2004 4:41 pm
Tengo una tabla con los siguientes campos: Nombre de la tabla: departamento Campo 1 : nombre (fisycal field) - ds_chart_vec16 (15) Campo 2: etiqueta...
12972
joseph.burt@...
jburt25
Mar 3, 2004 4:52 pm
You ay receive more assistance if your question was in English. Gracias. ... From: alonso312000 [mailto:alonso31@...] Sent: Wednesday, March 03, 2004...
12973
Joan Torres
joan_torres_...
Mar 3, 2004 4:54 pm
Hi, ... Hope it helps, J. Torres...
12974
Aitor Santamaria
aitorsan
Mar 3, 2004 4:54 pm
I think you must "return" the text. ... De: alonso312000 [mailto:alonso31@...] Enviado el: miércoles, 03 de marzo de 2004 17:40 Para:...
12975
clovis.abreu@...
clovis_abreu
Mar 3, 2004 5:58 pm
All, I have a SW installation 3.2.1 and all alternatives of my electric database was in single files (rwo.ds,gdb.ds,raster.ds,dd.ds). For administration ...
12976
D'Arcy, William
wdrc2000
Mar 3, 2004 6:50 pm
Clóvis, Could you provide your ds_transfer object definition? ... From: clovis.abreu@... [mailto:clovis.abreu@...] Sent: Wednesday, March 03, 2004...
12977
clovis_abreu
Mar 3, 2004 7:02 pm
William, Following is the block that I've executed: _block _local ds_trf ds_environment.nslots<<60000 ds_environment.init() write("Inicio: ",...
12978
Frugard, Christian
frugardc
Mar 3, 2004 8:00 pm
A quick simple one... I have a choice_item that I would like to run a method every time an item in its list is selected. Simple enough, set the...