Hi, guys! I face the problem while saving image. Here are the message coming out when I wish to save the image. **** Error: Magik primitive error: Generic prim...
3201
malcolm watson
malcolm.watson@...
Dec 4, 2000 10:12 am
Hi all There's a problem which we have found ( and I can't believe that we are the only Smallworld customers who have experienced it, but that's the kind of...
3202
Elias Kaltsas
elias.kaltsas@...
Dec 4, 2000 10:24 am
Hello, Try installing a different driver for the plotter, in particular try the driver HP DesignJet 350C (E/A0) or an older version of HP 750C (for example the...
3203
Enric Rodellas
rodellas@...
Dec 4, 2000 10:37 am
Hello!! As I know, Smallworld says since year 1998 that HP is working in this question. ... I'm waiting a solution also. But my company pays annual fee ... It...
3204
lclark
lewis@...
Dec 4, 2000 10:54 am
If you find a driver that works, please mail me a copy. We also have the same problem. Saludos, Lewis...
3205
Bednarek
luc.bednarek@...
Dec 4, 2000 11:09 am
Hi, Since we have installed SW3.1 SP2 we got the following notation for our numbers. sector(1,5): 1 coordinate:(-1.300e+004,-1.300e+004) 2...
3206
"DomÃnguez Camach...
GDominguez@...
Dec 4, 2000 11:12 am
I think you must modify !print_float_precision! to get what you want. I hope this helps....
3207
Terry Barton
tbarton@...
Dec 4, 2000 3:12 pm
Don't feel alone with your experience using windcplot. I had our PDC go down and reboot it's self after send a plot file. Fortunately, it was at the end of the...
3208
jason.saxon@...
Dec 4, 2000 4:38 pm
I am currently acting as Technical Representative on the UK Smallworld User Group. At the last UK user group we had a plotting "surgery" to discuss our ...
3209
lclark
lewis@...
Dec 4, 2000 5:20 pm
I'm using the hpgl2plot driver with bitmap_rendering=1. Looking at the printer queue I can watch the ouput file of around 20Mbytes being created which takes a...
3210
Herbert.Mueckenheim
Herbert.Mueckenheim@...
Dec 4, 2000 5:29 pm
Hi some days ago, we had the same problem after an upgrade from 2.2(1) to 3.1. We set in Magik "general_raster.plot_as_bitmap??<<_false" and plotting speed and...
3211
Gerhard Höger-Han...
info@...
Dec 4, 2000 10:42 pm
Hi fellow developers, due to the foundation of the new company friendlyGIS, we offer a nice tool for free: A search and replace enhancement for the Smallworld...
3212
Zareh Langridge (SWUK)
zareh@...
Dec 5, 2000 9:50 am
Kim, This sort of problem is usually caused by two things 1) You don't have enough disk space to save your image 2) You don't have permission to write to the...
3213
RAUL_FERRARI
raul_ferrari@...
Dec 5, 2000 10:08 am
Hi to everyone!!!! In addition to Zareh mail about this, there is another thing that may be involved in your problem: If you copied the 'old' image file from a...
3214
Terry Barton
tbarton@...
Dec 5, 2000 3:05 pm
Jason, You are welcome to use any of my commits on Smallworld printing. Hope you can get something done. Terry Barton ... Smallworld User ... discuss our ... ...
3215
Christian Fuerpasz
fuerp@...
Dec 5, 2000 3:33 pm
Hi everybody! Maybe someone can explain how can i handle this error (look to the screen shot) [Image] It seems that there are the names of the variables and...
3216
Isserstedt, Fa. GeoMa...
K.Isserstedt@...
Dec 5, 2000 3:48 pm
Hello Christian! Look in your definition for the gui. I think you've used IDs instead of strings in your definitions (The second parameter. Red marked in the...
3217
De Vries, Paul
paul.devries@...
Dec 5, 2000 3:57 pm
Christian, This seems a problem of not using the correct languages. if you do print(!current_languages!) then you should see atleast en_gb as one of the...
3218
karl.jackson@...
Dec 5, 2000 4:02 pm
If this was a problem with languages I would have expected a lot more of the buttons etc. to have looked wrong. It looks as though all the messages you're...
3219
scott@...
Dec 6, 2000 3:01 am
Hello eGroups, John Fergus provided me with a solution to displaying colours in menus using canvas.new and setting its background colour: .colour_items[k] <<...
3220
binar
been-are@...
Dec 6, 2000 3:46 am
Hi members I use ArcView and Spatial Analyst. I want to make a least cost path from costdistance and costpath. I want to ask about weighting grid (cost grid)...
3221
Martin Fulford
martin@...
Dec 6, 2000 5:05 am
Try doing this in the .on_activation() method. This is called when the menu's (re)activated, by which time, hopefully, the canvas is realised. Alternatively,...
3222
Scott Selkirk
scott@...
Dec 6, 2000 6:14 am
Thanks Martin, I tried both your suggestions but neither worked. The problem is my menu has tabs and the canvas is not on the first page. We have found that...
3223
Erik van der Mark
e_van_der_mark@...
Dec 6, 2000 8:51 am
Hi Scott, we had a similar problem, where we had an editor with two pages. The menu items on the second tab where dependent on the values entered on the first ...
3224
John.Fergus@...
Dec 6, 2000 10:45 am
Well, if you don't mind overwriting core methods (and sometimes there's no choice) here's a better way to do it (see attached file). I'll put an enhancement...
3225
John.Fergus@...
Dec 6, 2000 11:18 am
Sorry, there's a bug in my code! Just need to add an extra check to ensure we're not setting _unset as the background colour... John. _pragma...
3226
Guido Niemann
guido.niemann@...
Dec 6, 2000 2:43 pm
Hi, Does anyone know how I can reach a sub page of a rwo_editor? I can get the top_frame with the following magik-code. With this editor I can open four...
3227
Christian Fuerpasz
fuerp@...
Dec 6, 2000 4:17 pm
Hi! Thanks to everyone who answered my question. The solution was to define the SW_LANGUAGE Variable in the environment.bat :) Thanks Christian Fuerpasz -- ...
3228
Eric Proust
Eric_Proust@...
Dec 6, 2000 8:20 pm
Hi, This group deals with Smallworld GIS development. Maybe you should try arcview-subscribe@egroups.com, or have a look at ...
3229
Jason Haken
jason.haken@...
Dec 7, 2000 5:00 am
Hi Guido I put the frames in a slot if needed. .items[:top_frame] << a_frame #(where .items is a property list defined in the init() method and then this...