Has anyone had success plotting rasters out of version 3.1. We have found it to be considerably slower than in version 2.21. We have tried using both the...
1805
Connell, Tom
tom.connell@...
Apr 3, 2000 5:54 pm
Hello! We have not been successful with raster plotting under 3.1. Raster data plots out as 'ragged' and 'fuzzy'. Plot times are EXTREMELY long. A support...
1806
Jeff Bygrave
jeff_bygrave@...
Apr 3, 2000 7:32 pm
Hi, What is the easiest way to "dump" the geometry from a trail and then to restore the trail from the data at a later date? Thanks in advance, Jeff Bygrave ...
1807
Ivan Rau (SWUS)
ivan.rau@...
Apr 3, 2000 8:00 pm
Hi, the question could be: "where" do you want to dump this trail? in a file? ... From: Jeff Bygrave [mailto:jeff_bygrave@...] Sent: Monday, April 03,...
1808
Herbert.Mueckenheim
Herbert.Mueckenheim@...
Apr 4, 2000 6:54 am
Please try: Set any trail in Main-Graphics-Window Dump this trail in a file: Magik2> g << gis_program_manager.applications[:gis] Magik2> g.gtrail.dump...
1809
Jeff Bygrave
jeff_bygrave@...
Apr 4, 2000 1:56 pm
Hi, I am trying to find the best way to record the sectors from a trail, perform some manipulation on it, then if necessary restore the trail to the graphics...
1810
Urban.Bruening@...
Apr 4, 2000 1:58 pm
Hi Jeff, please explain what Your wanted result is and Your way to this. Urban ... From: Jeff Bygrave [mailto:jeff_bygrave@...] Sent: Tuesday, April 04,...
1811
Hendriks, Fa. Realwor...
W.Hendriks@...
Apr 5, 2000 9:16 am
Hi SW-devotees, Using the OLE Automation Client to send E-Mail from within Smallworld in coorporation with both Outlook and Exchange I came across some...
1812
Jeff Bygrave
jeff_bygrave@...
Apr 5, 2000 12:30 pm
Hi, Thanks for the help. I am now doing it this way which seems to work okay: # Set sectors from current trail _if grs.gtrail.n_points > 1 _then sec <<...
1813
Jason Cleaver
jason.cleaver@...
Apr 5, 2000 1:18 pm
Hi, Are there any known problems with IE5.0 and the Smallworld Web ActiveX controls? Thanks, Jason...
1814
Craig_McAdie/Manageme...
Craig_McAdie/Manageme...
Apr 5, 2000 2:36 pm
We've been using IE 5.0 extensively in our development of both web page and ActiveX document based applications, and haven't encountered any problems. In fact,...
1815
Smallworld Admin
swadmin@...
Apr 5, 2000 2:59 pm
This seems like an enhancement request Smallworld refused after about 2 years 'hard thinking'. What we asked for was hooks on the geo field editor that a)...
1816
Jason Cleaver
jason.cleaver@...
Apr 5, 2000 3:56 pm
Hello, Here is the scenario: The web page contains a Smallworld Map and Table control. Upon opening the web page, an Initialize() routine is called to set the...
1817
Arno Engelbrecht
Arno.Engelbrecht@...
Apr 5, 2000 4:38 pm
** High Priority ** Hi I'm writing a draw_method for an area geometry and want to draw different colours and fill patterns depending on certain criteria. I can...
1818
Rodney Fazenbaker
rodney.fazenbaker@...
Apr 5, 2000 5:20 pm
Jason, I've found that the map doesn't appear on startup when the cache method property is set to 3 (Tile). However, refreshing in this case works. As a ...
1819
Peter Perille
peterperille@...
Apr 5, 2000 7:39 pm
I am using the documented method to run magik on unix using the execute_me stuff in a script. I don't seem to be able to execute anything in the script after...
1820
Cristina Bellmunt Pal...
cbellmunt@...
Apr 6, 2000 7:45 am
We have two problems: 1) ( also in IE4.0 ). When you open another browser window ( i.e a editor to find an address in the map control) and you click in the map...
1821
Herbert.Mueckenheim
Herbert.Mueckenheim@...
Apr 6, 2000 8:42 am
Here is a working example for drawing a brick-pattern, taken from one of our applications: my_rwo_record.define_shared_constant(:brick_patt, {8,8,1, ...
1822
Scott B Czech
sczech@...
Apr 6, 2000 1:12 pm
Hi everyone! I am putting together a menu and I can't figure out how to implement some Windows functionality. 1) I want to define shortcut keys - meaning I...
1823
Colin Mackay
Colin.Angus.Mackay@...
Apr 6, 2000 1:52 pm
Hello, Sorry, I am not sure of the answer to your first question. The second question is easier to answer: There are no methods for the Cut/Copy/Paste as the...
1824
JoeBurt@...
Apr 6, 2000 3:33 pm
Scott, I think I interpret your question as such: 1.) Need to define shortcut keys to menubar pulldown functions - This is done by simply defining the labels...
1825
jwakefield@...
Apr 6, 2000 5:32 pm
Hello: Has anyone experienced an intermittent problem in Smallworld 3.0 (NT) where the accelerator key L (length) for trails wouldn't work? The only way to...
1826
tarter@...
Apr 6, 2000 8:26 pm
Hi, I need to access an objects geometry attributes. Up to this point I have been able to do this by a_rope << object.geometries() and then a_geom << ...
1827
tarter@...
Apr 6, 2000 9:22 pm
Cancel, I just need how to type right!...
1828
Peter Perille
peterperille@...
Apr 7, 2000 6:16 pm
I have created a drawing function to place some special things on a map. I need to know a transform to use to convert coordinates. Can I find a transform in...
1829
Steve Long
steve.long@...
Apr 7, 2000 6:57 pm
Peter, The transform is stored in the graphics system transition data. To get the transform: a_view.model.transition_data[:transform] This transform converts...
1830
Peter Perille
peterperille@...
Apr 7, 2000 8:02 pm
not sure if first went. That is unset. How is it supposed to get set?...
1831
nakamura_t@...
Apr 10, 2000 3:26 am
Hi there. I wonder if anyone has tried to do something like network programming in Magik? For example is it possible to send a pop-up message to all of the...
1832
matthew.r.slyfield@...
Apr 10, 2000 2:32 pm
Does anyone know what this error is? File "\swdev\csource\300\magik\object-swap.c", line 28 faultInObject ...
1833
alfred@...
Apr 10, 2000 2:56 pm
I wrote a simple proc that only works on NT.. _global net_send_alert << _proc @net_send_alert_proc(message,_optional name) ## sends text MESSAGE to NAME (can...