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 562 - 591 of 790   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
562
I am having some difficulty getting the listview to work. I have the latest version of Win32::GUI (0.0.671) and TGL (0.23). I have a ListView that's on the...
andrew burke
burke@...
Send Email
Sep 11, 2004
10:14 am
563
Release theme: Catching up I finally sat down and took some time to fix pending problems. Well, a few. Win32::GUI 0.0.670 seems to have broken the old ListView...
Johan Lindstrom
johan__l
Offline Send Email
Sep 12, 2004
6:24 pm
564
... I can't reproduce this on my system (Perl 5.8.3, Win32::GUI 0.0.670). Can you please make sure that the first cluster (the one on the first tab) is visible...
Johan Lindstrom
johan__l
Offline Send Email
Sep 12, 2004
6:33 pm
565
When I get the binary distribution from the website, it's only ~500KB and contains no tgl.exe, nor does it have the PPMs, it just has the PPDs without the...
andrew burke
burke@...
Send Email
Sep 14, 2004
3:23 pm
566
I have exactly the same issues....
andrew burke
burke@...
Send Email
Sep 14, 2004
7:45 pm
567
off of Cwd/cwd() and use File::Spec->rel2abs('.') because it appears to be so much quicker? This is a simple change in Design.pm, patch attached. andy ...
andrew burke
burke@...
Send Email
Sep 17, 2004
10:33 pm
568
Hi, first of all, thanks for the great module! Is it possible to setup additional keyboard handlers in addition to the default ones (TAB etc)? How can I set a...
skhurst_99
Offline Send Email
Sep 24, 2004
5:28 pm
569
... No it seems I missed something :) Then I went offline for a week, then I don't know why I didn't just go ahead fix it... :/ But now it is. There is a...
Johan Lindstrom
johan__l
Offline Send Email
Sep 30, 2004
7:48 pm
570
... It's called Accelerator keys in Win32::GUI, but that feature has only been half-way implemented for a long time. I'm not perfectly sure about the current...
Johan Lindstrom
johan__l
Offline Send Email
Sep 30, 2004
8:08 pm
571
Hi Just downloaded the latest TGL (By the way a great App) Binary dist from Johans site uinzipped then to my TGL directory and ran the instal.bats in both the...
rossclunie
Offline Send Email
Sep 30, 2004
8:36 pm
572
... Gaaah! It's the XML::Simple module that wants the dll file. My guess is that the much old version in my 5.6.1 installation didn't require it (I now use...
Johan Lindstrom
johan__l
Offline Send Email
Sep 30, 2004
11:35 pm
573
I am experiencing an issue when I use a .pl to display the .gld I created with the binary. I am fairly sure that I installed everything correctly. I have the...
sbenoit.rm
Offline Send Email
Oct 14, 2004
6:02 pm
574
... Could it be a version problem between the binary and your modules? What does the following say on your system? perl -v This is perl, v5.8.3 built for...
Johan Lindstrom
johan__l
Offline Send Email
Oct 14, 2004
6:10 pm
575
O.K. thanks.... I have upgraded my version of PERL and this now works fine. I do seem to have one more issue. Now with the upgrade or PERL (I imagine this has...
sbenoit.rm
Offline Send Email
Oct 15, 2004
12:40 pm
576
... That's the normal Perl console window. It's created because perl.exe is a console application. If you start the script with the wperl.exe binary instead,...
Johan Lindstrom
johan__l
Offline Send Email
Oct 15, 2004
2:55 pm
577
I am a newbie to Win32::GUI:Loft and have successfully used it for a couple of small projects. I am now trying to use TreeView and want to be able to drag and...
Michael Blakeslee
mcblakes
Offline Send Email
Oct 26, 2004
11:47 pm
578
Release theme: Getting ready for 1.0 Version 1.0 of Win32::GUI is probably just around the corner. This release of TGL, which uses Win32::GUI 0.9, is basically...
Johan Lindstrom
johan__l
Offline Send Email
Nov 2, 2004
11:56 pm
579
Hello Everyone, I hope someone out there can help me. I am getting slightly frustrated with the GUI Loft tool. I was all happy yesterday when I installed and...
deoudekerk
Offline Send Email
Nov 16, 2004
12:21 pm
580
... What happens instead of a window showing up? Where does it go wrong? ... If you use the old 0.0.558 version of Win32::GUI from CPAN, there is a bug that...
Johan Lindstrom
johan__l
Offline Send Email
Nov 16, 2004
9:33 pm
581
Hello, everybody. I'm using Win32::GUI::Loft to create my gui application. The tool is really good and allowed my to create my application very quickly. I...
Vassiliy Truskov
vassiliy.truskov@...
Send Email
Nov 26, 2004
8:24 pm
582
... Grrr... Storable version problems again? What does your "perl -v" say? (This is perl, v5.8.3 built for MSWin32-x86-multi-thread) What does: perl -MStorable...
Johan Lindstrom
johan__l
Offline Send Email
Nov 26, 2004
8:31 pm
583
Hello Everyone, I have made a little program I am using to store whisky tatsing notes which I have made with Perl 5.6.1, Win32-GUI 0.0.558 and The Loft 0.16. ...
Jeroen Kloppenburg
jkloppenburg...
Offline Send Email
Nov 30, 2004
8:57 am
584
... Looks great. And a program for Whiskey too! :) ... The GUI Loft would have nothing to do witht the default color of Label controls, that's a Win32::GUI...
Johan Lindstrom
johan__l
Offline Send Email
Dec 2, 2004
9:49 pm
585
... And Bourbon, and Rye's, etc ;) ... OK, will have to look into that. As there was some special reason I am using 5.6.1 ... Since that I switched to PHP for...
Jeroen Kloppenburg
jkloppenburg...
Offline Send Email
Dec 3, 2004
7:09 am
586
I am new to both GUI programing and MS Windows programming. I am now trying to package a perl script for general sale. This means a GUI front end. I have...
jhdjhd
Offline Send Email
Dec 8, 2004
4:21 pm
587
... I think you're looking for GUI::GetOpenFileName or GUI::BrowseForFolder use Win32 (); use File::Spec; my $foundFile = GUI::GetOpenFileName( -owner =>...
andrew burke
burke@...
Send Email
Dec 8, 2004
4:36 pm
588
... Have a look at the GetOpenFileName function - it will do everything you want and more. Cheers, jez....
Jeremy White
jez_white@...
Send Email
Dec 8, 2004
4:58 pm
589
I am playing with Gui Loft. It is great. I want to thank Johan Lindström for all his work. Now for the question. Is there any problem using Indigostar's ...
Joe Davidson
jhdjhd
Offline Send Email
Dec 9, 2004
5:47 pm
590
... I have never tried perl2exe, but both PAR and PerlApp works well, and they solve the same problem in a similar manner. I can't imagine why it would be a...
Johan Lindstrom
johan__l
Offline Send Email
Dec 9, 2004
7:05 pm
591
... Gui ... and they ... all ... STRING), so ... likely ... I'm using perl2exe and it works fine for me. I had some problems, but they were related rather to...
GrzesU
grzesu69
Offline Send Email
Dec 10, 2004
8:29 am
Messages 562 - 591 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