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...
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...
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...
Vini, Use the Topology Editor and select 'Tolerances.' From there you can modify the overshoot and undershoot tolerance for your selected manifold. Jon ... ...
Hi Rob, Strictly speaking, you could do it as... _block _local object_name << "pole" _local an_exemplar << !current_package![object_name.as_symbol()] _endblock...
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@...
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 ##...
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....
The alternative and checkpoint keywords can be used to preserve the differences. Alternatively an existing alternative or checkpoint can be selected to become...
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...
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@...
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,...
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@...
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...
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...
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...
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@...
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. ...
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, On the few occasions I have required accented letters and punctuation I have found that setting (set-language-environment "Latin-1") in multibyte...
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...
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...
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...
... 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...
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...
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...