Just a thought.... If you take a look at the manual on "39.7 Comparing message databases", there is a method "dump_database updates" that would produce a magik...
7612
Hanne Ribergaard Hansen
hanne.ribergaard@...
Mar 1, 2002 10:35 am
yes it's a good idea, but this method gives only the message id and not the text: iter method differences(another) ... Note that this does not return the text....
Hi Simon, The field has to be chars because it contains facility ID's. For example a transformer ID has format ZNAxxxx (x being digits) if it's overhead, ...
hi javier, try this this it works fine and prevents the user from inserting invalid charakters. in your case you additionally need to check the leading three...
7615
Simon Mullen
simonmullen@...
Mar 1, 2002 1:56 pm
Hi Javier, ... OK, so try this... _for c _over "ZNA12345".slice(4, 8).fast_elements() _loop _if c.decimal_digit_value _is _unset _then _return :failed _endif ...
I believe Model.IT 2.0 (or whatever we are calling it now) required a template.ds. This was part of the core product. If you don't have it, try restoring it...
And since you say your image "wants a template.ds", I'm assuming it's an 'open' image that is failing to open. You should be OK restoring the ds file from CD...
7618
sw-gis@yahoogroups.com
Mar 1, 2002 5:47 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the sw-gis group. File : /P81508_1.magik ...
This was actually reported as a defect to the iDG (Internet Development Group)team. A patch was created to fix this defect. P81508_1.magik I have uploaded the...
Is it possible to use a choice_item in a pulldown_menu? It doesn't work for me. There is no traceback or anything else but nothing appears in the pulldown...
You didn't see something like this in the file output which specifies the message text? # SYSTEM - Slate read_message_patch(:|Slate| ,_unset,:datastore) $ ... ...
Hi everbody I need to update a geometry (chain, point) but I don't want to do unset_geometry() and make_geometry() methods, because ... When DM move vertex...
Hi, Have you ever seen a choice_item in a pulldown menu in Windows? I have programmed quit a lot items in a pulldown menu, but not a choice_item. I think...
Hi all. Does anybody know where I can get a list of the startup system arguments, such as -cli, -noinit, -password, - database etc? Is it possible to set the...
Hi SW Group, I'm doing a network trace that falls over at network_follower.process() because out_node is unset. I have experienced this bug before (but cannot ...
7626
Ritu Chintalacheruvu
ritu_1357@...
Mar 4, 2002 7:04 am
Hi, Cud anyone provide me the code to set the styles for the attached figures. Plz check the attachment for the figures. Thanks & Regards, Ritu. ...
7627
Thomas Kjær-Andersen
thomas.kjaer@...
Mar 4, 2002 8:58 am
Hi all Does any of you have experiences/know of troubles regarding running swmfs on REDHAT for s390 (IBM Z-900). We also plan to run Circit(/LNI) Server on...
Hi, I have installed Smallworld(3.2) on Suse 7.3. I cannot start swmfs. gis_config outputs the message "Can't start process swmfs". In the messages file there...
FYI, My solution to imitate a choice_item was to use a group of toggle_items and use the change_selector method to adjust the values of the associated ...
Are you using 3.2? If so: 5.3.5 Command-line parameters used in product images BM_204387The command-line parameters used in the gis.msf product image are as...
As another solution, you can use a radio_group with several radio_items in a pulldown_menu(). the radio_group manages the children so only one can be selected...
I use swmfs 5.6.1 on linux redhat 7.1 Kernel 2.4.9-21 on x86 (this is smallworld 3.1) I have no problems at all. I only use the database and sias server on it...
Hello everyone, During my plot preview under Smallworld version 3.2, I get this traceback even though it seems to be drawing ok. Does anybody know how to...
7636
Begoña Prado
Bprado@...
Mar 6, 2002 4:49 pm
I'd like to change de visibility of certain fields, when the value of another field changes. Is that posible? How can I get :change_selector method of an...
I discovered a delay in the time it takes to evaluate a select_collection the first time the query is performed and after the graphics screen is refreshed....
I don't know if this applies to spatial replication but we discovered a replica problem where data will be lost if the user posts data to replica supertop and...
The only thing I can think of that would cause this sort of behavior is that the in-core cache is being overflowed. When you run the query the first time, all...
I agree with Steve, make sure your users are not merging to the replica's super top alternative. If they do this some or all changes may be lost that have been...