You can change the display precision by modifying your field_configuration.txt file to have a line like: gis rme_spec height length inch inch 3 Martin Fulford ...
I think that your probleem is down to permissions of some sort. The fact that message.ds is being opened when you access the system from anggerik indicates...
Hi Riho, You don't say which version of SIAS that you are using, but if you have SIAS 1.1, please ensure that patch P81501_1.magik has been loaded into your...
Dear Martin and Justin, Thank you for both of your suggestions. I will take a thorough look at them and see which one may work best for our customized ...
Greetings, It seems that a number of users are reporting that minimized GIS windows are vanishing. We have the following configuration: Citrix MetaFrame...
Hi, I had found some magik code, which related with the adding a new datum with bursa_wolf method, can you please guide me to add a new datum which parameter...
Or, when you create a button on your menu (inheriting from model), create the button with button_item.new_safe(). This adds error handing and changes the...
I have used transform.new_converting()with dual lists for anumber of points.This seems to have worked fine. I will try and dig up the code I used. Mark Butler ...
6284
Nassuha, Khairol/PEN
knassuha@...
Nov 2, 2001 3:01 am
Hi Sebastian, I have tried this program to another database and it works fine but not for the damaged database. From :noisy? reports, I found that ds_transfer...
6285
Suneetha.G
suneetha_g@...
Nov 2, 2001 5:16 am
It is specified that SIAS does not require any additional SMALLWORLD Licenses and that a fixed number of TICS licenses are provided . Can some one give me...
Hello SW-egroup, Does anyone know what the change_selector property for a text_item is called? When i use change_selector I get no response: text_item.new(...
6287
EY Jeong
maylikes@...
Nov 2, 2001 7:04 am
Hakuna Matata !!! Hakuna Matata~~ Hello. I have developed magik with TICS and ACPT(Data Marshalling). Here is a part of my TICS/ACPT code. ...
6288
Sebastián Clavijo
sebastian.clavijo@...
Nov 2, 2001 9:18 am
RE: [sw-gis-dev] Storing TrailsHi Khairol, I never have had a problem like this in a ds_transfer, but I'm pretty sure that your traceback happen in the method...
6289
EY Jeong
maylikes@...
Nov 2, 2001 12:28 pm
Hakuna Matata !!! Hello. I have developed magik with TICS and ACPT(Data Marshalling). Here is a part of my TICS/ACPT code. ...
6290
Phani Vemuri
pvemuri01@...
Nov 2, 2001 3:32 pm
SIAS uses one Smallworld read licenses and as many number of TICS licenses as the number of sessions. As each client request arrives, the TICS dispatcher ...
Scott, In my experience with text_items, two things need to happen before the change_selector method gets called: 1. Focus leaves the text_item 2. The user...
6292
Frugard, Christian
frugardc@...
Nov 2, 2001 3:53 pm
Does anyone know a way that I can find out the commands for the menu options in editors? I am looking to create an accelerator key that for commands present...
Scott, You also need to define the "model" for the text_item, which is the object to which the change_selector method is sent - this is probably _self, i.e....
I have written a rather long _method containing two nested loops and a lot of _if.._else.._endif parts and a rather long blocks of _if ... _elif .... _elif...
Hi Jan, does this error occur while parsing the code or while running the method? Anyway, such a long method "smells" to be bad designed.... You should think...
Jan If memory serves me right, you cannot have a magik method with more that 256 command lines or you get this error. You will have to work out some way to...
6297
tarter@...
Nov 2, 2001 5:58 pm
I believe that if you look in the group archives you will find this has come up at least one other time (and one of them was me). Yes there is a limit on how...
Hi Betty, Yes we do have timeouts, but that isn't a factor here (apps vanish much more quickly than should based on the timeout). I did find the following on...
Just a hint on speeding up a ds_transfer. One of the ways to increase speed of the ds_transfer is to drop all indexes on all tables before the transfer. Once...
Smallworld has a component for Ratiaonal Rose that translates MAgik > UML and vice versa. There is also module for reverse engineering the Case Tool into Rose....
You may also want to check out Smallworld's Plot Preparation Module. It has many enhanced fetures for plotting that are not in the core system. ... From:...
Hi Reinhard, Patty and 'Tarter', I agree, indeed such a long method "smells" to be bad designed. It was a quickly 'spaghetti-programmed" method. Knowing this...