Skip to search.
sw-gis · Smallworld Developers

Group Information

  • Members: 1611
  • Category: Development
  • Founded: Jul 9, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 7611 - 7640 of 21990   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7611 Eric Ho
eho8 Offline Send Email
Mar 1, 2002
10:12 am
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@... Send Email
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....
7613 javier.espanol@...
javiespa Offline Send Email
Mar 1, 2002
12:02 pm
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, ...
7614 marie_antoinette_1793
marie_antoin... Offline Send Email
Mar 1, 2002
1:11 pm
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@... Send Email
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 ...
7616 joseph.burt@...
jburt25 Offline Send Email
Mar 1, 2002
4:36 pm
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...
7617 D'Arcy, William
wdrc2000 Offline Send Email
Mar 1, 2002
4:38 pm
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 Send Email 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 ...
7619 nickipuckett Offline Send Email Mar 1, 2002
5:49 pm
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...
7620 sseverance@...
sseverance Offline Send Email
Mar 1, 2002
7:27 pm
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...
7621 Eric Ho
eho8 Offline Send Email
Mar 2, 2002
9:09 am
You didn't see something like this in the file output which specifies the message text? # SYSTEM - Slate read_message_patch(:|Slate| ,_unset,:datastore) $ ... ...
7622 Diego Manzanares
diegomanzanares Offline Send Email
Mar 2, 2002
1:32 pm
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...
7623 Danny van Hooren
dhooren Offline Send Email
Mar 3, 2002
8:24 pm
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...
7624 Heiko Philippi
heikophilippi Offline Send Email
Mar 4, 2002
1:48 am
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...
7625 sselkirk@...
scott_agl Offline Send Email
Mar 4, 2002
5:07 am
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@... Send Email
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@... Send Email
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...
7628 Herman Smith
herman_smithza Offline Send Email
Mar 4, 2002
9:09 am
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...
7629 Joan Parramon
xirinada Offline Send Email
Mar 4, 2002
11:13 am
Hi Heiko Take a look at system.args Cheers Joan Parramon SYSIGSA, Barcelona. ... <heiko.philippi@...> escribió: > Hi all. ... ...
7630 sseverance@...
sseverance Offline Send Email
Mar 4, 2002
1:40 pm
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 ...
7631 Mišo Glagolić
mglagoli Offline Send Email
Mar 5, 2002
3:12 pm
Hi, Does anybody try to install GE Smallworld under Caldera Open Linux? Have you experienced any problems? Miso Glagolic...
7632 joseph.burt@...
jburt25 Offline Send Email
Mar 5, 2002
3:16 pm
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...
7633 joseph.burt@...
jburt25 Offline Send Email
Mar 5, 2002
9:06 pm
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...
7634 Gert Wijsman
gwijsman2001 Offline Send Email
Mar 5, 2002
11:06 pm
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...
7635 tbui@...
thubui9 Offline Send Email
Mar 6, 2002
3:54 am
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@... Send Email
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...
7637 sseverance@...
sseverance Offline Send Email
Mar 6, 2002
4:58 pm
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....
7638 sseverance@...
sseverance Offline Send Email
Mar 6, 2002
5:01 pm
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...
7639 joseph.burt@...
jburt25 Offline Send Email
Mar 6, 2002
7:44 pm
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...
7640 RICHARD SWAIN
richard_p_swain Offline Send Email
Mar 6, 2002
10:24 pm
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...
Messages 7611 - 7640 of 21990   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help