I am creating a menu like this: my $fileWindow = "filedisplay.gld"; my $objDesign = Win32::GUI::Loft::Design->newLoad($fileWindow); $objDesign->mnuMenu(...
... Try something like this (untested): (In other subs, the $objDesign for your window is available in a hash) my $objDesign = $Win32::GUI::Loft::design{...
Johan Lindstrom
johanl@...
Dec 1, 2001 3:32 pm
133
Hi, after I have created a window and had called this by script, the following error appears: Can't call method "Enable" without a package or object reference...
... It's not mentioned in the User Manual because I didn't find it enough odd to warrant a description. Maybe there is something I have missed. Exactly what...
Johan Lindstrom
johanl@...
Dec 3, 2001 10:59 am
136
Hi, I try to set a grahpical-box around 2 checkboxes that these checkboxes optically belong together artur...
... I tried adding a Groupbox and two checkboxes to a window. Previewing didn't cause the error (which is the same as using it in your own script). Please send...
Johan Lindstrom
johanl@...
Dec 3, 2001 11:45 am
138
Hi Johan, here is the .gld and the script wich causes the error. Artur ... Von: Johan Lindstrom [mailto:johanl@...] Gesendet: Montag, 3. Dezember 2001...
... Sorry but I can't reproduce your error. If you open the .gld file in The GUI Loft binary, what happens when you chose Design | Preview... ? That menu...
Johan Lindstrom
johanl@...
Dec 3, 2001 6:23 pm
140
... -snip- ... I got this error when I tried to open Artur's .gld file. The error indicated that I needed a newer version of Storable. So I downloaded the ...
Johan Lindstrom
johanl@...
Dec 3, 2001 6:38 pm
141
Hi, In case you try this you should be aware that (apparently) The GUI Loft source code evals Perl modules and you will need to force perl2exe to load these...
Hi all, Was wondering if the accelerator table works with the Loft? I've tried to bind my list to my main window, but no luck. If it is possible, I'll send ...
Resolution: Open loft.xml and change the attribute from: fileWindow="resource\window.xml" to the attribute: fileWindow="resource\window_640x480.xml" and this...
... I haven''t been able to get them to work using vanilla Win32::GUI, but if you succeed, please share the code. ... These are possible due to a hackish...
Johan Lindstrom
johanl@...
Dec 14, 2001 8:37 am
146
Thanks, I'll do the "hack" to get this up and running, then (ahem) go back and try to get accelerators to work the "correct" way. Rest assured, if I find the...
Anyone has success with compiling Win32::GUI::Loft perl programs with Perl2exe at http://www.indigostar.com/perl2exe.htm. I successfully compiled the perl to...
Although I got it compiled successfully there is a conflict with the library p2x561.dll. I am running Win98 OSR2 with ActivePerl Build 628 (multi-threaded)....
... I've not had any such problems sofar. I'm using build 623. Do you have the correct perl2exe for your build? Otherwise, you might need to contact...
With win32gui I insert a root item into the tree like this: my $TV1 = $TV->InsertItem( -text => "Fruit" ); and a branch: my $TV2 = $TV->InsertItem( -parent =>...
... -snip- ... TGL basically does one thing for you at runtime: it builds your window. It builds the window the same way you would have built the window...
Johan Lindstrom
johanl@...
Jan 8, 2002 2:14 pm
152
Hi, I am trying to run some of the sample programs. They all fail trying to find Win32::API. Apparently Win32::API doesn't come with Win32::GUI and I can't ...
Thanks for the link. However my issue is that I can't get it to build on Active State's latest perl. I was looking for a pre-built PPM package. Here is the...
Hello I have a problem with the ComboBox. When i create a Combo with the GUI Loft and i test it, it workes well, but when i build the window from a Perl...
... You can create a little window with textfields for the search criteria, and then open up a browser window with the search criteria in the query string. It...
Johan Lindstrom
johanl@...
Feb 1, 2002 5:51 pm
159
Dear Johan, How do I compile a *.gld to an exe? And could you give me some *.gld-hint for a start for doing that task in...
... Read the User Manual and the Programmer's Reference. Look at the Demo programs. Write your own Perl program using them as a base. Then you can download a...