... 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...
Brian Millham
bmillham@...
Dec 19, 2004 1:23 pm
603
you can try perl2exe from indigo, I haven't had the chance to use this feature don't know if it supports *.gld (I would like to know the result if you get any)...
... Thanks Neil, yes, this looks pretty good. I am not sure if I am out to buy an app to generate executables as I am currently using PAR which does get the...
... Yes you do. The .gld file contains the actual layout etc. of your window. If you look at most Windows programs they most often contain binaries as well as...
... I see. ... Yes, stupid question in retrospect ;) ... Thanks for your help, Johan. I'll have a look at the two links. Do you have any idea about the tabstop...
... The GUI Loft has a sane default Tabstop setting for most controls and mostly you shouldn't need to change it. Some controls may not allow you to move...
... Small world. I just found this URL: <http://lists.netthink.co.uk/pipermail/maypole/2004-October/000944.html> Search the page for "PARring data" for info on...
Hi Johan, ... yes, the Tabstop setting was already checked. Is it supposed to already work in the preview (Design | Test window)? ... I've uploaded my .gld...
Hello all! I am attempting to compile a little GUI program so that I can distribute it to people without Perl/Win32GUI/Loft, etc. I am running ActiveState...
... I assume you have looked in the manual to see if this is abnormal, or if there is an easy workaround. ... This is where it breaks. It seems perl2exe can't...
I'm new to GUI Loft so I'm not sure if I'm doing this properly, but I've added a listview to my dialog and it displays fine in preview ... has all the columns...