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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 584 - 613 of 790   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
592
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...
gmythx
Offline Send Email
Dec 13, 2004
8:01 pm
593
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@...
Send Email
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...
Johan Lindstrom
johan__l
Offline Send Email
Dec 14, 2004
9:11 am
595
... 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...
Johan Lindstrom
johan__l
Offline Send Email
Dec 14, 2004
9:14 am
596
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...
rossclunie
Offline Send Email
Dec 16, 2004
3:21 am
597
... Ok, the storage issue is now at the top of the list. ... Current http://www.darserman.com/Perl/Loft/Loft_binary.zip Older (.24) ...
Johan Lindstrom
johan__l
Offline Send Email
Dec 16, 2004
8:50 am
598
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...
blnukem2000
Offline Send Email
Dec 18, 2004
11:45 am
599
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@...
Send Email
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...
Chris
schgpalm
Offline Send Email
Dec 18, 2004
11:51 pm
601
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 ...
blnukem2000
Offline Send Email
Dec 19, 2004
10:48 am
602
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@...
Send Email
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)...
Neil Lee
affter333
Offline Send Email
Dec 19, 2004
2:00 pm
604
... 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...
Chris
schgpalm
Offline Send Email
Dec 19, 2004
2:50 pm
605
... 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...
Johan Lindstrom
johan__l
Offline Send Email
Dec 19, 2004
6:02 pm
606
... 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...
Chris
schgpalm
Offline Send Email
Dec 19, 2004
7:01 pm
607
... 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...
Johan Lindstrom
johan__l
Offline Send Email
Dec 19, 2004
9:31 pm
608
... 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...
Johan Lindstrom
johan__l
Offline Send Email
Dec 20, 2004
1:31 am
609
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...
Chris
schgpalm
Offline Send Email
Dec 20, 2004
11:04 am
610
... Aah, this is exactly the information I needed and I would have never looked there ;) Thanks! -- Chris...
Chris
schgpalm
Offline Send Email
Dec 20, 2004
11:06 am
611
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...
Michael
mercutio_viz
Offline Send Email
Dec 29, 2004
9:08 am
612
... 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...
Johan Lindstrom
johan__l
Offline Send Email
Dec 29, 2004
9:34 am
613
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...
satansfallenangel@...
satansfallen...
Online Now Send Email
Dec 29, 2004
11:04 pm
Messages 584 - 613 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