I'm creating a process where if a value is already being used, I want to prompt the user for a new value. So I just need a model dialog box to pop up that...
Hi The default Cable Snap Distance is stored as a constant in the modelit_constant table, these values can be modified as detailed in the help, search for...
p << prompter.new(_self, "New value:", "", :ok_callback|()|, _unset) p.activate() _method my_class.ok_callback(value) write(value ) _endmethod $ new() IN...
Begoņa Prado
bpradog@...
Jan 2, 2004 11:05 am
12560
Hi Begoņa, Billy this prompter does not works like a modal dialog... i.e. when it activates, the calling process continue its execution. I would like to find...
Thanks! I knew there had to be something. Although as I was running this process in response to a button event, I couldn't use the blocking_prompter. So I...
In sw31, we use the following code to get plot filer files: dir<<system.getenv("sw_gis_plot_filter_dir") dir_ch<<directory_channel.new(dir,"*.bat",_false) ...
Easy Way to Make Money TURN $6 INTO $42,000 EASILY!!!FOR REAL!!! THIS IS REALLY EASY MONEY!! TRUST ME IT WORKS !!! BUT YOU HAVE TO FOLLOW IT TO A LETTER FOR IT...
Happy new year everyone ! lots of everything you want ! Context : I'm currently doing quality control for an electrical company. I have to verify that each...
Okay ! I got it. I can do this by verifying the rwo_id of the geometry. Should've done those few tests before posting ! My new year wishes are still good...
Hi, I need to export data from Smallworld to dxf archives and I red that i can use the dxf_output_translator class. Has anybody use it????? Please could...
Juan Flores
jfloresdls@...
Jan 5, 2004 4:44 pm
12569
Hello - The 3.3 documentation can be found under Smallworld Core Spatial Technology DXF Translators: Setting up and getting started (2). 2.1 Setting up an...
Hi y'all ! I used "ac.set_default( :default_alternative, "|", _true )" to change the default alternative. I assumed that "|" would be a valid alternative but...
Hi everyone, Where can I find a list of all functions that can be used in .emacs file. I found a few functions in the Smallworld 3 online documentation. I am...
maybe evaluate() would do it ... Ex: cmdstr << "anyfunc()" cmdstr.evaluate() <--- this will do the same as calling anyfunc() directly in the emacs window so...
Hi Olivier, I believe "|" is indicating TOP and TOP is no alternative. Heiko ... From: olystersw [mailto:mcnolii@...] Sent: Tuesday, 06 January, 2004...
It was to programmatically change the current alternative (I didn't know about .goto_alternative() at that point) so I changed the default alternative to make...
Hi there, If any of ye have worked in the gas industry and have implemented, or have seen implemented, a Leak Management System integrated with and/or managed ...
Don't know if you have your answer yet so here's my two cents... I tried this code at the magik prompt w/ two modifications: I changed the variable "dir" to...
Harris, Ronnie
rharris@...
Jan 6, 2004 7:16 pm
12581
Does anyone know the maximum number of x,y points a line in Smallworld can contain? Thanks John...
jwakefield@...
Jan 6, 2004 7:41 pm
12582
Hello John, I had a problem in GIS 3.1(0) with a trail which should contain a lot of points to create the limit of a supply area. Setting the 2771st trailpoint...
Hi, Does anyone know how to create a new alternative by using commands in PNI3.1? Regards Semahat __________________________________ Do you Yahoo!? Yahoo!...
Dear all, I get a traceback when I want to insert a record with a date field into a table using sql2_parser. a_parser.parse_sql("insert into repairment...
I would include the application data (undo information) in your record_transaction.new_insert() method. This is a very simple step: _local app_data <<...