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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 17698 - 17731 of 20141   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17698
Hi Ed, This is caused by not having an ace with the name 'appserver_ace'. First create this one and try setting it again! Mark...
Mark van der Hurk
mdvdhurk
Offline Send Email
Jun 1, 2007
7:54 am
17699
It's the first time I try to set up a IAS40, please forgive.. I have installed everything as described, when entering http://localhost/ias/index.html I get...
Robert Schweikert
robert_schwe...
Offline Send Email
Jun 1, 2007
11:42 am
17700
Hi Robert, 1. The variable MAX_PARAMS is defined in globals.js. Take a look and verify if this script (globals.js) is loaded when you start the page (see...
Edro Wolter
ed_wolter
Offline Send Email
Jun 1, 2007
1:08 pm
17701
Ih, I've a problem with SW. I use emacs. I launch a method, and after a few hours this message appear : The extension area is getting rather full. There are...
portasebastien
Offline Send Email
Jun 1, 2007
3:34 pm
17702
You would test using the .reversed? method on geom_section. reversed? IN sw:geom_section B ## True if _self runs in opposite direction to the line ##...
Quince Lunde
qlunde
Offline Send Email
Jun 1, 2007
7:20 pm
17704
Hello Sébastien, Try increasing the parameter -Mext. It specifies the size of the extension area that you can direct to a directory using -Mextdir. Bye, ...
Stefan Alpers
stefanalpers
Offline Send Email
Jun 4, 2007
6:49 am
17705
Thanks Edro, it turned out that I had some corrupted files, reinstalling did help. Robert ... From: sw-gis@yahoogroups.com [mailto:sw-gis@yahoogroups.com]On...
Robert Schweikert
robert_schwe...
Offline Send Email
Jun 4, 2007
6:20 pm
17706
Well, it's running too much !!! Thx a lot for your fast help ! Sébastien....
sebastien.porta@...
portasebastien
Offline Send Email
Jun 5, 2007
7:27 am
17707
My requirement is to programmatically create new gas pipes (RWO with chain geometry and having a manifold which is different from the road network manifold). ...
satyasrihot
Offline Send Email
Jun 5, 2007
2:05 pm
17708
My requirement is to programmatically create new gas pipes (RWO with chain geometry and having a manifold which is different from the road network manifold). ...
satyasrihot
Offline Send Email
Jun 5, 2007
2:05 pm
17709
Hello, I want to load a coloured raster with the me method raster_loading_acp.load_classifying() (Using rasters in applications: 3.3.6 Protocols for loading...
Stefan Alpers
stefanalpers
Offline Send Email
Jun 6, 2007
9:16 am
17712
How do I resolve a stale error traceback? I was running a differential integrity checker and encountered a bad segment length record, which I deleted with the...
jwakefield@...
john_w122000
Offline Send Email
Jun 7, 2007
7:50 pm
17713
Ih everybody, I just want to know if its possible to create a "view" from 2 tables. Such as : Table1 field11 field12 field13 Table2 field21 field22 And the...
portasebastien
Offline Send Email
Jun 8, 2007
9:02 am
17714
CREATE VIEW v_tab1_tab2 AS SELECT field11,field21, field13 FROM table1,table2 WHERE field11=field21 You just need to have relational key between the two...
Dhruba Banerjee
dhrubasmallw...
Offline Send Email
Jun 8, 2007
9:52 am
17715
Offcourse, this is in SQL but, i want to have a view in SW. In reality i've used the "cross dataset join" to link table1 (in dataset1) to table2 (in dataset2)...
portasebastien
Offline Send Email
Jun 8, 2007
10:07 am
17716
Sébastien, One way to achieve this is to simply write methods on table1 that look like fields on table2 _method table1.field1_from_table2 other_rec <<...
Bruce Morehouse
BruceM@...
Send Email
Jun 8, 2007
11:56 am
17717
Look at sql2_parser. ... _________________________________________________________________ Windows Live Hotmail. Even hotter than before. Get a better look...
Olivier Gagnon
olystersw
Offline Send Email
Jun 8, 2007
1:01 pm
17718
Hi, just wondering if anyone has ever embedded text within a chain type style. For example: I have a request to embed a text letter into my chain style. ... ...
rickkaczmarz
Offline Send Email
Jun 8, 2007
2:38 pm
17719
I think a "view_collection" should be the best solution... The elements of this collection are constructed from related records in two or more joined tables ...
Tomasz Laczkowski
tomasz_laczk...
Offline Send Email
Jun 8, 2007
3:10 pm
17720
Hi Rick, Try using a custom draw method on the chain style. Mike Buller...
Mike Buller
mike_s_buller
Offline Send Email
Jun 8, 2007
9:34 pm
17721
Hi Everyone: The SW-GIS raises many issues that are discussed at the GeoWeb - a great forum for networking and discussion of all kinds. GeoWeb 2007 is almost...
Ron Lake
amielle66
Offline Send Email
Jun 8, 2007
9:54 pm
17722
I suggest you get a copy of the Line Maker module from Smallworld - it is pretty close to what you are after. The module was originally part of the Smallworld...
Stephen Cosgrove
sj_cosgrove
Offline Send Email
Jun 9, 2007
11:08 pm
17724
I need to load many ortofotos, and have realized a program of automatic load of "Raster Loader", but not as(like) by means of Magik to realize that the target...
esthertapias
Offline Send Email
Jun 11, 2007
10:14 am
17725
I did a basic upgrade of this component to SW 3.3 some time ago. I can post it if you like. It may be overkill for simple text-in-line rendering. From:...
Burt, Joseph (GE Infr...
jburt25
Offline Send Email
Jun 11, 2007
9:00 pm
17726
Hey Group, How can I read a Word-Document in GIS. I want to use the ole_client. Is there anyone who has an example for this? Best regards,...
Gretsch Luc
gretsch_l
Offline Send Email
Jun 13, 2007
9:18 am
17727
Hi! Here you have a very simple example for Excel application (for CST 4.0): excel_test << _proc () _local excel, workbook, sheet, cell, sheets _try _with...
Tomasz Laczkowski
tomasz_laczk...
Offline Send Email
Jun 13, 2007
12:41 pm
17728
Hi Luc, Try to do this: _block ole_client.init() word << ole_client.createobject("Word.Application") word.documents().open("c:\test.doc") word.visible << _true...
Edro Wolter
ed_wolter
Offline Send Email
Jun 13, 2007
12:48 pm
17729
Thanks Edro and Tonmasz , I think I solved it Regards, Hi Luc, Try to do this: _block ole_client.init() word << ole_client.createobject("Word.Application") ...
Gretsch Luc
gretsch_l
Offline Send Email
Jun 13, 2007
12:55 pm
17730
... Of course it is an example for saving, not for reading :-) best regards, Tomasz Laczkowski -- Magik Development Tools www.mdt-project.com www.astec.com.pl...
Tomasz Laczkowski
tomasz_laczk...
Offline Send Email
Jun 13, 2007
12:58 pm
17731
don´t now create an object of the class colour_palette to throw the method set_colour_map() and since as I do not modify the color only to put...
esthertapias
Offline Send Email
Jun 13, 2007
2:27 pm
Messages 17698 - 17731 of 20141   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