Hi, unfortunately i'm not capable inserting anything into a list_box. I thought there is already a connection between the list_box and my rope, because the new...
61
Robert Schweikert
robert.schweikert@...
Nov 9, 1998 8:32 am
You need to call the changed(:rope_name) message on the model: method some_menu.show_rope() .my_rope << { "A" } self.changed(:my_rope) endmethod ... ...
62
Burt, Joe
jburt@...
Nov 9, 1998 4:28 pm
Sven, When you pass my_rope to the list box, you must also pass a <string_message> which all objects in my_rope use to display themselves in the list. For...
63
Sven Degenhardt
sven_degenhardt@...
Nov 19, 1998 12:28 pm
Hallo to everyone, is there a possibility to catch errors with the "try - when" mechanism and get the information what kind of error occured. And i really need...
64
vlp@...
Nov 19, 1998 12:44 pm
... Here is an example: _try _with cond date.from_string("22", "#d-#m-#Y") _when error write("error") cond.report_contents_on(!terminal!) write(newline_char,...
65
Harold Schellekens
harold.schellekens@...
Nov 19, 1998 1:23 pm
... Hello, I added a little to Vasco's fine example so that you could get all the traceback text: _method gis_ds_view.try_this() _try _with cond ...
66
Burt, Joe
jburt@...
Nov 19, 1998 5:58 pm
Sven, You can get data from the condition using something like this _try _with cond me.do_something() _when error !output!.write(cond.report_contents_string) ...
69
Henri Pornon
ieti@...
Nov 24, 1998 8:04 am
remove -- Henri PORNON - IETI Consultants 17 boulevard des Etats-Unis, F-71000 Mācon Tel : (0)3 85 21 91 91, Fax : (0)3 85 21 91 92 mailto:ieti@... ...
70
Han, Man Yong
syds96023@...
Nov 25, 1998 1:53 am
Hi, There... Yesterday, I subscribed sw-gis mailinglist.. I create a mailing group (smallworld@egroups.com - Korean Smallworld Developers Group..) a few days...
71
Joseph Burt
jburt@...
Nov 25, 1998 2:28 am
Has anyone had any problems getting a color map to work correctly in Smallworld? For example, I have 8 bit color palette TIFF that I analyze in Paint Shop Pro....
72
Fergus, John
jfergus@...
Nov 25, 1998 4:57 am
Congratulations Joe, you've discovered the Smallworld gamma correction factor ! After you ask magik to create a new colour for you it takes the RGB values...
73
Andrew Gay
andrew@...
Nov 25, 1998 10:21 am
... I find that a fairly accurate way to convert from Smallworld colour values to the rgb intensities used on the display is to take the Smallworld colour ...
74
Burt, Joe
jburt@...
Nov 25, 1998 3:56 pm
Whew! Thanks to everyone. I guess I've joined the ranks of the disconcerted color mappers. Now that I think about it, I seem to remember John reporting this ...
75
Andrew Gay
andrew@...
Nov 25, 1998 4:14 pm
I wouldn't call it a 'bug' as such, more of an undocumented feature. My own software is full of such things ;-) I worked out the conversion by drawing a graph,...
76
Evan Gorin
egorin@...
Nov 25, 1998 6:16 pm
remove ... Free Web-based e-mail groups -- http://www.eGroups.com...
77
Fergus, John
jfergus@...
Nov 25, 1998 11:51 pm
I'd be inclined to call it a bug, but Smallworld call it a feature - and they write the product so I think we're stuck with it. Andrew, the 0.568 value you...
78
Robert Schweikert
robert.schweikert@...
Nov 27, 1998 8:47 am
Hello everybody, please take note of the following subscription/unsubscription procedure for the sw-gis list: To subscribe: send a blank message to ...
79
Hannu-Pekka Rantaniemi
hannu.pekka.rantaniem...
Dec 2, 1998 2:29 pm
Hello, Has anyone developed a plot filter etc. to produce e.g. a raster (e.g. tif) file instead of a plot file? Another a bit similar question. Has anyone...
80
Konstantin Malakhanov
kosta@...
Dec 3, 1998 7:46 am
It depends on what are you trying to do. If you want to produce raster PICTURE from plot file, a way would be to produce Postscript file and convert it to...
81
Kirmo Uusitalo
kirmo.uusitalo@...
Dec 7, 1998 12:00 pm
Hello, ... A very handy utility for all Smallworld users would be a way to produce Windows Metafile into Windows clipboard from the smallworld plot window....
82
Kirmo Uusitalo
kirmo.uusitalo@...
Dec 11, 1998 6:43 am
Hi, I am trying to use list_box_item in Smallworld and wish to attach a method that is executed when the column header buttons (Col1, Col2) are pressed. ...
83
Burt, Joe
jburt@...
Dec 11, 1998 4:36 pm
Kirmo, Unfortunately, it is impossible to trap actions on column headers in a list_box_item. You can confirm this by putting a write statement into ...
84
Ecoope1@...
Dec 12, 1998 1:37 am
Has anyone successfully plotted anything but a solid area fill using the windcplot driver? The plotter is an HP 3500CP. The various fill saturations work...
85
SuHyun Moon
syds97034@...
Dec 12, 1998 1:59 am
Hi, my name is suhyun moon I am tring to back up Smallworld Repositories On Oracle Using Oracle backup procedures. Following Smallworld 3 Documentation Chat. 8...
87
Marko
marco.huebler@...
Dec 14, 1998 7:15 am
subscribe ... Free Web-based e-mail groups -- http://www.eGroups.com...
88
Marko
marco.huebler@...
Dec 14, 1998 7:17 am
... Free Web-based e-mail groups -- http://www.eGroups.com...
89
Marko
marco.huebler@...
Dec 14, 1998 11:46 am
Hi there, The following message occured while making a database extract UVA values exhausted for UVA 'gis' (start = 1, max = 0) While exploring the system...
90
Michael.Locke@...
Dec 14, 1998 5:00 pm
subscribe ... Free Web-based e-mail groups -- http://www.eGroups.com...
91
Burt, Joe
jburt@...
Dec 14, 1998 5:28 pm
Marko, This is a pretty typical problem when using the database extractor. ... From: Marko [mailto:marco.huebler@...] Sent: Monday, December 14, 1998...
92
Nick Farrow
nicholas@...
Dec 15, 1998 12:33 am
Hi there Marko, I recieved a copy of an email you sent to the egroups service and noticed that you are an experienced Smallworld developer. I dont know whether...