Greeting fellow Smallworld gurus; Has anyone tried to add new tables after the external database connection? According to the Smallworld help, we can add the...
882
frankie_annie@...
Oct 2, 1999 2:10 pm
Greeting; If anyone interested to work in Asia Pacific, please contact me at the following address, together with your resume: frankie_annie@... ...
883
Jiri Horacek
jiri.horacek@...
Oct 2, 1999 2:16 pm
Hi Frankie, try to use method extdb_user.open_collection (name,view) I have tried it and it works fine. Best regards Jiri Horacek ... From:...
884
Simon Garton
sgarton@...
Oct 4, 1999 7:49 am
As long as you keep the handle to the connection, it's easy ... _global oracle_connection << _unset $ _global connect_to_oracle << _proc (_optional...
885
corne@...
Oct 6, 1999 10:40 am
Hello All, I want to add a button to the popup menu on the gis - only when the current geometryn is a certain object eg, substation. How do I go about doing...
886
Han, Man Yong
winever@...
Oct 6, 1999 1:29 pm
Hi.. Corne U can customize core_defaults.magik file. U can find that file in Smallworld product or using class browser.. After compile customized, u must...
887
Burt, Joe
jburt@...
Oct 6, 1999 1:52 pm
Excruciatingly painful, I think. I cooked up a Dynamic Menus component some time ago that would change out the right mouse menu. They key was to get all the...
888
fspicer@...
Oct 6, 1999 1:57 pm
Hi, We have a class called selection_monitor that is dependent on the graphics system. When an object is selected or deselected in the grs, a method called...
889
frankie_annie@...
Oct 6, 1999 3:37 pm
Greeting; I have similar nature of exercise before, what I did was creating a shared constant that dedicated in controllng the type of buttons or gui layout to...
890
Frankie & Annie
frankie_annie@...
Oct 6, 1999 3:50 pm
Greeting; I have similar nature of exercise before, what I did was creating a shared constant that dedicated in controllng the type of buttons or gui layout to...
891
Von Pannk
marenglen@...
Oct 6, 1999 10:47 pm
Hi friends!!! I want to know what is the protocol(like :select, :refresh, etc) which is activated when a user draws trail en the main graphics windows. I saw...
892
Suhyun Moon
syds97034@...
Oct 7, 1999 1:16 am
Hello Everyone I want to know how to use alternative_tree method ... and... How to manage alternative list..?? Regards.. ... Email :...
893
lohts@...
Oct 7, 1999 1:40 am
Greeting; Are you saying the addition or amendment of the trail did not pick up and reflect in the list? If yes, you can try either of the following suggestion...
894
lohts@...
Oct 7, 1999 1:53 am
Greeting; You can incorporate the owner_draw_list_view in the activate_in method, example : .menu_items[:select1]<< owner_draw_list_view.new( _self, f, ... ...
895
lohts@...
Oct 7, 1999 2:12 am
Greeting Smallworld Gurus; Have anyone try to link your Smallworld database with external Smallworld database that located in different locations (distributed ...
Hi, the problem is (at least in version 2.2(1)), that the method _method graphics_system.changed_geometry(_gather args) ## Change protocol called to notify the...
898
fspicer@...
Oct 7, 1999 12:27 pm
Yes, Robert is correct. We ran into this same problem (darn difficult to find). I just overwrote this method adding our custom menu to the if statement. Fred ...
899
Burt, Joe
jburt@...
Oct 7, 1999 2:37 pm
The method ds_version_view.alternative_tree() will return an object_tree type object to be displayed in an owner_draw_list_view Use it like this: new_tree <<...
900
sneaky@...
Oct 8, 1999 2:48 pm
Hello sw-gis list, This question relates to the model_object_editor class!, What a mess! Anyway once I have found my way around these sorting the CFG files and...
901
Mackay, Colin
colin.mackay@...
Oct 8, 1999 2:59 pm
How can I create a field with that ensures that duplicate values are not inserted into the database? The main problem is during posting/merging if two users...
902
corne@...
Oct 11, 1999 6:56 am
We are trying to find out using Smallworld if a file is currently in use by somebody. The following methods are available in Smallworld : ...
903
Robert Schweikert
robert.schweikert@...
Oct 11, 1999 8:22 am
Anybody knows of a fast way to migrate a simple_chain without manifold into a chain with manifold ? When I change the geometry info in the Case, the change ...
904
Andrew Gay
andrew@...
Oct 11, 1999 8:43 am
Hi The methods you mention determine whether a file is writable. Just because a file is in use, for example opened in a spreadsheet application, does not mean...
905
Herbert.Mueckenheim
Herbert.Mueckenheim@...
Oct 11, 1999 10:08 am
Try the hard way: _global try_file_access << _proc (file_name) ## Checks file-access by trying to open the file _local strm _local ok? << _false _catch...
906
Johnny Espinoza Lopez
jespinoza@...
Oct 12, 1999 3:02 pm
Hello everbody: I have a simple program which is activated from one icon in the toolbar. I want to show a tooltip in this icon. How can I get it? Greetings, ...
907
Hendriks, Fa. Realwor...
W.Hendriks@...
Oct 12, 1999 3:21 pm
Hi Johnny, You should have two messages defined on graphics_system, structured as follows: 'icon_name'_thlp text of icon_balloon_help_text 'icon_name'_ohlp...
908
chevriem@...
Oct 12, 1999 5:49 pm
Hi all, as you can see in this web site, since this summer i find my difficultie in using air photo in Smallworld. But now i found a clue and i want to share...
909
Rich.Nehm@...
Oct 13, 1999 6:00 am
I will be out of the office from 10/10/99 until 10/14/99. I will respond to your message when I return....
910
Simon Garton
Simon.Garton@...
Oct 13, 1999 7:03 pm
Hiya, Ever come across this one ? Running a translation from (another) gis to Smallworld, I have an external database available (Microsoft Access 97) and am...