How do you add Tooltips? Is it even implemented yet? I tried this: my $go_button = $Win32::GUI::Loft::window{SecureawayWindow}->GoButton; my $go_tip = new...
... No and no. ... Don't know how to do that. I don't think it's possible with the current Win32::GUI. /J ... Johan Lindström Boss Casinos ...
Johan Lindstrom
johanl@...
Nov 13, 2001 8:23 am
119
... Don't know how to do that. I don't think it's possible with the current Win32::GUI.<< You could use Win32::GUI::GetCursorPos() to get the cursor position,...
... Don't know how to do that. I don't think it's possible with the current Win32::GUI.<< You could use Win32::GUI::GetCursorPos() to get the cursor position,...
Hi All I've just come back to a GUI project I was working on a couple of months ago and I am no longer able to run my code. Perl complains that it can't find ...
paul.barker@...
Nov 16, 2001 10:43 am
122
... I think I forgot to include Storable as a dependency when I replaced Data::Dumper for persistency (it didn't scale very well). Search the archives for more...
Johan Lindstrom
johanl@...
Nov 16, 2001 10:48 am
123
... Hmm, I remeber seeing some messages about this, but if I search the archive for "persist" I get only one match which is your reply to me today. ... Hmm,...
paul.barker@...
Nov 16, 2001 11:21 am
124
... Oops <RED FACE>I obviously left my brain in bed today ;-)</RED FACE> Sorry guys, all OK now ! Paul ...
paul.barker@...
Nov 16, 2001 12:35 pm
125
Hey all. This isn't really a question regarding guiloft in particular. But I was just wondering if anyone had any comments of how perl gui apps on win32...
... Maybe. Possibly. Kind of depends on what you are trying to do I would say. If your program spends little time executing Perl opcodes and lots of time ...
Johan Lindstrom
johanl@...
Nov 18, 2001 2:16 pm
127
Hi, I search for a solution to checked some checkboxes in a ListView. I the object TreeView there is a method ItemCheck(NODE,[VALUE]) is the no way to do this...
Hello, I've just started playing with the GUI Loft and it looks great but I'm getting the following error when I try running a little test app: Storable binary...
... This is pure speculation, but the following might work: Connect to the Net and do: C:\>ppm remove Storable C:\>ppm install Storable If that doesn't work,...
Johan Lindstrom
johanl@...
Nov 28, 2001 8:34 pm
130
... your ... Thanks for the suggestions, but I'm still getting the same error. I tried removing all references to storable and then reinstalling storable.pm...
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...