I would not recommend trying to do this operation at a low database level, even if somebody comes up with a way to do it. The reason is that you need to make...
281
Kirmo Uusitalo
kirmo.uusitalo@...
Mar 16, 1999 6:23 am
... I understood that these modification markers are internal to GIS and thus they would be ideal for this kind of partial post operation. Magik manual section...
282
Simon Garton
sgarton@...
Mar 16, 1999 7:28 am
Hi all ... Does anyone know how to get the time in milliseconds ? I'm trying to fine tune a translator, and I'm using date_time.now().milliseconds, but the ...
283
Robert Schweikert
robert.schweikert@...
Mar 16, 1999 7:56 am
... For some very simplistic time measurements, I've used system.time_now() in the "time" exemplar. You can use this as follows: method some_method() t <<...
284
Donald D'Mello
donald@...
Mar 16, 1999 8:06 am
Alan, Here is the method to do the swapping of coordinates for the chain type of object. Ensure to put the proper collection and geometry field name. Let me ...
285
Konstantin Malakhanov
kosta@...
Mar 16, 1999 8:24 am
... You can use system.elapsed_seconds() (look in Class Browser for the description): t1<<system.elapsed_seconds() #<..some fast/slow operations ;-)> ...
286
Donald D'Mello
donald@...
Mar 16, 1999 10:20 am
Does anybody know a way to extract all the nodes within the given link. I'm able to extract the startNode and the endNode, but not the intermediate one's. ...
287
Stefan Kampshoff
stefan@...
Mar 16, 1999 10:55 am
... I think, You don't find them because they don't exist. Per definition a link does only have two nodes, a start node and an end node (can be identical!). If...
... eGroup home: http://www.eGroups.com/list/sw-gis Free Web-based e-mail groups by eGroups.com...
290
Hendriks, Fa. Realwor...
W.Hendriks@...
Mar 16, 1999 3:16 pm
Hi SW-devotees, Can someone tell me if there's a way to use different fonts and fontproperties (bold, italic) within a single message-text? Wil Hendriks ... ...
291
Burt, Joe
jburt@...
Mar 16, 1999 9:09 pm
Hello, Just a thought or two: A NF_LINK is structured magik object that is spit out by the network follower as objects are encountered. They respond to the...
292
Donald D'Mello
donald@...
Mar 17, 1999 8:57 am
Hello Wil, The vector text drawing method for drawing surfaces is draw_vtext_transform(style,x,y,string,optional start,length,magnification,rotation) you may...
293
Burt, Joe
jburt@...
Mar 17, 1999 2:54 pm
Will, In Smallworld 3, there are some new classes designed to support exactly the function you are talking about. The new class tabular_list_view allows you...
294
Hirschfeld, Fa. Small...
F.Hirschfeld@...
Mar 18, 1999 5:35 pm
Hi there, trying to synchronise handling of alternatives in multiple datasets I would like to check wether post() is possible for all datasets. I have no idea ...
295
tarter@...
Mar 18, 1999 9:54 pm
Hello, We have been running Smallworld 2.2(1) and swmfs 3 under NT Server 4.0 for quite a while. On our server we have security on our data store files set to ...
296
Michael.R.Nosek@...
Mar 18, 1999 10:11 pm
Tom, swmfs runs as an NT service. Go to the Services icon in the Control Panel and stop the "Smallworld Datastore Server" service. Then from the "Startup..."...
297
Kirmo Uusitalo
kirmo.uusitalo@...
Mar 19, 1999 8:00 am
... Hi, Does any of you know if the tabular_list_view works correctly with large lists? At least the Case Apply report on GIS 3.0.0 on NT mixes things up after...
298
Zareh Langridge
Zareh.Langridge@...
Mar 19, 1999 10:11 am
Hi It's also worth bearing in mind that with swmfs5 you now have a client authorisation file which can control which clients can connect to the datastore. This...
299
WeiWu.Chen@...
Mar 19, 1999 10:31 pm
Hi: I want to create sort methods for users upon pressing the header buttons on a list_box_item, has anyone done this before?? Wei Wu Chen CE*GIS GIS Developer...
300
Burt, Joe
jburt@...
Mar 19, 1999 10:41 pm
Unfortunately... The list_box_item does not report heading hits as events to Magik. There is no event generated by the Magik primitives. Hence, we cannot hook...
301
Kirmo Uusitalo
kirmo.uusitalo@...
Mar 22, 1999 10:31 am
... I believe this method does the trick. table_changes_to?() IN ds_version_view A another ## Returns _TRUE if there are any differences between the table...
302
Hirschfeld, Fa. Small...
F.Hirschfeld@...
Mar 22, 1999 2:49 pm
... Unfortunately this is not , because I'm not able to distinguish between changes in parent or current alternative. The ideal solution would be a check like...
303
Heße Markus
Markus.Hesse@...
Mar 22, 1999 3:04 pm
Hi Felix, try this: ds_version_view.base_has_changed?() ## Returns _true if the current alternative39;s parent's disk ## version differs from the current...
304
Von Pannk
marenglen@...
Mar 23, 1999 1:06 am
Hi there!!! I have a list_view in my application-menu, and I want to do the following: When I select one or more items in the list_view, I want to show this ...
305
Kirmo Uusitalo
kirmo.uusitalo@...
Mar 23, 1999 5:58 am
... Easy. The select method receives the index in the collection that is used. So your method should be something like ... HTH, Kirmo Uusitalo ... eGroup home:...
306
Von Pannk
marenglen@...
Mar 23, 1999 8:17 pm
Hi there!!! Does anybody know how to build frames (like in Visual Basic) in a menu in order to group another menu-items inside the frame? Thanks in advance ......
307
Burt, Joe
jburt@...
Mar 23, 1999 9:13 pm
The are two basic mechanisms to group items in menus. The first is to place all of your items in a panel. A frame can support multiple panels. Unfortunately,...
308
vm@...
Mar 24, 1999 1:26 pm
Hello all ! I've got this problem with coordinate systems in 3.0.0: Trying to define my own Coordinate system in Coordinate System Editor, I can see the only...
309
Kirmo Uusitalo
kirmo.uusitalo@...
Mar 24, 1999 2:41 pm
Hi Vladimir, I believe you could define your own coordinate system by using directly int!new() IN ds_coordinate_system RESTRICTED! name external_cs_name...