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 to share photos of your group with the world? 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 615 - 644 of 790   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
615
[ Jose: this is cross posted to the mailing list so other people can benefit from the Q&A. Others: For an introduction to the Custom Controls issue, see: ...
Johan Lindstrom
johan__l
Offline Send Email
Jan 4, 2005
12:03 am
616
I support a library with 118 computers and we would like to prevent the users from getting access to ANY Windows tools. I need a GUI interface that replaces...
Frank Reid
freid00
Offline Send Email
Jan 13, 2005
6:57 pm
617
Hiya everyone, I have browsed the archives and couldn't find a solution I was able to make work for what I think is a failure of my compiled exe to load the...
pghdands
Offline Send Email
Jan 14, 2005
2:53 pm
618
I am having this exact problem, were you able to find a solution you could share by any chance? Or could any info from my results be of help? ... not be ... ...
pghdands
Offline Send Email
Jan 14, 2005
3:30 pm
619
The following code use strict; use Win32::GUI; my $window = Win32::GUI::Window->new ( -width => 200, -height => 200, -text => "Hello", -name =>...
mypengo
Offline Send Email
Jan 16, 2005
1:44 am
620
... 1. This list is specifically about The GUI Loft, not about Win32::GUI in general, so please ask similar questions on the mailing list at: ...
Johan Lindstrom
johan__l
Offline Send Email
Jan 16, 2005
6:29 pm
621
... I see you don't check return values there, so I'll just assume that you don't check the return value of newLoad() either. That's the method that fails to...
Johan Lindstrom
johan__l
Offline Send Email
Jan 16, 2005
6:50 pm
622
... share ... to make use of a bound .gld file use the following example: # note: this will work for both inside and out of PerlApp (aka, test and production...
mage990
Offline Send Email
Jan 18, 2005
8:30 am
623
Hello, I tried to run my new love desing with my New_window.pl below. use strict; use Win32::GUI; use Win32 (); use Win32::GUI::Loft::Design; my $fileWindow =...
jayjaybigs
Offline Send Email
Jan 26, 2005
9:39 am
624
Hi, I have a question about the toolbars. I see my toolbar, and i can click onthe buttons, verything works fine as far. But, how can i add code when a button...
Ströbitzer Andreas
a.stroebitzer@...
Send Email
Jan 26, 2005
9:40 am
625
Try this syntax: sub ::btn2_Click () { &click ('2'); } Where btn2 is the name I assigned to the button in question and &click is of course a subroutine . The...
David McLaughlin - Co...
pghdands
Offline Send Email
Jan 26, 2005
12:45 pm
626
Jayjay, You need to install the two modules included in the Loft download. When you extract the Loft tar file you will find a PPM folder in the folders you ...
David McLaughlin - Co...
pghdands
Offline Send Email
Jan 26, 2005
12:47 pm
627
... I haven't actually used a Toolbar myself, so this is mostly speculation. I don't know what that (0) does at the end of your sub name, it looks somewhat...
Johan Lindstrom
johan__l
Offline Send Email
Jan 26, 2005
1:25 pm
628
Thanks for this, it works!!! My gui gets better and better beacuase of your fantastic tool! But now i have another question, using multiple windows and...
Ströbitzer Andreas
a.stroebitzer@...
Send Email
Jan 26, 2005
1:31 pm
629
Yes i have done it this way and it works: sub ::tbToolbar_ButtonClick { defined(my $win = $Win32::GUI::Loft::window{winGREMain}) or return(1); my($index) = @_;...
Ströbitzer Andreas
a.stroebitzer@...
Send Email
Jan 26, 2005
1:33 pm
630
... Those are called modal windows, and unfortunately Win32::GUI isn't blessed with them (yet?). That's a severe shortcoming IMHO, because it's a vital part of...
Johan Lindstrom
johan__l
Offline Send Email
Jan 26, 2005
1:51 pm
631
Thanks once again! I just tried it and it works wonderful for me. Regards ... Von: Johan Lindstrom [mailto:johanl@...] Gesendet: Mittwoch, 26....
Ströbitzer Andreas
a.stroebitzer@...
Send Email
Jan 26, 2005
4:09 pm
632
... Modal windows is better supported in the later versions of Win32::GUI. See the window method DoModal. Cheers, jez....
Jeremy White
jez_white@...
Send Email
Jan 26, 2005
4:11 pm
633
Hi! Is it possible to change the background color of for example a textield during runtime? This example code does not work, is there a workaround? sub...
Ströbitzer Andreas
a.stroebitzer@...
Send Email
Jan 27, 2005
11:22 am
634
I've used the GUI Loft for a couple of projects and loved the bits I've managed to get working but I find the lack of documentation for the corresponding perl...
perl4swine
Offline Send Email
Jan 27, 2005
6:35 pm
635
... I'm sure there is someone out there who could use another arm (I use Emacs nowadays, so my hands rarely need to leave the keyboard). Anyway... Have you...
Johan Lindstrom
johan__l
Offline Send Email
Jan 27, 2005
9:11 pm
636
Hi! The new FetchUrl.zip does not seem to work, the zip seems to be corrupted...... Regards ... Von: Johan Lindstrom [mailto:johanl@...] Gesendet:...
Ströbitzer Andreas
a.stroebitzer@...
Send Email
Jan 28, 2005
7:32 am
637
Another question: Is there a chance to do something if a special key is pressed, like when you press the ALT key and you have a menu in your gui the you will ...
Ströbitzer Andreas
a.stroebitzer@...
Send Email
Jan 28, 2005
10:25 am
638
Might want to check your version of winzip , or perhaps your downloaded was interrupted. I downloaded it and was able to open it with both Winzip and Winrar . ...
David McLaughlin - Co...
pghdands
Offline Send Email
Jan 28, 2005
12:35 pm
639
This might help, it’s the Win32::GUI Accelerator : http://jeb.ca/perl/win32-gui-docs/index.pl/win32-gui-acceleratortable which can be used to create keyboard...
David McLaughlin - Co...
pghdands
Offline Send Email
Jan 28, 2005
12:54 pm
640
To use Perl2exe with TGL do you need the "Pro" version or just the "Lite" version ?...
grmulhall
Offline Send Email
Jan 29, 2005
1:05 am
641
I haven't used perl2exe with .gld files yet, but according to their webpage: Perl2Exe for Win32 is available in "Lite" and "Pro" packages. The Pro version...
David McLaughlin - Co...
pghdands
Offline Send Email
Jan 29, 2005
1:48 am
642
David, Thanks, I installed PAR and that works really well I found & the price is unbeatable. Geoff...
grmulhall
Offline Send Email
Jan 29, 2005
7:38 am
643
Hi, I've only jusr started looking at coding an app but the doco at http://jeb.ca/perl/win32-gui-docs/index.pl/ is really good and on page 2 or three mentions...
grmulhall
Offline Send Email
Jan 29, 2005
7:40 am
644
Well, hello again, I tried it with the accelerator table, but it doesn't work for me, perhapbs someone tried it already and got it working, then please help ...
Ströbitzer Andreas
a.stroebitzer@...
Send Email
Jan 29, 2005
7:13 pm
Messages 615 - 644 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