Search the web
Sign In
New User? Sign Up
sw-gis · Smallworld Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 17935 - 17970 of 20144   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17935
Hi all, I am new to smallworld and have been testing using ds_compress to compress the database. The manual says that the default behaviour is to compress and...
gary_mac_sw
Offline Send Email
Sep 4, 2007
2:19 am
17936
hi I m working on smallworld n i m new for it if pls is it possible that somebody help me to understand magik coding & one thing more i hv required its manual...
Nick
neeraj_kul2k
Online Now Send Email
Sep 5, 2007
5:54 am
17937
Hey guys, any idea on this one? If you point me out any document, I can look for it. Although I have already browsed SW core documentation. Thanks, Vini...
vmt005
Offline Send Email
Sep 5, 2007
1:10 pm
17938
Vini, Use the Topology Editor and select 'Tolerances.' From there you can modify the overshoot and undershoot tolerance for your selected manifold. Jon ... ...
Jon Burmeister
scratchmut
Offline Send Email
Sep 5, 2007
1:17 pm
17939
Given an object name as a string, ex. "pole", how do I retrieve the exemplar for this object through code? Thanks, Rob Liggio...
LIGGIO, ROBERT J
rliggio
Offline Send Email
Sep 5, 2007
3:11 pm
17940
Hi Rob, Strictly speaking, you could do it as... _block _local object_name << "pole" _local an_exemplar << !current_package![object_name.as_symbol()] _endblock...
alfred_sawatzky
Online Now Send Email
Sep 5, 2007
3:34 pm
17941
Given that the exemplar name matches the string you have you could do "pole".evaluate() Thanks, Jon From: sw-gis@yahoogroups.com...
Jon Bresler
jbresle
Offline Send Email
Sep 5, 2007
3:36 pm
17942
Rob, Because there's no sure fire way to associate "pole" with a particular object, there is no certain way to get its exemplar. But for a quick guesstimate...
Bruce Morehouse
BruceM@...
Send Email
Sep 5, 2007
3:40 pm
17943
Hi Rob, Try get_global_value("pole"), or if pole is in the user namespace, get_global_value("user:pole"): get_global_value IN <global> B name_or_global ##...
Quince Lunde
qlunde
Offline Send Email
Sep 5, 2007
3:42 pm
17944
Thanks Quince, that's exactly what I was looking for. I thought I had found a way to do this in the past, not using this proc, but could not find the code....
LIGGIO, ROBERT J
rliggio
Offline Send Email
Sep 5, 2007
4:12 pm
17945
The alternative and checkpoint keywords can be used to preserve the differences. Alternatively an existing alternative or checkpoint can be selected to become...
John Boere
magik2
Offline Send Email
Sep 5, 2007
4:20 pm
17946
Hi Rob, It's been around since 4.0, I believe. I would also heed the warnings of Bruce, Jon and Alfred-you want to make sure that your string or symbol is...
Quince Lunde
qlunde
Offline Send Email
Sep 5, 2007
4:27 pm
17947
Thanks, warnings noted. I'm pulling the true names of the exemplars from a file, so it should be fine. Rob ... From: sw-gis@yahoogroups.com...
LIGGIO, ROBERT J
rliggio
Offline Send Email
Sep 5, 2007
4:39 pm
17948
Rob, Two things I thought worthy of note: 1. The exemplar is not necessarily the name of the collection (though it usually is). 2. Multiple tables may share...
Bruce Morehouse
BruceM@...
Send Email
Sep 5, 2007
5:08 pm
17949
Thanks Bruce, I'll keep that in mind. Rob ... From: sw-gis@yahoogroups.com [mailto:sw-gis@yahoogroups.com] On Behalf Of Bruce Morehouse Sent: Wednesday,...
LIGGIO, ROBERT J
rliggio
Offline Send Email
Sep 5, 2007
5:51 pm
17950
Great! Thanks Jon, that's the clue I needed. Vini ... can modify ... Behalf Of ... have ... far ... switch on...
vmt005
Offline Send Email
Sep 5, 2007
5:57 pm
17952
I have made a CASE change to ds_record of type job_action. I have applied this change to the "top" alternative and merged it down to an alternative named...
Harris, Ronnie
rharris@...
Send Email
Sep 6, 2007
10:09 pm
17953
Ronnie, This is how I rectified the situation in my case, so it may not be the best solution to apply. 1: Within the "Version Management" window I took note of...
edlee_smallworld
edlee_smallw...
Offline Send Email
Sep 6, 2007
11:56 pm
17954
I added a dynamic enumerator to an object. This enumerator reads from a table that contains 2800 entries. The attribute that displays the enumerated list is...
teamkenosee
Offline Send Email
Sep 7, 2007
4:23 pm
17955
Hello Dana, Can you clarify which "dynamic enumerator" functionality you are using? Is it the one that makes use of the methods :can_match?() and ... refer to...
alfred_sawatzky
Online Now Send Email
Sep 7, 2007
4:57 pm
17956
Dana, If I understand your question to be 'The user needs to select an item out of 2800 items' Then I think it may be more of a modeling issue than a...
Bruce Morehouse
BruceM@...
Send Email
Sep 7, 2007
5:44 pm
17962
Hi Group, I just downloaded the last version of core_40_swaf and mss. In core_40_swaf, I tested the dialog_designer which is very interesting and easy to use. ...
Gretsch Luc
gretsch_l
Offline Send Email
Sep 11, 2007
6:51 am
17963
Hi, shortly we ran into the problem that German umlauts in the *gis* buffer are read as multibyte characters: MagikSF> t << "lö" $ "l<U+0081>ö" MagikSF>...
Reinhard Hahn
reinhard.hahn
Offline Send Email
Sep 11, 2007
7:59 am
17964
Reinhard, On the few occasions I have required accented letters and punctuation I have found that setting (set-language-environment "Latin-1") in multibyte...
Paul Warwicker
sw_paulwarwi...
Offline Send Email
Sep 11, 2007
5:00 pm
17965
Thanks for the fix - I have updated this file for the next McLib release. As far as using it, this plugin is intended to allow any number of plugins within the...
Brad Sileo
bradley_sileo
Online Now Send Email
Sep 11, 2007
8:19 pm
17966
Paul, together with (setq default-buffer-file-coding-system 'iso-8859-15-unix) this yields to the quite strange result, that in *gis* buffer each line feed is...
Reinhard Hahn
reinhard.hahn
Offline Send Email
Sep 12, 2007
7:32 am
17967
Hi, Can anyone tell me if there are any Magic coding standards available which covers the best practices across industry. That is what is the best practice for...
debadyuti_banerjee
debadyuti_ba...
Offline Send Email
Sep 12, 2007
8:31 am
17968
... line feed ... Perhaps this is something else in your emacs environment. I have tried adding this coding system to my own customisation (the modeline now...
Paul Warwicker
sw_paulwarwi...
Offline Send Email
Sep 12, 2007
8:50 am
17969
Get this traceback during an upgrade, maybe someone has a clue what's wrong, Robert ... Running update raster_cs_labels Update was successful Running update...
robert.schweikert@...
robert_schwe...
Offline Send Email
Sep 12, 2007
9:05 am
17970
Thanks to Andrew and Paul for your hints! ... In my case, I'm not sure, wheather that's the reason. These dot's came after each line and all lines have been...
Reinhard Hahn
reinhard.hahn
Offline Send Email
Sep 12, 2007
1:53 pm
Messages 17935 - 17970 of 20144   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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