Re: [perl-win32-gui-users] storing bitmaps in one external file?

2006-08-23 Thread Lloyd, Steve
I have used Perl2Exe successfully for internal and commercial applications for years now. I highly recommend it. --Steve Lloyd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy White Sent: Wednesday, August 23, 2006 9:39 AM To: [EMAIL PROTECTED] Cc:

RE: [perl-win32-gui-users] Using Threads with Win::32 and Net::IRC

2006-04-06 Thread Lloyd, Steve
The only way I have got this to work is to open the database connection in the thread. Steve Lloyd http://www.basgetti.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roger Mayfield Sent: Thursday, April 06, 2006 2:23 PM Cc: perl-win32-gui-users@lis

RE: [SPAM] - RE: [perl-win32-gui-users] Multi-Threaded Example - Email found in subject

2006-02-07 Thread Lloyd, Steve
Please. Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Plum, Jason Sent: Tuesday, February 07, 2006 2:24 PM To: perl-win32-gui-users@lists.sourceforge.net Subject: [SPAM] - RE: [perl-win32-gui-users] Multi-Threaded Example - Email found in subjec

[perl-win32-gui-users] Win32::GUI::MessageBox with a timer?

2005-09-02 Thread Lloyd, Steve
Does anyone know how I can call Win32::GUI::MessageBox and have it close after a certain number of seconds? Is this possible? Steven Lloyd http://www.basgetti.com This email, and any files previous email messages included with it, may contain confidential and/or privileged material. If you are n

[perl-win32-gui-users] RE: Draggable 'window' [Was: MDIFrame and background Image]

2005-08-10 Thread Lloyd, Steve
Thanks Rob, I will give it a try in Perl and Win32::GUI. Steve -Original Message- From: Robert May [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 10, 2005 4:34 PM To: Lloyd, Steve Cc: perl-win32-gui-users@lists.sourceforge.net Subject: Draggable 'window' [Was: MDIFrame and

RE: [perl-win32-gui-users] Help with a couple of problems

2005-08-10 Thread Lloyd, Steve
Windows XP Professional Service Pack 2 Win32::GUI version 1.02 perl, v5.8.4 built for MSWin32-x86-multi-thread The first script exited without any problems. The second script went into a loop printing the following on exit: Use of uninitialized value in substitution (s///) at C:/Perl/lib/AutoLoad

RE: [win32gui] [perl-win32-gui-users] {Spam?} MDIFrame and background Image

2005-08-09 Thread Lloyd, Steve
Is there a way using Win32::GUI to create a dragable child window that can be dragged and dropped onto another window like winspy does? Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert May Sent: Tuesday, August 09, 2005 1:08 PM To: Daniel Fern

RE: Re[2]: [perl-win32-gui-users] working/not working timer

2005-08-04 Thread Lloyd, Steve
ot;; } elsif($timer=~/^quick$/is){ print "running quick stuff\n"; } elsif($timer=~/^very quick$/is){ print "running very quick stuff\n"; } } -Original Message- From

RE: Re[2]: [perl-win32-gui-users] working/not working timer

2005-08-04 Thread Lloyd, Steve
three times 2000four times -Original Message- From: Jeremy White [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 10:30 AM To: Lloyd, Steve; [EMAIL PROTECTED]; perl-win32-gui-users@lists.sourceforge.net Subject: RE: Re[2]: [perl-win32-gui-users] working

RE: Re[2]: [perl-win32-gui-users] working/not working timer

2005-08-04 Thread Lloyd, Steve
Can you explain how the -ontimer option works? -onTimer => \&T1_Timer, Using -ontimer, how do you set how often it kicks off? Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy White Sent: Thursday, August 04, 2005 8:02 AM To: [EMAIL PROTECTED]

RE: [win32gui] [perl-win32-gui-users] The window -backgroud option

2005-08-03 Thread Lloyd, Steve
Rob, Is there a planned date for the next release? Also, many of the common events do not work on the main Window, right? Like MouseOver and MouseOut... use strict; use Win32::GUI; $|=1; my $main = Win32::GUI::Window->new( -name => 'Main', -text => 'Perl', -width => 200,

RE: [SPAM] - [perl-win32-gui-users] timer do not work - Email found in subject

2005-08-03 Thread Lloyd, Steve
Change my $mw = Win32::GUI ... To our $mw = Win32::GUI ... This will allow the timer subroutine to see the $mw object. Steve Lloyd If the world didn't suck, we would probably all just fall off. http://www.basgetti.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] O

RE: [SPAM] - [perl-win32-gui-users] ANNOUNCE: New home on the web - Email found in subject

2005-08-02 Thread Lloyd, Steve
Awesome Rob! Do you need any help getting samples or content for the areas marked TDB? I also suggest an Examples section in both the Methods and Events area. Steve Lloyd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert May Sent: Tuesday, August 02,

RE: [SPAM] - Re:[perl-win32-gui-users] Thinner width - Email found in subject

2005-07-27 Thread Lloyd, Steve
My Mistake, I recompiled the Win32::GUI and cannot reproduce the error. Steve -Original Message- From: Robert May [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 27, 2005 3:13 PM To: Lloyd, Steve Cc: perl-win32-gui-users@lists.sourceforge.net Subject: [SPAM] - Re:[perl-win32-gui-users

[perl-win32-gui-users] RE: [SPAM] - Re: Readonly TextEdit redraw problem. [Was: otther thngs] - Bayesian Filter detected spam

2005-07-27 Thread Lloyd, Steve
t(0); ------ -Original Message- From: Robert May [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 27, 2005 11:56 AM To: Lloyd, Steve Cc: perl-win32-gui-users@lists.sourceforge.net Subject: [SPAM] - Re: Readonly TextEdit redraw problem. [Was: otther thn

RE: [SPAM] - Re: [win32gui] [perl-win32-gui-users] Thinner width - Email found in subject

2005-07-27 Thread Lloyd, Steve
Your sample produces the following error for me: --- perl.exe - Application Error --- The instruction at "0x77c460cb" referenced memory at "0x". The memory could not be "read". Click on OK to terminate the program Click on CANCEL to debug the

RE: [SPAM] - [perl-win32-gui-users] Help My GUI, please - Email found in subject

2005-07-25 Thread Lloyd, Steve
Go to http://search.cpan.com Search for Win32::GUI Click on it and select the Win::32::Tutorial http://search.cpan.org/~robertmay/Win32-GUI-1.02/docs/GUI/Tutorial.pod Steve Lloyd http://www.basgetti.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [E

RE: [SPAM] - Re: [win32gui] RE: [perl-win32-gui-users] Next release [Was: System Tray problem after upgrade to v1.02 from v1.00] - Bayesian Filter detected spam

2005-07-23 Thread Lloyd, Steve
I have noticed that if scrolling in a Win32::GUI::Textfield set to readonly does not refresh the text properly.. Has anyone else seen this? It this something that could be fixed before the next release? Steve -Original Message- From: [EMAIL PROTECTED] on behalf of Robert May Sent: Thu

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 -Orig

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] Listview Control functionality - Drag n Drop - Email found in subject

2005-01-10 Thread Lloyd, Steve
AM To: Lloyd, Steve; Chris Wearn; perl-win32-gui-users Subject: Re: [perl-win32-gui-users] Listview Control functionality - Drag n Drop - Email found in subject Hi, Yes it can be added - Chris and came to a little 'agreement' - he supplies an perl example and I'll add the code:

RE: [SPAM] - Re: [perl-win32-gui-users] Listview Control functionality - Drag n Drop - Email found in subject

2005-01-10 Thread Lloyd, Steve
This seems like a very useful add on code - can this be added in so that those who do not have a compiler can get this? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jez White Sent: Saturday, January 08, 2005 3:03 AM To: Chris Wearn; perl-win32-gui-us

RE: [SPAM] - [perl-win32-gui-users] A need for a "native" HTML browser? - Email found in subject

2004-12-16 Thread Lloyd, Steve
Jez, I think a native version would be great. I use AxWindow now for several apps. It would be nice to be able to update both by updating Win32 GUI. STeve -Original Message- From: [EMAIL PROTECTED] on behalf of Jez White Sent: Thu 12/16/2004 1:55 PM To: Win32-GUI Subject: [SPAM] - [perl

RE: [SPAM] - [perl-win32-gui-users] decompile a perl2exe GUI - Email found in subject

2004-10-27 Thread Lloyd, Steve
This has NOTHING to do with Win32 GUI and should not be sent to this list. Please keep your questions to items concerning Win32 GUI. In my opinion, if you do not have the source, rewrite it. Quit trying to reverse engineer a good product. Nufsaid -Original Message- From: [EMAIL PROTECTED

[perl-win32-gui-users] Textfield Enter Key doesn't work if dialogui is set.

2004-03-04 Thread Lloyd, Steve
I cannot seem to get ENTER keys to work in Textfield boxes when I have dialogui set. I want to be able to have tabbing enabled on all but my multiline textfields. I set the following in my main window to enable tabstops on the rest of the texfields and buttons: $Window->{-dialogui}=1; When this