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...
I looked for a while but found nothing about this, so here goes... When I use a RichEdit control in a window I get a memory error. The error states that the...
Hi all, I've been using the GUI Loft for about a month now, and I love it. It's so nice to not have to manually figure out where to place things in a form! I...
Brian Millham
bmillham@...
Dec 14, 2004 9:02 am
594
... When does the error appear? Is it in the TGL Test Window, or is it in your own application? If it's the latter, what Win32::GUI version do you run? I just...
... Right you are! I see the same thing on my w2k box. /J ... Johan Lindström Sourcerer @ Boss Casinos johanl AT DarSerMan.com Latest bookmark: "TCP...
Hi All I have upgrade TGL to ver 0.25 and have come across the same problem as mentioned in earlier post about broken gld files. I use perl 5.6.1 binary build...
After a unsuccessful install for GUI loft on my windows XP box I decided to try again. This time on a fresh install of Win2000 Pro with SP4 installed and...
How are you running FetchURL? You should be doing this: D:\> perl FetchURL.pl tgl.exe does not need to be running to run the scripts. I hope this helps. Brian...
Brian Millham
bmillham@...
Dec 18, 2004 6:40 pm
600
Dear GUI Loft members, I have two questions: 1) I understand that you have to check the 'Tabstop' field during the window design of each element you wish to be...
So I have to run the program from the cgi-bin? I cant test it from: Design -> Test/Preview window Ctrl+t tab in the GUILoft editor? ... Please help! ... with ...
No, you run it from a dos command prompt like any other perl program. Cgi-bin is for web applications. Brian Millham Tommy, Helen and Paka This message has...