Hi I am having trouble with the edit_choice_item object. I would like to type in a value that contains 120 characters. But my edit_choice_items width or...
Hi, I'm using SW 3.3 and I'm having problems loading magikc files. That is I have two different images (image 1 and image 2) and one magikc file (for instance...
8791
Robert Schweikert
robert.schweikert@...
Aug 1, 2002 3:41 pm
This does not really answer your question, but I have seen that pre-3.3 magikc files result in the message you mention ("test.magik does not exist") but magikc...
Hi, I am trying to update some fields on the intermediate table to create relationship between two tables based some exisitng Relationship. The following...
Hi, I have a table with m:n relationship. At present it's using the parent table using default editor and the DBset_filed_editor is appearing for the data...
Hi, Is there any means to export a particular table into a file and later import it in other database file. There is a table sw_gis!coordinate_system in gdb.ds...
There is a global variable that can be set to ignore magikc files. You might find this variable is set in one image, but not in the other, especially if you...
8796
Pieter Minnaar
pieter_minnaar@...
Aug 2, 2002 6:16 am
Look at the variable !ignore_magikc?! in the 2 images. Pieter ... _________________________________________________________________ MSN Photos is the easiest...
Hi All, I think, you have to set !ignore_magikc?! to false. By default its true and I guess the same is in image 2 so load_file() always ignores magikc files....
hi,everybody, Has anyone done use Smallworld on MSCS(Microsoft Cluster Server)? We are going to use Smallworld on MSCS in a project. I have some test today and...
8799
R.Putters@...
Aug 2, 2002 11:27 am
Switch you GIS alternative to writable.. ... De informatie verzonden met dit e-mail bericht is uitsluitend bestemd voor de geadresseerde. Gebruik van deze...
Hi all, I am looking for a way to strip a string_buffer which is filled with a value like this "M24". I need to strip the M from the string and use the 24 as...
hi, This will work str << "M24" str.slice(str.rindex_of(%M)+1,str.size).as_integer() Jaidev. ... __________________________________________________ Do You...
hi all i have created new database. i am not able to get the tool bar activated. The menus are activated but the option of toolbar in system-configuration is...
We are running several Smallworld 3.1SP2 PowerOn 2.5 processes on separate Logins of a Windows 2000 terminal server. For those familiar with PowerOn, they are...
hi, g.menu_bar.make_toolbar(g.top_frame,g.ace) might work..... let me know please Jaidev. skhapre wrote:hi all i have created new database. i am not able to...
I wrote some code in version 3.1 and now I get a trace back in 3.2.1 but is still works. It is more of a pain. What I am doing is trying to build a query menu...
I have to create temporary objects with transactions. ok? << v.start_lwt() ..... create objects .. ..... v.end_lwt(ok?,_true) after that : v.undo_lwt() the...
8809
Robert Schweikert
robert.schweikert@...
Aug 3, 2002 10:42 am
Jason, The fact that a comparison operation leads to the traceback may indicate that the problem is in the compare procedure of the sorted_collection, but this...
hi all how to create objects in case tool using magik. say i want to create object "Emp" (i.e. standard emp table of oracle). i can create using the editor but...
My program using Smallworld Automation works well usually,but sometimes it will lose the connection unexpectedly and the Delphi exe cannot access Smallworld no...
8812
vatli@...
Aug 5, 2002 11:28 am
Hello! we are trying to add new items to a combo box we dont have the items directly as strings so we cannot use ... we are getting them from a rope we built...
I am trying to do a ds transfer on a 14 gig datastore file. The traceback seems to lead me to believe that it could be due to the fact that I have a few...
Robert, Here is the complete traceback at the souce code. The unser(unset) cf integer(93)...the 93 is the number of objects I am trying to put in the list...
You could try this... Afte you create the rope, type... .items[:il].options << ro.as_simple_vector() ... (i.write_string) _...
8816
Sarfaraz Dawoodi
Sarfaraz.Dawoodi@...
Aug 5, 2002 4:04 pm
One reason this may have failed is that there is a limit on how much you can do within an lwt. Unfortunately, Smallworld doesn't tell you how big this limit is...
8817
vatli@...
Aug 6, 2002 7:09 am
I tried but it doesnt work we decided to use simple_list_item Thanks!...
8818
Jaco Badenhorst
Jacob@...
Aug 6, 2002 11:05 am
Hi All Is is possible to write a nested query in the Object Browser? I want to select all the Pole insides a non-political boundary where the name of the...