Search the web
Sign In
New User? Sign Up
theguiloft · The GUI Loft - a Win32::GUI Design Tool
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 131 - 160 of 790   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
131
I am creating a menu like this: my $fileWindow = "filedisplay.gld"; my $objDesign = Win32::GUI::Loft::Design->newLoad($fileWindow); $objDesign->mnuMenu(...
dlennox@...
carolyyne2002
Offline Send Email
Dec 1, 2001
3:20 pm
132
... 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@...
Send Email
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...
filla@...
medicforma
Offline Send Email
Dec 3, 2001
10:16 am
134
... following ... Hi, now I have found out that the mistake comes with groupbox function. Is there any description for groupbox?. thx. Artur...
filla@...
medicforma
Offline Send Email
Dec 3, 2001
10:46 am
135
... 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@...
Send Email
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...
filla@...
medicforma
Offline Send Email
Dec 3, 2001
11:15 am
137
... 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@...
Send Email
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...
filla@...
medicforma
Offline Send Email
Dec 3, 2001
1:11 pm
139
... 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@...
Send Email
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@...
Send Email
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...
net_wielder
Offline Send Email
Dec 14, 2001
2:54 am
142
Me too. And the short-cut keys 'n', 't', etc... do not work either. Michael ... windows except ... it on...
net_wielder
Offline Send Email
Dec 14, 2001
4:24 am
143
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 ...
joesquist@...
joesquist
Offline Send Email
Dec 14, 2001
4:48 am
144
Resolution: Open loft.xml and change the attribute from: fileWindow="resource\window.xml" to the attribute: fileWindow="resource\window_640x480.xml" and this...
net_wielder
Offline Send Email
Dec 14, 2001
5:00 am
145
... 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@...
Send Email
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...
joesquist@...
joesquist
Offline Send Email
Dec 14, 2001
6:40 pm
147
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...
wrongwaysg
Offline Send Email
Jan 4, 2002
5:46 am
148
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)....
wrongwaysg
Offline Send Email
Jan 4, 2002
5:55 am
149
... 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...
Marcus
henribagus
Offline Send Email
Jan 4, 2002
6:16 am
150
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 =>...
dlennox
Offline Send Email
Jan 8, 2002
6:48 am
151
... -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@...
Send Email
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 ...
yetanotherfella
Offline Send Email
Jan 19, 2002
12:16 am
153
You can get the Win32::API module here. http://theoryx5.uwinnipeg.ca/mod_perl/cpan-search?search=Win32%3A%3AAPI&filetype ...
soon_pak_leng@...
wrongwaysg
Offline Send Email
Jan 19, 2002
3:17 am
154
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...
Hari Bhaskaran
yetanotherfella
Offline Send Email
Jan 21, 2002
5:15 pm
155
Hi, My bad. Active state's site had it. Apparently its package manager wasn't intelligent enough to find it. ...
Hari Bhaskaran
yetanotherfella
Offline Send Email
Jan 21, 2002
6:50 pm
156
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...
szorgitorp
Offline Send Email
Jan 25, 2002
7:22 am
157
The GUI Loft Hi from Holland. I''m not a gifted programmer, but I have this ambitious plan. I wonder if The GUI Loft is the program I need. I run a...
voelspriet
Offline Send Email
Feb 1, 2002
5:16 pm
158
... 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@...
Send Email
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...
Henk van Ess
voelspriet
Offline Send Email
Feb 1, 2002
6:25 pm
160
... 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...
Johan Lindstrom
johanl@...
Send Email
Feb 1, 2002
6:30 pm
Messages 131 - 160 of 790   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