This symptom is almost always a result of overflowing the "in-core" cache on the GIS client. This cache is used for storage and fast-access to database blocks...
629
Iván Rau Aguirre
irau@...
Aug 2, 1999 7:45 pm
John, ¿tienes algun comentario sobre esto? Iván ... From: <JWakefield@...> To: <sw-gis@egroups.com> Sent: Friday, July 30, 1999 4:22 PM Subject:...
630
JWakefield@...
Aug 2, 1999 7:54 pm
Ivan: Pardones Senor, yo no habla espanol. John Iv án Rau Aguirre <irau@...> on 08/02/99 03:44:36 PM Please respond to sw-gis@egroups.com To:...
631
JWakefield@...
Aug 2, 1999 7:55 pm
Thanks Trevor: I will give your suggestion a try. John trevor.handby@... on 08/02/99 03:26:58 PM Please respond to sw-gis@egroups.com To:...
632
Robert Schweikert
robert.schweikert@...
Aug 3, 1999 1:46 pm
Hi folks, I've just begun testing the Smallworld-FME Translator. I succeeded in exporting area features from the GIS geographic world (universe=0, world=0) to...
633
Von Pannk
marenglen@...
Aug 3, 1999 5:00 pm
Hi I am using the object browser engine from magik in order to obtain the results of a query. My query is like this: query << write_string("objectA where...
634
TBui@...
Aug 3, 1999 5:16 pm
Hello, I have created some DB2 stored procedures using PL/I-DB2 on the mainframe and was able to test them successfully using a driver on the mainframe. I...
635
mario.bartos@...
Aug 4, 1999 10:40 am
Hi all, Is it possible to make a 2D chart in Smallworld (something like in Excel)?...
636
Langley Willauer
langley@...
Aug 4, 1999 11:58 am
It's possible to drive an Excel spreadsheet from Magik even at SW 2.2(1) (Write me for some example code). I suppose you could use Magik graphics primitives...
637
Herbert.Mueckenheim
Herbert.Mueckenheim@...
Aug 4, 1999 12:10 pm
The Isys Software Gmbh http://www.isys.de distributes a module for presentation graphics. Please contact this company for closer information. But I am afraid,...
638
mario.bartos@...
Aug 4, 1999 12:49 pm
I know that it is possible with an MS Excel spredsheet, I have also a method written in Magik which exports data from SW to Excel and also have a short macro...
639
Sileo, Tony
tony@...
Aug 4, 1999 12:55 pm
We've found that it is faster to export data from Magik to a comma-delimited ASCII file, and then import the data into Excel (via OLE), in order to move lots...
640
Pieter
p.minnaar@...
Aug 4, 1999 1:11 pm
Hi, Here is an example of code that writes to excel and then creates a chart from magik. It is in SW3 but as this is mostly ole actions I don't suppose it will...
641
Scott Edkins
SEdkins@...
Aug 4, 1999 1:15 pm
We have done something similar. Run a browser on the objects with the selections you want. Then do a clipboard copy from the browser. Then run the Smallworld...
642
Pieter
p.minnaar@...
Aug 4, 1999 2:30 pm
Hi all, Does anyone know how to get the order of the rwo's in a network follower. I have to do a shortest path trace of an electrical network and return the ...
643
Vollmar, David
dvollmar@...
Aug 4, 1999 3:09 pm
There is a method on the network_follower all_nodes() which will return the trace results, in a datastructure (See methold comments) which can easily...
644
Burt, Joe
jburt@...
Aug 4, 1999 4:43 pm
Pieter, I have never found an easy way to do this in the "out-of-the-box" network follower. However, you can add an element to the "state" message of the ...
645
Minto, Tim
tim@...
Aug 4, 1999 5:07 pm
Hello, The method network_follower.shortest_path() returns an ordered rope of nf_links between the start and end nodes. Alternatively, if you have performed a...
646
Leung, Tina
Tina.Leung@...
Aug 4, 1999 6:48 pm
647
RAdams@...
Aug 4, 1999 8:24 pm
We have been testing Smallworld's Backup Manager in our installation. Our tests have been (so far) unsuccessful. We are running Smallworld V3.0, in an NT V4.0...
648
Infotech Ltd
infotech@...
Aug 5, 1999 5:51 am
Hi, I am facing a problem with choice item in glazier. I am trying to insert a group of values into a choice item by using rope. For this I have used the...
649
Andreas.Werner
Andreas.Werner@...
Aug 5, 1999 11:07 am
We had similiar problems with recovering large databases. Probably the reason was that the backup file was compressed with the inline NT compression tool on...
650
Burt, Joe
jburt@...
Aug 5, 1999 12:00 pm
Has anyone experienced any problems with Smallworld Web 2.0 not displaying annotation? The annotation in question uses the Hershey fonts, rather than the...
651
Burt, Joe
jburt@...
Aug 5, 1999 12:12 pm
Has anyone seen the new functionality in SW3 wherein if a piece of text is not legible, it gets drawn as box rather than text? Smallworld introduced this...
652
Isserstedt, Fa. Small...
K.Isserstedt@...
Aug 5, 1999 12:23 pm
If the size of a NT-compressed DB is greater 4 GB it cant be restored (failure from NT). Look at the TSBs for more info. Kristoff ... Von: Andreas.Werner...
653
kastlerj@...
Aug 5, 1999 12:27 pm
Joe, We've seen it here at Nimo. Our users have complained about it. I'm not sure what we can do about it though. It seems silly to me to draw a box. Who...
654
Zareh Langridge (SWUK)
Zareh.Langridge@...
Aug 5, 1999 1:13 pm
Hi Joe, It can't be turned off. If the appearance of the boxes is thought undesirable, then not rendering text of that height would seem the most appropriate...
655
kastlerj@...
Aug 5, 1999 1:24 pm
That's fine except that we have gone to great length and expense to set some of our annotation to be that size and with the orientation it is set at. In ...
656
Scott.C.Scherrer@...
Aug 5, 1999 1:45 pm
I have contacted the help desk and their reply was that it cannot be controlled and will be fixed in 3.1. Here is the text of their reply: The process that...
657
Herbert.Mueckenheim
Herbert.Mueckenheim@...
Aug 6, 1999 7:57 am
Hi, I have developed a small example how a Dll-function can be called from Magik (via OLE). If anyone else is interested in this topic, I can send him the...