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 10790 - 10819 of 20144   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10790
Is there a custom type defined for the style in question? When you define a custom type for a style it gets the supplementary style info only from the ...
matthew.slyfield@...
slyfmr
Offline Send Email
May 1, 2003
2:14 pm
10791
Greetings, We have a datamodel object that has a geometry field named `location' that is currently mapped to 6 geometry fields (it is a method-based mapping)....
wdrc2000
Offline Send Email
May 1, 2003
7:42 pm
10792
I need to run some initialization code who should be executed when the image is opened which is the rigth place to write this ? tx Diego...
diego.manzanares@...
diegomanzanares
Offline Send Email
May 1, 2003
9:22 pm
10793
Ah Ha! I've got this one! two ways - 1/ add a startup proc - this is run once the gis starts ( well doco'd in both 310 and 330) 330 example ...
Fraser Hand
clean_lines_71
Offline Send Email
May 1, 2003
10:04 pm
10794
Look up add_startup_action that is defined on the gis_program_manager class in the class browser. When you're done adding startup actions, save your image....
ERIC KAPPMEIER
ekappmeier
Offline Send Email
May 1, 2003
10:25 pm
10795
Hi All, I have two simple chains intersecting each other. How can I find the coordinate at the point of intersection ? Thanks ... Do you Yahoo!? The New Yahoo!...
Naga
swgroupmember
Offline Send Email
May 2, 2003
12:26 am
10796
try obj.all_intersections(another) ... From: Naga [mailto:swgroupmember@...] Sent: Friday, 2 May 2003 12:26 p.m. To: sw-gis@yahoogroups.com Subject:...
Fraser Hand
clean_lines_71
Offline Send Email
May 2, 2003
12:57 am
10797
Thanks Matthew, Great help. If I remove the Custom_type I can add extra supplementary styles but they won't be visible in unless I declare them in my...
sselkirk@...
scott_agl
Offline Send Email
May 2, 2003
1:21 am
10798
Scott, To properly set up supplementary styles you need to add them to the style_data_for_app_type() method on the record exemplar of the rwo that the style...
matthew.slyfield@...
slyfmr
Offline Send Email
May 2, 2003
1:34 pm
10799
Yes... That is for tabular_list_view. I am looking for something with a regular list_view. Is this possibile? Thanks, Christian ... From: EY Jeong...
Frugard, Christian
frugardc@...
Send Email
May 2, 2003
4:43 pm
10800
Try the owner_draw_list_view class. Refer to the Smallworld documentation. ... Yes... That is for tabular_list_view. I am looking for something with a regular...
ERIC KAPPMEIER
ekappmeier
Offline Send Email
May 2, 2003
5:05 pm
10801
Thanks Matt, its a lot clearer to me now matthew.slyfield@exe loncorp.com To: sw-gis@yahoogroups.com cc: 02/05/2003 23:33...
sselkirk@...
scott_agl
Offline Send Email
May 4, 2003
11:48 pm
10802
Hi ! I already tried it out with -q option, but it didn't recognize the page size. If you also use it, could you please send me your line of the...
Gretsch Luc
gretsch_l
Offline Send Email
May 5, 2003
6:16 am
10803
Hi, When I check physical integrity of top version of ace partition it says datastore ace.ds is damaged and reports: **** ERROR: Order Blockno 2166 **** ERROR:...
Mehrdad Salehi
m_salehi_ir
Offline Send Email
May 5, 2003
12:21 pm
10804
Hi Mehrdad, what was the first reason that You do an physical integrity check and so on... Was the an Index Brocken or a Brocken Block Header or somthing like...
Urban Brüning
urbanbruening
Offline Send Email
May 5, 2003
1:06 pm
10805
I have a request from a customer to enter basic latin and latin-1 characters into the GIS to display on plots. Has anyone developed an editor to input the...
mbfbsae90
Offline Send Email
May 5, 2003
1:29 pm
10806
My first question is, How many of the objects exist? 100? or 100,000 plus? This may determine the route you choose. If there are just a few then update them by...
Coffee, Russ
Russ.Coffee@...
Send Email
May 5, 2003
2:17 pm
10807
Hey Russ, We have @24,000 objects and 2,500 alternatives, so option 1 is not possible. The dump to a text file would work in theory, but I'm concerned that ...
D'Arcy, William
wdrc2000
Offline Send Email
May 5, 2003
2:24 pm
10808
You will find that all of the geometries will be left exactly as they were prior to the case apply, if the only change was to add additional geometries to the...
Stephen Cosgrove
sj_cosgrove
Offline Send Email
May 5, 2003
11:27 pm
10809
Hi ! I already tried it out with -q option, but it didn't recognize the page size. If you also use it, could you please send me your line of the...
Gretsch Luc
gretsch_l
Offline Send Email
May 6, 2003
5:36 am
10810
Yes. It works in this direction, but I didn't find a way to convert in other direction. From "1,0" to 1.0 ? Riho ... The ... use ",". "," comes ... Service....
rihojaska
Offline Send Email
May 6, 2003
9:51 am
10811
hi, i am using core 3.30 and visual basic 5 on windows 2000, i registered sw_pool.dll and magikserver.dll also i started tics server. When i run this code i...
epar@...
Send Email
May 6, 2003
1:05 pm
10812
Did you compile magikserver.magik into your smallworld image? mike......
mhamsa@...
Send Email
May 6, 2003
2:31 pm
10813
Hi, What I wish to do is develop magik code that will read the smallworld object and out put to a database (access/oracle). write some routines to get the data...
psdasariuk
Offline Send Email
May 6, 2003
3:17 pm
10814
Hi All, I have 2 select collections on a street table which has the geometry attribute of type simple chain. I am trying to find the intersection streets by...
swgroupmember
Offline Send Email
May 6, 2003
4:28 pm
10815
Prasad, It is quite easy to write data from Smallworld to Oracle. I do it frequently. The first step is to create your base methods that will handle opening...
Reu, Thomas
treu@...
Send Email
May 6, 2003
5:18 pm
10816
Loop over sel1; get the bounds of the current street; use a scanner to pick up streets nearby and check that they are in sel2; test against the current street....
Simon Garton
simongartonz
Offline Send Email
May 6, 2003
7:06 pm
10817
I want to know when every traceback occurs so that I can correlate them with other activities. I want to add the date-time stamp to the traceback header string...
mmiller01014
Offline Send Email
May 6, 2003
9:50 pm
10818
I found this file in our ..\Smallworld31\product\source\core\utils folder: simple-tracback.magik and made this change: stream.write(newline_char, "----...
mmiller01014
Offline Send Email
May 6, 2003
10:59 pm
10819
Hi all. Does anybody know how I can modify my .emacs to recognize shortcut keys and highlight functionality when programming in html? Basically I would like to...
Heiko Philippi
heikophilippi
Offline Send Email
May 7, 2003
4:54 am
Messages 10790 - 10819 of 20144   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