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...
Show off your group to the world. Share a photo of your group with us.

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 147 - 176 of 790   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
161
Dear Johan, Thanks for educating me. Now i understand the acronym RTFM. Sorry, Henk [Non-text portions of this message have been removed]...
Henk van Ess
voelspriet
Offline Send Email
Feb 1, 2002
6:52 pm
162
... There is a reason why you should read the manual; if you need to know, that is where to find the information. If the documentation is unclear on any topic,...
Johan Lindstrom
johanl@...
Send Email
Feb 2, 2002
6:06 pm
163
Hello I would like change a ListView option! How can i use the ControlInspector? Thanx Gabor...
szorgitorp
Offline Send Email
Feb 12, 2002
4:43 pm
164
... What is it that you want to do? (working Perl code preferred) If you think it's worth doing, maybe other people think it's worth doing. Maybe it belongs in...
Johan Lindstrom
johanl@...
Send Email
Feb 12, 2002
5:12 pm
165
... doing. ... is if I ... way. ... process. ... Hi I wanted to do a Right_Click PopupMenu (Properties). First i wanted to do it with the class option, but i...
szorgitorp
Offline Send Email
Feb 14, 2002
8:34 am
166
Johan, [and the rest of the list:-) ] I'm pretty sure you wont recall me or my question from a time back, so I'll do a little refresher...Traping "quick keys"...
joesquist@...
joesquist
Offline Send Email
Feb 21, 2002
4:07 am
167
Johan, [and the rest of the list:-) ] I'm pretty sure you wont recall me or my question from a time back, so I'll do a little refresher...Traping "quick keys"...
joesquist@...
joesquist
Offline Send Email
Feb 21, 2002
4:07 am
168
damn internet mail forms! damn then to hell! (think planet of the apes) Joe...
joesquist@...
joesquist
Offline Send Email
Feb 21, 2002
4:10 am
169
Hi You can find some "hexadecimal value" for the object's style on the http://www.vbapi.com/ref/index.html page. When you have problems with the combobox...
szorgitorp
Offline Send Email
Feb 21, 2002
9:30 am
170
Very slick, thank you! Fixed my combobox vscroll style (and I already had 0.0.558 Win32::GUI). This basically fixes my current problem, but as far as the...
joesquist
Offline Send Email
Feb 21, 2002
6:35 pm
171
Hi Joe! I tried too to add classes after the Loft's building process, but it didn't work, so i found a Loft function ControlInspector, when you open the...
szorgitorp
Offline Send Email
Feb 22, 2002
9:54 am
172
Thank you I'll peek about in there too...as it stands now, I have a complete GUI with keyboard hot keys for my Richedit control. Scroll bars are working for...
joesquist@...
joesquist
Offline Send Email
Feb 22, 2002
11:52 am
173
Hi! How can i make visible a cluster, that is not the default visible cluster in my *.gld file? Can everybody write me a piece of code, that do this? Thank...
szorgitorp
Offline Send Email
Feb 28, 2002
4:05 pm
174
Good question :) What I am currently doing is looping through the controls on that cluster. so, I have an array: my @clusterAControls = qw/retext1 tfText1...
joesquist@...
joesquist
Offline Send Email
Feb 28, 2002
5:27 pm
175
... Look at this post (it describes hiding the controls, call the Show() method instead): http://groups.yahoo.com/group/theguiloft/message/63 and this section...
Johan Lindstrom
johanl@...
Send Email
Feb 28, 2002
9:33 pm
176
Release theme: Class, Style and the Inspector The ControlInspector class is now documented and has an example in the FetchURL Demo program. Using it, you can...
Johan Lindstrom
johanl@...
Send Email
Feb 28, 2002
11:23 pm
Messages 147 - 176 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