Dear all Please I want help about "" How to convert a physical field to geometry field "" The problem is : I read data from a database that contains a...
Hi! I'm using Smallworld 4.1 and have a question about sw_component.databus_request_data. I've tried to access the map selection using databus_request_data but...
Markus Neifer
howlingmad@...
Mar 5, 2009 8:56 am
19418
Hi all I am dealing with a problem about accessing a ds file. I have copied from an external hard disck to a smallworld server machine a raster dataset (100...
Hi  I am trying to render the geometries in memory canvas. The magik code running propoerly it will give me the correct results.  But after running the magik...
You need to cache the memory_canvas the first time you use it and then reuse it on subsequent calls. Ideally you need to cache it on a shared_variable or...
Hi, where is your plugin connected? If this is not a 'top level' plugin (connected to the application_framework directly) then try something like this: ...
Hi Group, Currently we are accessing smallworld 3.2.1 using thin-client (Citrix), for drafting purposes (repeated small changes), but the application is...
Anthony, what version of Citrix are you using? ________________________________ From: sw-gis@yahoogroups.com [mailto:sw-gis@yahoogroups.com] On Behalf Of...
Gary Duplisea
GDuplisea@...
Mar 5, 2009 3:09 pm
19424
Hi Paco, Compare the file permissions of the raster DS files and the directory they are in with the permissions for your other DS files. Make sure that the...
Hi Anthony, Could you please give more details about your setup? I assume that your Terminalservers are located in the same high speed networksegment as your...
Henk van Ligten (DHL ...
Henk.vanLigten@...
Mar 5, 2009 5:30 pm
19426
Hi Alfred  Thanks for your help. I will try this and get back to you.  Regards Abhijeet V ... From: Alfred Sawatzky <alfred@...> Subject:...
Hi Henk, Thank you for your quick response. We are using Citrix ICA Win32 Client to access Citrix/MetaFrameXP using VPN (1.5 mbps), and I'm not aware of the...
Hi everyone. I have to create a frame with a huge amount of Label's and Text Boxes and the plain Model class isn't able to handle the amount that I need to put...
Hi Krzysztof Thank you for your reply. I got started with Smallworld just some weeks ago so please bear with me. To be honest, i'm not sure where my plugin is...
Markus Neifer
howlingmad@...
Mar 6, 2009 9:01 am
19430
Hi Markus, Every framework has its own databus, and data is exchanged between plugins connected to that databus - so databus_request_data works for every...
Hi Mike I have checked what you indicated me, I have made a swmfs_trace level 3. via shell and when I try to add the raster.ds file to a view in the trace I...
Hi Francisco, You will need to edit the pathnames that are stored in the superfile index file (<name>.sfi), when you copy superfiles around. You can do this...
1st question, what version of Smallworld are you using? I've seen the XML parser in 4.0 be extremely slow compared to that of 4.1. Also how are you opening the...
Hi Anthony, Have you tried to add some extra displayscales which e.g. do not show raster, or objects/texts which are too small to distinguish at small scales? ...
Henk van Ligten (DHL ...
Henk.vanLigten@...
Mar 6, 2009 7:52 pm
19436
Hi Henk, Thank you for your suggestion. We have already switched off the display of some unused features, and that improved the performance of rendering upto...
Hi, I need to update a join field (a 0:n relationship) in an update/insert trigger, So I simply used the << operator in my trigger method. but it didn't work, ...
Anthony, You may find your answer by monitoring your network traffic with applications that is developed for this purpose, However I think 1.5Mbps is good...
Hi Anthony, Increasing bandwidth will only help if this actually is the bottleneck. Only somebody who can measure the actual networktraffic/throughput can tell...
Henk van Ligten (DHL ...
Henk.vanLigten@...
Mar 7, 2009 9:39 am
19440
Hi Henk, Thank you for your valuable suggestions and time. Regards, Anthony....
Use the following code to become a member of the site... cst There is a Smallworld wiki at: http://sw-gis.wikidot.com <http://sw-gis.wikidot.com/> You can get...
Hi group, I would like to know about the joins in use on some of the fields in specific collections. What I am looking for is a way to describe the collection...
Hello Mark, I'm not sure about the exact methods to suggest to you. But if your ultimate goal is to recreate a CASE partition, have you considered using the...
Hi Alfred, Thanks for your reply. Indeed, our ultimate goal is to recreate (or update the damaged) case based on the current datamodel that is being used. I...
Hi Justin, I always use the following method to update any of the join fields and it works perfectly. set_join_field_values() IN sw:dd_record_mixin A ...