Another question about SWAF.... I'm trying to add a special button to the pulldown in the core SWAF object editor. When the editor appears, I'm getting the...
Mark, Maybe you have to add the package to the class name: <plugin name="fcsi_se_utils_pi" class_name="user:fcsi_se_utils_pi" /> Robert ... From: mbfbsae90...
I found one method I missed. _method se_terrain_tin.editor_plugin(an_editor) ## Parameters : ## Returns : ... _endmethod I see my pulldown, and it seems...
Try looking at your editor config: <editors> <!-- Define the xml files for specific collections --> <collection dataset_name = "gis" collection_name =...
Hi Mark, You're going to need to add the siscgi.exe to the Web Service Extension list. To do this, go to the 'Web Service Extensions' folder in IIS. The...
Hello - We are trying to run IAS 210 on a virtual server. Our image comes up fine, and says the TICS server has started ok. But when we bring up the page - we...
You need to remove any customizations you have made to the object_editor's config.xml and gui.xml files. The rwo_specials plugin is already installed in hte...
I would like start a session with a graphics system and run a method that requires a graphics system from a command prompt. Authorization is enabled. Is if...
Fred, Would building the image with a startup proc do the trick? It could be completely hands free if need be (even quitting after doing the requisite...
Bruce Morehouse
BruceM@...
Nov 6, 2004 5:24 pm
14045
can i view Smallworld map on a client using Visual Basic Programming ? Rizal...
Hello Group, We are currently trying to come up with a solution to produce database reports on the internet. We are currently looking at two options. Option...
This probably doesn't directly answer your question but just for grins I put a little VB.NET application together that uses IAS 210 to display a Smallworld map...
I have looked into the startup proc, but I am not having any luck with it. When I add the method/proc that I want to run to the startup, it runs before the...
Have you tried using: smallworld_product.add_startup_procedure()? Generally, you can do the following: 1. ADd your startup procedure to end of the application...
I have a loader written to load point objects from a file. The loader is generic in that the file contains the object table, location information and necessary...
Thanks for your help, michael, i can convert your .NET code to VB6, but, if i have MapObjects 2.0 ActiveX Mapping from ESRI, can i show Smallworld map in...
Thanks for your help, michael, i can convert your .NET code to VB6, but, if i have MapObjects 2.0 ActiveX Mapping from ESRI, can i show Smallworld map in...
Hello, I have an object Parent which has a 1:n-relationship to another object Child. I made an editor_plugin for Parent and used the method build_gui() to ...
If the id field is indeed generated by Smallworld I don't see any reason it would only work part time. Have you tried inserting debug code which would specify...
Harris, Ronnie
rharris@...
Nov 9, 2004 3:34 pm
14056
Try making your Parent editor plugin a datbase observer of the child table. This is the standard approach used for updating field editors. ... From: Stefan...
Hi Group, I have changed the geometry field on an object to mandatory. Many records were created prior to this change without a geometry. What is the best...
Scott, I've usually dealt with this by putting attach, detach, and update triggers on the geometry (ie. location_attach_trigger() ) rather than the object (ie....
Hi, I have code developed for field editor. The value of the field editor has to be processed and defined based on the values of the other fields in the same...