Hash tables are no ordered. That is the nature of a keyed collection. Try using a property_list. I believe these have some ordering behavior although they are...
More info: ## A property list is an externally keyed collection designed ## for a small numbers of elements. ## ## Key lookup is by linear search. The list...
i think the hash will have no more than 50 or 60 elements.... <http://www.synapsis-it.com/imagenes/ima_isotipo_nuevo.gif> Ing. Damián Capobianco Synapsis...
Hi all! I`ve tried to make compress on my raster.ds, whitch is a superfile. I want to have the same superfile structure, so I used the two-pass compress. But I...
Besten Dank für Ihr E-Mail Ich bin Abwesend bis 04. August 04 Für dringende Fragen wenden Sie sich bitte an: tni@... Mit freundlichen Grüssen Thomas...
I'm trying to insert a date and time from Smallworld into an Oracle table. I'm using the sql_modify() method in the extdb_user class. I have no problem...
Besten Dank für Ihr E-Mail Ich bin Abwesend bis 04. August 04 Für dringende Fragen wenden Sie sich bitte an: tni@... Mit freundlichen Grüssen Thomas...
Hallo group, We are considering implementation of automatic backup procedures. Would you share with us yours experience with Smalword native backup-restore or...
Hi Mario Read about HOT BACKUP in SW help. This allows to backup datastore partitions at given point in time while it is in use. To automate your backup you...
Hi All, I will provide some information about smallworld to a customer(water utility). Does anybody have any kind of document about data model, the use of...
Hi, everyone, My magik program need to do big job and it will take very long time to finish that. But more time it runnes, its speed becomes more and more...
Hysen, If your program is getting slower as it goes, you're probably running out of memory. And therefore you're doing a lot of garbage collection and memory...
Hello, I have recreated a parallel test env to a prod env and have the issue of Logon panel, object browser and several other Named Fields not being displayed...
Hi Ken, it seems to be that You didn't store all the messages from the Produktion env into the message.ds from the test env. So I wolud load all the additional...
My program is to generate a schematic of the power network. I firstly use the network_follower to get all the expected RWO objects and store them in several...
Someone it knows the operation integrated between the SmallWorld in an upper version to 3.1(0) SP2; and the SAC (Sistema de Ayuda a la Condución) Version SDE...
Ken, The cs!gis_login_panel is a subclass of the gis_login_panel class. It is provided with Cornerstone to allow for automatic login of a user. Be that as it...
Not sure what version of SW you are on. If 3.2+, try tweaking your memory settings in your F2-z command: -Mnew 128 ( increase new space reducing garbage...
13603
scott
srbois@...
Jul 8, 2004 9:46 pm
I created a new image from the gis then made an closed and then an open, and when I open the image and try to delete or create a new alternative, I get a...
Hi All, I have a raster image of tiff format. When I open it via the SOMS generic_raster_manager I got it out the bounds it should be. On Sas Dataset Menu->...
It is said a geonex tiff. I tried to open the demo data came with the cambridge database in the camb image, before trying on our test system with our files. ...
I want to read the first line from a .txt file. I wrote : archivo << external_text_input_stream.new("c:\ejemplo.txt") linea << archivo.get_line() The...
Does anyone know the cause anmd a solution for this message? "Collection xyz has undergone a Hard datamodel change, and an attempt has been made to use the two...
"linea" seems to be a reserved word. Change it and you're problem should be gone. ... _________________________________________________________________ Add...