[perl-win32-gui-users] Compiled Win32::GUI scripts?

2005-06-01 Thread Lee Goddard
I would be grateful for any information anyone has about successful complications of Win32::GUI scripts. Thanks in anticipation Lee

RE: [SPAM] - [perl-win32-gui-users] Compiled Win32::GUI scripts? - Email found in subject

2005-06-01 Thread Lloyd, Steve
I have compiled many Win32::GUI scripts using perl2exe from http://www.indigostar.com. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee Goddard Sent: Wednesday, June 01, 2005 5:14 AM To: perl-win32-gui-users@lists.sourceforge.net Subject: [SPAM]

RE: [perl-win32-gui-users] Compiled Win32::GUI scripts?

2005-06-01 Thread Greg Dance
I haven't tried the latest version of perl2exe (last time I used it was about 2 years ago) but at that time it didn't support icon's so on windows you always got this weird looking icon for all your exe's you created with it. I also found that while it worked OK for win32::gui it would choke on a

RE: [SPAM] - RE: [perl-win32-gui-users] Compiled Win32::GUI scripts? - Email found in subject

2005-06-01 Thread Lloyd, Steve
I have been using perl2exe for several years. The latest version on perl2exe supports icons, filestamps, and more. I have used it to compile a plethera of scripts ranging from win32 gui apps to dos apps and have had great success. In my opinion, it rocks over the other choices. Steve

RE: [perl-win32-gui-users] Compiled Win32::GUI scripts?

2005-06-01 Thread Kurt G
Lee, I have a simple solution for you: use niPerl: http://www.numeninest.com/Perl/ After installing niPerl you simply right-click on a .pl file in your Explorer window and select Convert to Exe... and magically your single exe file appears in the same directory. No external compiler, make

Re: [perl-win32-gui-users] Internet Exlorer like tool and menu bars (Coolbar.pm)

2005-06-01 Thread Robert May
Aldo Calpini wrote: Jez White wrote: The coolbar basically inherits from the rebar - various changes were added by Rob so that menus can be added to a band within the rebar:) cool then :-) See more information on what I've implemented at:

RE: [perl-win32-gui-users] no alarm() in Win32, any work-arounds?

2005-06-01 Thread Kurt G
I'm using Windows XP Pro SP2 and Windows XP Home SP2 and results are different: the $ua-get( 'http://deadmachine/' ) method waits and waits until some other timeout (operating system default?) of around 20 seconds before giving up. The $ua-timeout(2) setting is ignored. Running the same code