Skip to search.
sw-gis · Smallworld Developers

Group Information

  • Members: 1611
  • Category: Development
  • Founded: Jul 9, 1998
  • Language: English
? 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.

Messages

  Messages Help
Advanced
Messages 1359 - 1388 of 21990   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1359 Derek Hunter (SWUK)
Derek.Hunter@... Send Email
Feb 1, 2000
8:32 am
Others have dealt with the immediate question of text font sizes. I just thought I would mention that at 3.1(0) similar constraints are applied to the size of...
1360 TJ Lee
taekjoonlee@... Send Email
Feb 1, 2000
2:09 pm
Hello, 1. Uvas of maximum is 4 billion, when we exhausted all the numbers of uvas, is there anyway to overcome this limitation ? 2. Uva mechanism is looks like...
1361 Andy Meyers
ameyers@... Send Email
Feb 1, 2000
8:23 pm
I am using Smallworld Model.It 2.0(1) and have been using FME to import data. I created additional Smallworld ds files and added a dataset named landbase...
1362 Heiko Philippi
heikop@... Send Email
Feb 1, 2000
9:56 pm
Hi all. I created a panel which inherits and uses the standard plot menu. In addition to the standard buttons I would like to add a new button next to the Quit...
1363 Shazir Khan
shazirk@... Send Email
Feb 1, 2000
10:17 pm
Heiko, You should put your new button definition in the activate_in method of the class that you created. So you have to define a activate_in() method on your...
1364 tarter@... Send Email Feb 1, 2000
10:40 pm
I ran into this too. The Smallworld side of FME only supports import to GIS (no SOC support). As I recall, word from Smallworld was that they were going to fix...
1365 Constant, Carolle
Carolle.Constant@... Send Email
Feb 1, 2000
10:48 pm
Since you are inheriting from the plot menu, your activate_in() method is already overriding the plot menu activate_in() method. Assuming the code in your...
1366 Michael.Locke@... Send Email Feb 1, 2000
11:03 pm
Anybody know how to unsubscribe from this dist. list? Michael S. Locke Michael S. Locke Senior Programmer Analyst Level 3 Communications ...
1367 Rodney Fazenbaker
rfazenbaker@... Send Email
Feb 2, 2000
1:33 am
Hi Michael, You're not leaving GIS are you?? Here's how to change the email delivery mode to stop from receiving the emails. You need to take an additional...
1368 Takeshi Nakamura
takeshi_nakamura@... Send Email
Feb 2, 2000
3:07 am
Hi there, I wouldn't like to show **** Enlarging Quadbox list on the buffer. Is it possible to control it in Magik codes? Takeshi CSK Corporation, Tokyo,...
1369 Tom C.H. Lee
tomchlee@... Send Email
Feb 2, 2000
4:00 am
Hi Takeshi, Find out the _method spatial_stream.int!get_taglist() by the class browser for some self modification you need...... Or change/redefine the...
1370 Alan Balmer
alan.balmer@... Send Email
Feb 2, 2000
9:24 am
Try loading the source for ".select_web()" as a starting point! If this fails try employing 5,000 Roman slaves and kick the s*** out of them until its...
1371 Rajesh Modasia
rajesh.modasia@... Send Email
Feb 2, 2000
12:01 pm
The Smallworld User group newsletter mentions a HPGL viewer called splot. Try http://www.softseek.com/Graphics_and_Drawing/CAD_3D_Design_and_Mode ...
1372 JWakefield@... Send Email Feb 2, 2000
2:58 pm
Hi Simon: In the interim this is what we did. We restored backup datastores and did int!merge to the bad alternative. That worked fine so we merged and...
1373 Graham.Bland@... Send Email Feb 2, 2000
3:04 pm
Hmmmmm, it's not just us that gets this problem - and this blokes seems to thing the integrity checker doesn't help matters!! G. JWakefield@... on...
1374 M.Stanislawski
mstanislawski@... Send Email
Feb 2, 2000
4:40 pm
Hi Andy, You have probably done this anyway, but somethimes it helps to state the obvious - you can always set up a SOC definition where the landbase dataset...
1375 Colin Mackay
Mackay.Colin@... Send Email
Feb 2, 2000
5:17 pm
Has anyone ever used this class before? I am trying to use this with little success. I can bring up a standard file dialog but I cannot get it to do what I...
1376 Rodney Fazenbaker
rfazenbaker@... Send Email
Feb 3, 2000
2:17 am
Ninglan, Did you ever get a response to this. If not, it is possible and I'll be glad to provide the answer and code. (In case you're wondering, it's late in...
1377 Takeshi Nakamura
takeshi_nakamura@... Send Email
Feb 3, 2000
3:06 am
Well, it is not the class you mentioned but how about using the win32_window class instead? For example, try: grs.top_frame.actual.save_as( "c:\some_dir", "", ...
1378 Takeshi Nakamura
takeshi_nakamura@... Send Email
Feb 3, 2000
3:23 am
Hi, Is there any way to call the method when redrawing of the main view is completely finished? What I want to do is to go to some area and then call...
1379 Simon Garton
sgarton@... Send Email
Feb 3, 2000
8:06 am
Try this : just before you do the goto, set the current thread (of your application) to minimum priority. As soon as the goto is executed, the redraw thread is...
1380 Hirschfeld, Fa. GeoMa...
F.Hirschfeld@... Send Email
Feb 3, 2000
8:19 am
There is a changed(:refreshed, _self) event sent to graphics_system when the drawing is done (in graphics_view.refresh_current_state()). You can use this in a...
1381 Colin Mackay
Mackay.Colin@... Send Email
Feb 3, 2000
9:06 am
I didn't really look at that class because the Smallworld documentation states that win32_standard_dialog should be used instead of the methods on win32_window...
1382 vasco.lopes-paulo@... Send Email Feb 3, 2000
11:56 am
Hello, There is: When a redraw is finished a change on graphics_system (aspect :refreshed) happens. You can add a dependent on graphics system, so that it gets...
1383 Luc Bednarek
Luc_Bednarek@... Send Email
Feb 3, 2000
1:40 pm
Hi, Is there a way to allow an editor, to appear always on top. Thanks, Luc Bednarek...
1384 David Vollmar
dvollmar@... Send Email
Feb 3, 2000
2:19 pm
Andy, indeed it is necessery to do a small change to the Smallworld FME code for your purposes. Are you using any Model.it dynamic enumerators in your landbase...
1385 Andy Meyers
ameyers@... Send Email
Feb 3, 2000
4:22 pm
Andy Meyers would like to recall the message, "[sw-gis-dev] Re: Importing data into a Smallworld dataset"....
1386 Andy Meyers
ameyers@... Send Email
Feb 3, 2000
4:21 pm
David, Thanks for you response but I think the answer is no. I created two new objects - one for boundarys and one for roads and those are the only two ...
1387 Mark Field
mark.b.field@... Send Email
Feb 3, 2000
9:02 pm
I want to create a new type of rope. One that only allows objects of the same class_name into the rope. I created the exemplar by using: ...
1388 jdgerth@... Send Email Feb 3, 2000
10:13 pm
Hey Mark, Try _super(rope).add(an_element) Thanks Jeff Gerth "Mark Field" <mark.b.field@...> on 02/03/2000 04:06:11 PM Please respond to...
Messages 1359 - 1388 of 21990   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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