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 17478 - 17527 of 20142   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17478
I need to implement "the mouse scroll button for each window, wizard or editor." I am unable to identify the event that is generated when we scroll the mouse....
shiel_99
Offline Send Email
Apr 2, 2007
2:37 am
17483
What version of Smallworld are you running? I don't believe the wheelies:) were available prior to 4.1. I have seen the wheel work with the editors and lists...
mbfbsae90
Offline Send Email
Apr 9, 2007
2:34 pm
17484
I would say the "obvious" question is there a firewall? I've run across a similar problem with Windows platforms. The other question is what security settings...
mbfbsae90
Offline Send Email
Apr 9, 2007
2:41 pm
17485
Fred, I'm not sure if it is doable thru the CASE tool, someone else may know more about that, but you can definitely do this thru magik code. I would look at...
mbfbsae90
Offline Send Email
Apr 9, 2007
2:57 pm
17487
I've noticed within the Cambridge dataset that there is a feature that is a chain/line geometry with 3 coordinate points, but when it is presented to the user...
edlee_smallworld
edlee_smallw...
Offline Send Email
Apr 10, 2007
3:41 am
17488
Is there a way to find out whether a line/chain geometry is/contain geometry aspects that is an arc?...
edlee_smallworld
edlee_smallw...
Offline Send Email
Apr 10, 2007
4:48 am
17490
Try this... _for a_sec _over a_chain_geometry.sectors() _loop show(a_sec) _endloop $ for straight-line components of the chain, you will see objects of class...
alfred_sawatzky
Online Now Send Email
Apr 10, 2007
1:43 pm
17491
Check out the class browser on straight? On composite_line_geometry_mixin I think it's what you're after. There are a lot of methods that end in "?" that are...
Bruce Morehouse
BruceM@...
Send Email
Apr 10, 2007
2:29 pm
17492
Hello group, Is it possible to display websites (using HTML in XML) or MS-Office documents (other then bitmap layout element) in a layout in the layout ...
erik_raeves
Offline Send Email
Apr 11, 2007
9:41 am
17495
hi all! Today I encounter a strage problem. I want to delete a broken version by using ds_transer() method ,and I used the metheod ten days ago,after i...
cissy114013
Offline Send Email
Apr 12, 2007
11:24 am
17496
I have implemented the progress_indicator_dialog, that shows a progress bar in a very long process. But I do not know as to implement the interrupt_handler...
Carlos Alonso
lic_carlos_a...
Offline Send Email
Apr 13, 2007
11:51 am
17497
In case anyone has run into this problem again after upgrading to IE7, the way I fixed it was increasing MaxAllowedZone to 3. According to the original table...
mbfbsae90
Offline Send Email
Apr 13, 2007
3:29 pm
17498
Carlos, I didn't think the help and class messages were to intuitive on this, but I think I figured it out. You can try this. First of all, did you put the...
mbfbsae90
Offline Send Email
Apr 13, 2007
3:41 pm
17503
I know that the Smallworld WMS SOM allows users to access data from a WMS server, but can Smallworld IAS itself act as a WMS server? (Apologies if this is a...
euan_g_s
Offline Send Email
Apr 16, 2007
8:42 pm
17505
Hi, I want to select multiple objects through magik code. e.g obj1 -> handle of an object obj2 -> handle of another object I want to select these two objects...
Chidambaranathan Ekam...
chid_nathan
Offline Send Email
Apr 17, 2007
1:27 pm
17506
Hello Nathan, You could do it in many ways using either pni_application_manager or current_map. Use the method *set_selection_set( a_set )* on...
Kalyan Kamepalli
kalyan.kamepalli@...
Send Email
Apr 17, 2007
2:51 pm
17508
In SW 4.0, SWAF: Is there any method of having a bitmap in a layout whose path that is not hard wired into the xml document? Options I was thinking of 1)...
Bruce Morehouse
BruceM@...
Send Email
Apr 19, 2007
7:36 pm
17509
Has anyone tried launching a smallworld session (or sias) from a VM machine? John...
jwakefield@...
john_w122000
Offline Send Email
Apr 19, 2007
7:45 pm
17510
John, Yes, it works, but taxes the machine sorely! Bruce C. Morehouse [brucem@...] InMaps ________________________________ From: sw-gis@yahoogroups.com...
Bruce Morehouse
BruceM@...
Send Email
Apr 19, 2007
7:56 pm
17513
Hi, has anyone tools, ideas, code snipplets, .. to support the syslog protocol (http://tools.ietf.org/html/rfc3164; http://tools.ietf.org/html/rfc3195) from...
Reinhard Hahn
reinhard.hahn
Offline Send Email
Apr 20, 2007
8:15 am
17514
.. I should add: ... or to record events in Windows _____ Betreff: syslog Hi, has anyone tools, ideas, code snipplets, .. to support the syslog protocol ...
Reinhard Hahn
reinhard.hahn
Offline Send Email
Apr 20, 2007
8:16 am
17515
I'm just trying to run a Smallworld 4.0 image on a new Vista notebook, after hitting F2-z in Emacs the image does not start, but a window "Energieoptionen -...
Robert Schweikert
robert_schwe...
Offline Send Email
Apr 20, 2007
4:53 pm
17517
In 4.0 SWAF for a text_window and a text_item, when you click the mouse in that field, then all text in that field gets selected. click again and the text...
John Boere
magik2
Offline Send Email
Apr 25, 2007
9:19 pm
17519
I'm having trouble with a plot that has large bitmaps on it (a scanned form that is 1.6MB, and another that is 100KB) and two little ones around 20KB each: ...
Bruce Morehouse
BruceM@...
Send Email
Apr 27, 2007
8:16 pm
17520
Hi Bruce, Have a look at PJL. Plotter Job Language. Here is a link with the technical reference to PJL. It is used for header information for plotting e.g....
DvH
dhooren
Offline Send Email
Apr 27, 2007
9:00 pm
17523
How about modifying the method... _pragma(classify_level=restricted) _method bitmap_layout.get_filename () ## ## Used by in place editor and properties dialog ...
Burt, Joseph (GE Infr...
jburt25
Offline Send Email
Apr 30, 2007
5:28 pm
17524
Joe, I, at first, thought that was the way to go, and it worked on composing the layout. But then, it stored the resolved name in the layout. Not good. ...
Bruce Morehouse
BruceM@...
Send Email
Apr 30, 2007
6:11 pm
17525
Hi all, Has anybody ever had a problem with ACE settings (object visibilities, bookmarks, etc) being there during one session, and being gone the next time a...
mike_s_buller
Offline Send Email
May 1, 2007
3:39 pm
17526
Hi there are you sure you dont any case apply , in some cases if you apply diffrent case to the ds files it will happen, any way i think you should compress...
reza amini
reza_am_2005
Offline Send Email
May 1, 2007
5:02 pm
17527
Hi, ...it happens, on close a swaf application stores some settings in XML db stream in ACE db (for example bookmarks) I remember that it tries to store the...
Tomasz Sudak
tomasz_sudak
Offline Send Email
May 1, 2007
7:20 pm
Messages 17478 - 17527 of 20142   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