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 1174 - 1204 of 21990   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1174 sw_gis@... Send Email Jan 1, 2000
10:10 am
Hi; I wanted to write a method for database objects like hotel. I started with: def_slotted_exemplar(:hotel,{},:rwo_record) in my open image. and then writing...
1175 Jani Tiainen
jani.tiainen@... Send Email
Jan 3, 2000
6:27 am
... Well, actually GIS.EXE reads, not calls environment.bat, and I assume that GIS.EXE has very limited. More information can be found on help "Installation:...
1176 Bart Oranje
boranje@... Send Email
Jan 3, 2000
1:26 pm
Hi, Because environment.bat does not describe your environment of the computer, but only of the one SW-session; so it is not the good place for specific ...
1177 Urban.Bruening@... Send Email Jan 3, 2000
1:33 pm
Hi Bill, You must see the difference between the environment.bat from the Product and other for special use. I use normaly the standart envrionment.bat from...
1178 Andy Meyers
ameyers@... Send Email
Jan 3, 2000
4:30 pm
I am using Model.It 2.0 and I'm trying to update the construction_status of all our splice_closure objects from In Service to Planned. I can update the...
1179 Michael.Locke@... Send Email Jan 3, 2000
4:33 pm
This doesn't work for us. Our construction_status update is more serious than yours, it actually corrupts our data. I believe that the geometries are...
1180 Alison Peock (SWW)
Alison.Peock@... Send Email
Jan 3, 2000
5:09 pm
Hi there, I think there were some trigger problems at 2.0(0), which were fixed by patch p69987_1. Do you have this patch loaded? This problem doesn't occur at...
1181 Andy Meyers
ameyers@... Send Email
Jan 3, 2000
5:33 pm
I apologize for not explaining this correctly. I am updating the construction_status using magik, not the Smallworld editor. splices <<...
1182 Michael.Locke@... Send Email Jan 3, 2000
5:46 pm
If you data fields are populated correctly, I'd check the triggers. Michael S. Locke, M.A. Michael S. Locke, M.A. Senior Programmer Analyst Level 3...
1183 Burt, Joe
jburt@... Send Email
Jan 3, 2000
6:41 pm
Hello, This is a very typical problem everyone has encountered from time to time. The problem is that you are updating the actual record from the database,...
1184 Hawkins, Sue
shawkins@... Send Email
Jan 3, 2000
6:42 pm
Hi, Can anyone give me a guess on how long it might take to accomplish a ds_transfer on a 4 GB RWO? Thanks! Sue Hawkins Consultant - Systems Navigant...
1185 Jeff Rhein
jrhein@... Send Email
Jan 3, 2000
7:03 pm
I am trying to populate an excel spreadsheet with data from the work_order item_lister object in Smallworld. These are the steps I am following w <<...
1186 Usow, Jesse
jusow@... Send Email
Jan 3, 2000
7:24 pm
Hi Sue, Typically I have seen transfer rates around 2Gb/hour. Please note that this has been witnessed in a well-tuned, hi-speed HP-UX environment. Also, the...
1187 JWakefield@... Send Email Jan 3, 2000
7:42 pm
Hello Sue: 2G per hour sounds about right. We are a Windows NT shop. John W "Usow, Jesse" <jusow@...> on 01/03/2000 02:27:52 PM Please...
1188 Whiting, Sue
swhiting@... Send Email
Jan 3, 2000
8:57 pm
Greetings, Try to convert the symbol to a string using as_charvec() or write_string : a_cell.value << wit.as_charvec() or a_cell.value << wit.write_string ...
1189 R. Mark Smith
r._mark_smith@... Send Email
Jan 3, 2000
9:46 pm
We have several attributes that have a Field Type = ds_float in the CASE Tool. Users are unhappy that when you put in a number of three or four places, it...
1190 Usow, Jesse
jusow@... Send Email
Jan 3, 2000
9:53 pm
RMS, Try playing with the !print_float_precision! dynamic. This should allow you to set the number of decimal places that are displayed. I believe the ...
1191 R._Mark_Smith@... Send Email Jan 3, 2000
9:58 pm
Thanks Jesse, I try the !print_float_precision!. Mark "Usow, Jesse" <jusow@...> on 01/03/2000 04:57:10 PM Please respond to...
1192 Burt, Joe
jburt@... Send Email
Jan 3, 2000
11:07 pm
The variable !print_float_precision! can be used to address this issue in a global context. However, this is rather like driving in a tack with a sledgehammer....
1194 Rodolfo Acevedo
rodolfoa@... Send Email
Jan 4, 2000
5:32 pm
Hi there, Does any body knows how to get the list of children exemplar objects which inherit from a mixin? I know print_hierarchy( an_object ) will list them...
1195 Overbay, Darrell
darrell@... Send Email
Jan 4, 2000
5:55 pm
There's an iterator method on method_table called children(), which iterates over the method_tables which inherit from it. The define_method_target method is...
1196 Minto, Tim
tim@... Send Email
Jan 4, 2000
5:59 pm
Hello, Joe's general comments are correct here: using your own field editor can give you more precise control over the display format than ...
1197 R. Mark SMith
r._mark_smith@... Send Email
Jan 4, 2000
6:07 pm
Joe, thanks for the info on subclassing field_editor. I have been looking at the field_editor code. I have one question.. Is ...
1198 Schellekens, Harold
Harold.Schellekens@... Send Email
Jan 4, 2000
6:30 pm
Hello Rodolfo, You might try something like this: Magik2> _for c _over rwo_record_mixin.mtable.children() _loop write("child: ",...
1199 Michael Matthison-Han...
matthison.hansen@... Send Email
Jan 5, 2000
8:19 am
Hi All, I´m via a drawing method trying to replace(read:"undraw") a text geometry with a point symbol in the graphics system. Does any of you have an idea of...
1200 William D'Arcy
wdarcy@... Send Email
Jan 5, 2000
12:33 pm
Greetings, I am about to implement a frozen top/working top architecture and was wondering if there are any undocumented gotchas. Also, we are in the early...
1201 Burt, Joe
jburt@... Send Email
Jan 5, 2000
4:42 pm
What you actually want is a line_style object. Do something like this: a_gis_style << an_rwo_style.actual_gis_style a_line_style << a_gis_style.actual_style ...
1202 sw_gis@... Send Email Jan 5, 2000
4:46 pm
Hi; I wanted to write a method for hotel object class in cambridge,I did as follow: 1.I loaded hotel exemplar in the closed image. 2.I compiled the method. 3.I...
1203 Urban.Bruening@... Send Email Jan 5, 2000
4:53 pm
Hi SW_GIS, please describe more detailed what You realy does. Did You define/create a different Exemplar as in the Image already exists? see...
1204 Burt, Joe
jburt@... Send Email
Jan 5, 2000
5:25 pm
First, the hotel151 thing. Every database object has Magik object associated with it. The Magik object is dynamically constructed during the initialisation of...
Messages 1174 - 1204 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