Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

sw-gis · Smallworld Developers

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 2849
  • 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

Advanced
Messages Help
Messages 911 - 941 of 22501   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
941 pmm@... Send Email Oct 22, 1999
7:53 pm
Hello my name is Paulo and I will try to give you some advises and help you in the replicas management and administration. First of all let me tell you that I...
940 mstanislawski@... Send Email Oct 22, 1999
3:09 pm
The documentation on Replication states that the Replication Manager is designed to handle up to sensibly handle a few tens of replicas. We have a situation...
939 admin (Geo)
admin@... Send Email
Oct 22, 1999
10:25 am
938 colin.lupton@... Send Email Oct 22, 1999
7:22 am
This event along with protocols for a popup menu in the canvas have been added into 3.1 "burt, joe" <jbur-@...> wrote: original...
937 van Ligten, Fa. Realw...
H.vanLigten@... Send Email
Oct 21, 1999
3:22 pm
Hi, We have had a similar problem with threads which was caused by a handle leak in thread.sleep() (The system got sluggish when it was up a long time) The bug...
936 DECKING Christoph
Christoph.Decking@... Send Email
Oct 21, 1999
2:47 pm
Hallo, we have a problem with the thread mechanismen. We have our own proxy for a socketcommunication. After a while running(not really reproducible), one...
935 duncan@... Send Email Oct 21, 1999
1:15 pm
I ran into the problem with set_visibility() last week. SWUS Help-Desk confirmed it as a bug and submitted it as such. They also sent a work-a-round that I...
934 lohts@... Send Email Oct 21, 1999
1:45 am
Greeting; Try to incorporate: g.ace_control.set_visibility(Geometry object to be on or off, visibility: true /false, scale id) This method should inturn call...
933 lohts@... Send Email Oct 21, 1999
1:18 am
Greeting; For the drag and select, as Smallworld add some buffer to the area bounds, it is therefore possible to have objects that not fall exactly 'inside&#39;...
932 Andrew Gay
andrew@... Send Email
Oct 20, 1999
3:21 pm
Hi Ronnie, ace_control.uncache_vhs() forces the object visibilities/hittabilities/selectabilities to be re-read from the ace_control&#39;s internal variables....
931 rharris@... Send Email Oct 20, 1999
2:41 pm
I'm attempting to create a menu which will toggle the visibility of three objects in three different datasets from on to off. I've been using: ...
930 Herbert.Mueckenheim
Herbert.Mueckenheim@... Send Email
Oct 20, 1999
11:31 am
Ok, if you use tics.c then you don't need tics.lib. But in this case you do not need the extern "C"-statement The functions in tics.c becomes the obscure...
929 Rodolfo Acevedo
rodolfoa@... Send Email
Oct 20, 1999
11:10 am
I did tried, although there is no much point in linking with the tics32.lib, as the all source code is provided in the 'tics.c&#39; etc. Seems to me it has to do...
928 Sileo, Tony
tony@... Send Email
Oct 19, 1999
9:30 pm
Apologies for a commercial aside, but I thought this might be of interest given the question... We sell a product called SmallCAD Plus that includes this...
927 Burt, Joe
jburt@... Send Email
Oct 19, 1999
8:50 pm
One way to do this would be to define your own state on the graphics system, similiar to the geometry_mode or select_mode. You can do this by using ...
926 Von Pannk
marenglen@... Send Email
Oct 19, 1999
8:26 pm
Hello: Is there any way to select a specific user object in the main graphics windows?, something like select by type (area,chain, text, etc) but for a ...
924 Herbert.Mueckenheim
Herbert.Mueckenheim@... Send Email
Oct 18, 1999
3:45 pm
Probably you forgot linking the "tics32.lib" to your project. -Please copy this file from <tics_dir>\lib&#92;WNT.x86 to <devstudio_dir>&#92;VC\lib -Open your project...
923 Rodolfo Acevedo
rodolfoa@... Send Email
Oct 18, 1999
3:28 pm
I working on a C++project which makes use of the TICS C Library, for this project I'd rather don't use the make file provided by Smallworld. Instead I'd like...
922 info@... Send Email Oct 17, 1999
12:51 pm
Announcing the newest site from the creators of GISjobs.com & CIVILjobs.com: CADDjobs.com For a limited time, we extend the following offer: All classified...
921 Miller, Deb
deb@... Send Email
Oct 15, 1999
2:55 pm
Robert, Here's the code you could use in the eos_network_info() method: if _self.blocked? then # Return false says stop tracing return _false else # Continue...
920 Herbert.Mueckenheim
Herbert.Mueckenheim@... Send Email
Oct 15, 1999
6:28 am
Hallo Robert have a look at the components "hypernode&quot;, "two-pin-device" and "multi-connector". There are good examples for .network_info() - methods. If you...
919 van Ligten, Fa. Realw...
H.vanLigten@... Send Email
Oct 15, 1999
6:11 am
The network_info() method should return all the valid outgoing links, packed in an info_link_template; I would say that in your "blocked" case there are no...
918 Michael.Locke@... Send Email Oct 14, 1999
6:31 pm
Make the field participate in the primary key. Michael S. Locke, M.A. Michael S. Locke, M.A. Senior Programmer Analyst Level 3 Communications ...
917 jdgerth@... Send Email Oct 14, 1999
6:20 pm
Try This: _method graphics_system.drag_current() ## JDG ## extracted from transform menu to be called on graphics ## system pl <<...
916 Von Pannk
marenglen@... Send Email
Oct 14, 1999
5:53 pm
Hello everybody: I want to move or rotate dynamically a selected user's object geometry in the main graphics window I wish to activate this action with my own...
915 Robert Schweikert
robert.schweikert@... Send Email
Oct 14, 1999
4:19 pm
Okay, I think I should define a network_info() method on my point feature rwo ("eco"). But what should I put into it ? _iter _method...
914 van Ligten, Fa. Realw...
H.vanLigten@... Send Email
Oct 14, 1999
3:02 pm
Hi Robert, The information you want is in the Class comment of the network_follower and in the chapter: Customising the network_follower in the Customisation ...
913 Robert Schweikert
robert.schweikert@... Send Email
Oct 14, 1999
2:38 pm
When tracing a network, is it possible to define a cost method on an rwo owning a point feature ? I just managed to define a cost method on a chain rwo. In...
912 corne@... Send Email Oct 14, 1999
7:35 am
Hello All, I am connecting to an oracle database, and have reversed engineered to include a geometry field in one fo the tables. I am not connecting through ...
911 p.minnaar@... Send Email Oct 14, 1999
7:02 am
Hi there, We use the Access automation from Magik when converting Access data to Smallworld. Here is an example of getting a table called "transformer&quot; in...
Messages 911 - 941 of 22501   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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