Skip to search.
sw-gis · Smallworld Developers

Group Information

  • Members: 1611
  • Category: Development
  • Founded: Jul 9, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 5153 - 5182 of 21990   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5153 Joan Parramon
xirinada@... Send Email
Aug 1, 2001
7:09 am
Hi, You can iterate over records that it's been changed and compare two collections from views in two alternatives, see class ds_difference_stream Some methods...
5154 Antonio Pérez
APerez@... Send Email
Aug 1, 2001
7:17 am
5155 czaar
czaar@... Send Email
Aug 1, 2001
7:31 am
Try this: r << rope.new() $ _for k,v _over gis_program_manager.applications.keys_and_elements() _loop write(k, "---", v, v.current_geometry) r.add(k) _endloop ...
5156 Javier Sánchez
jsanchez@... Send Email
Aug 1, 2001
8:23 am
Hi, You can use ds_difference_stream object to check the differences between two database versions, ( take a look at '38 Multiple views and differencing), the...
5157 Ricardo Mataix
ricardo.mataix@... Send Email
Aug 1, 2001
8:50 am
Hi, I recommend the using of "table_changes_to" method for detecting which tables are changed. Cheers, Ricardo Mataix Fernandez GE Smallworld (Espana) ... De:...
5158 vikas_arora80@... Send Email Aug 1, 2001
9:06 am
Hello everbody, I am a user of GML with VISION, but now I want to learn Smallworld MAGIK programming. I want to start from the scratch, please guide me. where...
5159 robert.harvey@... Send Email Aug 1, 2001
9:52 am
Hi Roberto, Have you tried this... gis_program_manager.start_drawing_application() Best regards, Robert....
5160 Mišo Glagolić
mglagoli@... Send Email
Aug 1, 2001
10:06 am
Hi everybody, I have unsupported component hypernode rev 1. Are you aware of newer revision of hypernode component and hove i can get it. Miso Glagolic...
5161 D'Arcy, William
william.d'arcy@... Send Email
Aug 1, 2001
11:53 am
Hi Ricardo, We may be looking at spatial replication down the road, but we need a full replica for our purposes now. Is anyone out there using replicas to...
5162 jwakefield@... Send Email Aug 1, 2001
1:20 pm
We used Spy application by Tensing-SKS. We extract the entire database and convert it to muliple MS access databases. The databases are ported to ruggedized...
5163 Joan Parramon
xirinada@... Send Email
Aug 1, 2001
4:27 pm
Hi all, Suddenly, my database has shut down when I was moving to a checkpoint Have you got any experience on this trouble? Sure it need any administrative...
5164 MMiller@... Send Email Aug 1, 2001
4:44 pm
We are implementing PowerOn 2.0. We have been running Smallworld GIS for about a year. We need to find strategies for populating the GIS with at least one ...
5165 D'Arcy, William
william.d'arcy@... Send Email
Aug 1, 2001
5:13 pm
You need to boost your ds_environment.npcls; the default is 24576 - try something like ds_environment.npcls << 2.to_power(15) Search for 'npcls' in the SW...
5166 zareh@... Send Email Aug 1, 2001
6:01 pm
Hello Joan The following explains about pcls 1) Datastore pcls The ds_environment parameter npcls represents the number of tables in all the views, where a pcl...
5167 william.d'arcy@... Send Email Aug 2, 2001
2:58 am
A few more questions, if you don't mind: It says in the documentation that "any superfiles in the master partition are created as superfiles in the replica...
5168 vikas_arora80@... Send Email Aug 2, 2001
4:20 am
I need some documentation and samples of Smallworld Magik Programming. Some links or references will be highly appreciated. Best Regards. Vikas Arora...
5169 Ricardo Mataix
ricardo.mataix@... Send Email
Aug 2, 2001
6:56 am
Joan, Everybody has suggested you should increment the "npcls". This is OK. My suggestion is you should review your code too. It seems you are creating ...
5170 Isserstedt, Fa. GeoMa...
K.Isserstedt@... Send Email
Aug 2, 2001
7:59 am
Hi everybody, I'm using a list_box_item in a menu. By testing this menu the tester finds out that a selection over Shift+PageUp or Shift+PageDown only results...
5171 Sanjeev
sanky22@... Send Email
Aug 2, 2001
10:19 am
Hi Friends, We have very intersting openings for a client in Bangalore India for SmallWorld GIS professionals who have telecom exposure for at least 2yrs + ...
5172 Bruening, Urban
UBruening@... Send Email
Aug 2, 2001
10:53 am
Hi Bill, the documentation say the software will create the superfiles, but if Your path in v.searchpath not the right one for the superfile creation then it ...
5173 Joe Burt (SWUS)
jburt@... Send Email
Aug 3, 2001
12:48 am
ATTENTION: This list is for developers only. Headhunters please use sw-gis-announce. If you had read the description of this list you would know this. Please,...
5174 rohit_goel21@... Send Email Aug 3, 2001
9:12 am
Hi, Can I write a trigger that shall be fired every time some posts to a particular alernative ? What I want to do is write the names of all tables changed...
5175 Javier Sánchez
jsanchez@... Send Email
Aug 3, 2001
10:12 am
Hi, There is an interesting source code in the replication software component that performs a way of reporting changes between version but managing remote ...
5176 Joan Parramon
xirinada@... Send Email
Aug 3, 2001
10:16 am
Hi Rohit, For this purpose, you might use dependencies system and make your custom magik object dependent on view you are interested. I think post operations...
5177 rohit_goel21@... Send Email Aug 3, 2001
11:12 am
I was reading the the Help manuals that Oracle Insync does not support syncronizing of spatial data ? Is there any particular reason for this ? Is it possible...
5178 raja_shekara@... Send Email Aug 3, 2001
12:28 pm
Hi Rohit, I am currently working on Oracle Insync for a client. What I feel is, we can extend functionality to support spatial objects also. But this is...
5179 Mike Hamsa
mhamsa@... Send Email
Aug 3, 2001
1:25 pm
Anyone know of a quick way to delete entire ds_collections with large numbers of records (1mil + possibly)? I've been experimenting with this process and I've...
5180 robert.harvey@... Send Email Aug 3, 2001
1:47 pm
Hi Mike, I don't know if this will suit your needs, but you could add a new user dataset to your application which holds only the ds_collection that you wish...
5181 Scott Johnson
s_johnson23@... Send Email
Aug 3, 2001
3:52 pm
Hello everyone, I wondering if/how you can tell the the network follower a specific direction to trace from (upstream/downstream). I know there is a direction...
5182 Donald D'Mello (SWUS)
donald.d'mello@... Send Email
Aug 3, 2001
4:02 pm
One way to do that would be, to use the :stop_node and the :start_node on the trace_out parameters. Meaning, if you have a cable and know that the first_node...
Messages 5153 - 5182 of 21990   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help