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 686 - 715 of 790   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
686
How did you get Perl2exe to work with GLD files. I've used the #perl2exe_bundle "file.gld" pragma, and that doesn't seem to work. Did you supply the gld file...
Brian Millham
bmillham@...
Send Email
Mar 3, 2005
1:00 am
687
Never mind, I got it working. I had to change the name of the gld file from file.gld to file.bundle. If anyone would like, I can supply a code sample that...
Brian Millham
bmillham@...
Send Email
Mar 3, 2005
2:00 am
688
I am sure that would be greatly appreciated. We get many questions about Perl2Exe and a "how-to" of sorts of the process would be great. Thanks! ... From:...
Dave
pghdands
Offline Send Email
Mar 3, 2005
3:24 am
689
OK, here's a small sample. It only shows initialization, and loading the form. Read the perl2exe documentation for a description of what the #perl2exe_bundle...
Brian Millham
bmillham@...
Send Email
Mar 4, 2005
2:36 am
690
Thank you very much Brain. I have been using PerlApp to build exe's , but have the problem of it not properly extracting the files. Therefore I always must...
Dave
pghdands
Offline Send Email
Mar 4, 2005
10:16 pm
691
I'm glad I was able to help. Have you tested my solution? If you read the Perl2exe sketchy documentation, the #perl2exe_bundle pragma only supports a few file...
Brian Millham
bmillham@...
Send Email
Mar 4, 2005
10:47 pm
692
Hi, I downloaded perl2exe and tried running it but got an invalid platform message even though I downloaded the win32 version. Is this because I don't have a...
grmulhall
Offline Send Email
Mar 5, 2005
1:29 am
693
What operating system are you running it on? I downloaded the latest version and installed it on XP SP2 . Did you get the error immediately upon running it? ...
Dave
pghdands
Offline Send Email
Mar 5, 2005
3:07 am
694
Thanks for your post. I must be doing something wrong. I am using ActiveSate perl not Indigo perl. Is that an issue with perl2exe ? ... latest version ... ...
grmulhall
Offline Send Email
Mar 5, 2005
9:04 am
695
BTW Am also running XP SP 2....
grmulhall
Offline Send Email
Mar 5, 2005
9:07 am
696
Activestate will work just fine, that's all I ever use for windows. To be honest, I didn't know Indigo had a Perl release. I don't think perl2exe requires perl...
Dave
pghdands
Offline Send Email
Mar 5, 2005
12:32 pm
697
Hi, Thanks. You were right. I'm running perl 5.8.6 and had downloaded perl2exe 8.6 to match. Just went back to indigo star downloaded it again - reinstalled...
grmulhall
Offline Send Email
Mar 6, 2005
12:02 am
698
You need to install the Win32::GUI module for Perl . You can do this in PPM ( goto a windows command prompt and type PPM ) by typing install Win32::GUI ....
Dave
pghdands
Offline Send Email
Mar 6, 2005
12:59 am
699
Thanks again - but WIN32::GUI is installed - - my app runs OK from the command prompt - it just seems perl2exe can't find the package. ... this in PPM ... ...
grmulhall
Offline Send Email
Mar 6, 2005
1:29 am
700
Did you use the code sample that I sent to the list a few days ago? If not, I can send it again. Brian Millham This message traveled at least 44,000 miles to...
Brian Millham
bmillham@...
Send Email
Mar 6, 2005
1:36 am
701
Sorry about that. You might be able to get through without that line. PerlApp works w/o it so it may be worth a try. Just comment out use Win32::GUI::Window; ...
Dave
pghdands
Offline Send Email
Mar 6, 2005
1:46 am
702
Brian, Yes thanks - am using your code. When I use ##perl2exe instructions #perl2exe_bundle "qiffer.bundle" #perl2exe_bundle bytes use strict; use Win32::API; ...
grmulhall
Offline Send Email
Mar 6, 2005
6:50 am
703
hi, perl2exe requires perl installed on you system to run ! moreover you need a compatible perl release to use it. for example Perl2Exe V8.40 for Win32 (only)...
Pascal Deschatrette
pdesc_fr_74
Offline Send Email
Mar 6, 2005
11:25 am
704
I think that I found the problem, but I haven't tried to solve it yet. I must have made a copy of \perl\site\lib\Win32\GUI\Loft\Control\Window.pm to...
Brian Millham
bmillham@...
Send Email
Mar 6, 2005
3:37 pm
705
... yet. ... \GUI\Loft\Control\Window.pm ... out why ... be a bug ... until ... from ... package. ... install ... downloaded ... think ... you ... results ... ...
Geoff Mulhall
grmulhall
Offline Send Email
Mar 7, 2005
10:54 am
706
Hi Brian, I tried this but it did not work for me. I'll play around with the varios use statements to try to fix. All - thanks for looking at this - greatly...
Geoff Mulhall
grmulhall
Offline Send Email
Mar 12, 2005
2:43 am
707
... It's so ... reproduce, ... Click ... watch ... days (bad ... in use! ... I am also experiencing this problem. I'm surprised more people haven't commented....
alexatkins86
Offline Send Email
Apr 22, 2005
8:12 am
708
... Me too... I left TGL open all last weekend. The memory leak isn't too awful (about 4k/s on my system) but it adds up after a while. It's kind of ...
Ariel Serbin
aserbin
Online Now Send Email
Apr 22, 2005
2:46 pm
709
... Nope, that's a singleton, so only one instance is created. I think it's related to the Timer control itself. Try returning immediately from the timer sub...
Johan Lindstrom
johan__l
Offline Send Email
Apr 22, 2005
3:08 pm
710
hello, i am running into problem when closing or exiting the demo programs: FetchURL or FileDisplay, perl would crash. Any ideas as to why? thanks....
phn737
Offline Send Email
Jun 3, 2005
8:20 am
711
I am trying to compile my script or GuiLoft's demo (ex. password), but all compiled .exe gives error, "can't locate bytes.pm ..." when launch .exe. I have...
phn737
Offline Send Email
Jun 3, 2005
11:28 pm
712
Hi, I've tried to run a GUI Perl program using TheGuiLoft on WindowsXP that I had originally created on Windows 2000. For some reason whenever I exit the...
magnonan1
Offline Send Email
Jun 8, 2005
1:53 am
713
Hello to all Does anybody know if it is possible to turn off the WordWrap feature on a RichEdit control. I have set up an application to open and view a file...
rossclunie
Offline Send Email
Jun 28, 2005
4:34 am
714
Hello, This is the first time I use TGL, but I hope I'm not missing something here :-) OK, so I took the FileDisplay.pl demo and changed the ResizeH property ...
danvdascalescu
Offline Send Email
Jul 15, 2005
6:32 am
715
... Do you want the splitter to _always_ be in the center? Then you don't need a splitter. It's there so you can grab it, and have the movement change other...
Johan Lindstrom
johan__l
Offline Send Email
Jul 15, 2005
7:30 am
Messages 686 - 715 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