Search the web
Sign In
New User? Sign Up
sw-gis · Smallworld Developers
? 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.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 19487 - 19519 of 20139   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19487
Hi Group, We are planning to setup a remote Extract setup for one of our client They are using smallworld core version 3.1 with some customisation product. We...
smallworld_dev_in
smallworld_d...
Offline Send Email
Apr 1, 2009
11:18 am
19488
Hi, i'm puzzled over a traceback i get with Smallworld 4.1 NRM Kataster VE when i try to create geometry. I run the following [code] !current_dsview! <<...
Markus Neifer
howlingmad@...
Send Email
Apr 1, 2009
2:15 pm
19489
Hi Markus, I don't know the exact solution to the problem but have the following questions/suggestions: · Is :alk_flurstueck_flaeche a dataless_rwo?...
Alfred Sawatzky
alfred_sawatzky
Offline Send Email
Apr 1, 2009
2:35 pm
19490
Hi Alfred, thank you for your quick reply. 2009/4/1 Alfred Sawatzky <alfred@...>: [...] ... [...] Yes. It is dataless. MagikSF> flst_flaeche...
Markus Neifer
howlingmad@...
Send Email
Apr 1, 2009
3:08 pm
19491
You will need to research how to set dataless_rwos. The API is different than what you are using. There should be more information in the Smallworld help...
Alfred Sawatzky
alfred_sawatzky
Offline Send Email
Apr 1, 2009
3:43 pm
19492
Markus, You can replace your code with one of these methods: # 1. fd << !current_dsview!.collections[:alk_flurstueck_flaeche].field(:flaeche_0233) exem <<...
Robert Schweikert
robert_schwe...
Offline Send Email
Apr 1, 2009
7:02 pm
19493
Hi, If you already have a licensed copy of Smallworld, you should be able to run the case tool. The documentation for Smallworld is supplied with the...
Burt, Joseph (GE Infr...
jburt25
Offline Send Email
Apr 1, 2009
9:43 pm
19494
Hey group, I want to perform an action after having pushed the < OK" button in the Login-Panel, during startup procedure. I defined the procedure, but when...
Gretsch Luc
gretsch_l
Offline Send Email
Apr 2, 2009
10:29 am
19495
In Core 4.0 the licence mechanism was simplified, licencing is now enforced by contract rather than by a physical licence. If you have paid to use the...
gwyngesw
Offline Send Email
Apr 2, 2009
11:17 am
19496
Hi, I am trying to create a buffer area around a chain geometry over a collection of objects. The buffer however fails on certain objects and gives a "Polygon...
spa m
catchspa
Offline Send Email
Apr 2, 2009
11:31 am
19497
This problem usually happens if you have arcs in the geometry that you want to buffer. If this is possible for you, then creating a linear sector first might...
robert.schweikert
robert_schwe...
Offline Send Email
Apr 2, 2009
12:14 pm
19498
Hi Robert, I have used buffer( 100, :square, :truncate ) as I want the buffer to end exactly at the end of the line. I am not sure if any dynamic variables...
spa m
catchspa
Offline Send Email
Apr 2, 2009
12:21 pm
19499
Not sure if we are actually talking about the same problem. I was referring to a bug in polygon_acp.exe which pops up a message and which it is not possible to...
robert.schweikert
robert_schwe...
Offline Send Email
Apr 2, 2009
12:34 pm
19500
Dear Robert, Yes that is the same error I am receiving, and I am indeed unable to trap this error. Yes I did get the traceback, which ended at the .buffer...
spa m
catchspa
Offline Send Email
Apr 2, 2009
12:48 pm
19501
Well as said vectorizing the geometry before calling buffer() on it should help, that's all I know. Robert ________________________________ Von:...
robert.schweikert
robert_schwe...
Offline Send Email
Apr 2, 2009
1:11 pm
19502
Dear Robert, Thanks a lot for your suggestions. I shall definitely give that a go. Regards, Spa On Thu, Apr 2, 2009 at 6:40 PM, robert.schweikert...
spa m
catchspa
Offline Send Email
Apr 2, 2009
1:26 pm
19503
I'm changing my code to use JDBC instead of sworacle to connect to external databases (Oracle in my case). I'm finding that sql_procedure doesn't work since...
Steve Severance
sseverance
Offline Send Email
Apr 2, 2009
1:33 pm
19504
Hi everybody, Is there a way to get access from Magik to 16x16 associated Windows icon for files (DOC, XLS, PDF...)? The goal is to display this bitmap in a...
bobbaudewyns
Offline Send Email
Apr 3, 2009
8:31 am
19505
You can extract the icon resources from exe/dll with some freeware (Google on "extract icon from exe") and then add the ico files to your module for use in a...
Robert Schweikert
robert_schwe...
Offline Send Email
Apr 3, 2009
11:48 am
19506
Hello, icons are held within various Windows files types: exe, dll, drv etc. For example Microsoft Office Word icon is held within WINWORD.EXE. I am not sure...
dariusz_michura
Offline Send Email
Apr 3, 2009
12:22 pm
19510
Hi All, We encounter this error quite often in our processing (we build buffers around pipe segments in our customer's Smallworld system). I can add some...
tsileo_1
Offline Send Email
Apr 3, 2009
2:41 pm
19511
I second Tony's "if at first you don't succeed, try, try again." That has worked for me as well. Strange behavior, but it works. From: sw-gis@yahoogroups.com...
Alfred Sawatzky
alfred_sawatzky
Offline Send Email
Apr 3, 2009
2:48 pm
19512
Hi all, I have a menu with a managed_value_text_item, that has an incremental change selector. Inside this incremental change selector I call manage_actions()...
Stefan Alpers
stefanalpers
Offline Send Email
Apr 6, 2009
10:12 am
19513
Stefan, I have been bothered by a similar problem and your question prompted me to revisit my problem and seek a solution. This is a kludge but it works for...
Steve Severance
sseverance
Offline Send Email
Apr 6, 2009
4:47 pm
19514
I found a solution to my problem. I used sql_block instead of sql_procedure. I test the arguments for unset and add quotes as necessary. _if arg3 _is _unset ...
Steve Severance
sseverance
Offline Send Email
Apr 6, 2009
5:42 pm
19515
Hi, I need to make use of SOAP in SWAF 4.1 to send and receive data from an external service. We are able to send the request to another server using SOAP UI...
Lakshmi
lakshmi_chan...
Offline Send Email
Apr 7, 2009
9:24 am
19516
Thumbs up, Steve! Von: sw-gis@yahoogroups.com [mailto:sw-gis@yahoogroups.com] Im Auftrag von Steve Severance Gesendet: Montag, 6. April 2009 18:46 An:...
Stefan Alpers
stefanalpers
Offline Send Email
Apr 7, 2009
3:14 pm
19517
Hi, It is known that the visibility of fields (or grouping of fields) in the Object Editor can be controlled using an xml file, defining collection name, group...
spa m
catchspa
Offline Send Email
Apr 8, 2009
12:31 pm
19518
I know of no way to do this from a configuration file. However, for a session, the user can modify the visibility of fields by right-clieck in the in the list...
Burt, Joseph (GE Infr...
jburt25
Offline Send Email
Apr 8, 2009
2:47 pm
19519
Hi folks, is there any books I can purcase from book store for SmallWolrd and/or Magik? I only got SmallWorld engine installed, but did not get SmallWorld ...
Shannon Sun
sunxj
Offline Send Email
Apr 8, 2009
3:28 pm
Messages 19487 - 19519 of 20139   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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