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@...
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...
... 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...
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@...
Sep 14, 2004 3:23 pm
566
I have exactly the same issues....
andrew burke
burke@...
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@...
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...
... 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...
... 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...
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...
... 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...
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...
... 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...
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...
... 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,...
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...
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...
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...
... 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...
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@...
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...
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. ...
... 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...
... 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...
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...
... I think you're looking for GUI::GetOpenFileName or GUI::BrowseForFolder use Win32 (); use File::Spec; my $foundFile = GUI::GetOpenFileName( -owner =>...
andrew burke
burke@...
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@...
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 ...
... 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...
... 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...