Re: [win32-gui] [perl-win32-gui-users] Progress Bar Not Displaying

2006-05-05 Thread Andrew M Pastuszak
Win32::GUI::DoEvents() did the trick! Thanks for everyone's help! Have a great weekend! -- Andy Pastuszak Desktop Engineer II Commerce Bank [EMAIL PROTECTED] (856)470-3270 Robert May <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 05/05/2006 04:12 PM To: Andrew

Re: [win32-gui] [perl-win32-gui-users] Progress Bar Not Displaying

2006-05-05 Thread Andrew M Pastuszak
Andrew M Pastuszak <[EMAIL PROTECTED]> cc: perl-win32-gui-users@lists.sourceforge.net Subject:Re: [win32-gui] [perl-win32-gui-users] Progress Bar Not Displaying Andrew M Pastuszak wrote: > I am having a problem, with the progress bar not displaying in a wi

Re: [win32-gui] RE: [perl-win32-gui-users] Odd problem with compiling a script

2006-05-05 Thread Andrew M Pastuszak
How do I know which constants these two modules export? -- Andy Pastuszak Desktop Engineer II Commerce Bank [EMAIL PROTECTED] (856)470-3270 Robert May <[EMAIL PROTECTED]> 05/05/2006 03:42 PM To: Andrew M Pastuszak <[EMAIL PROTECTED]> cc: perl-win

[perl-win32-gui-users] Progress Bar Not Displaying

2006-05-05 Thread Andrew M Pastuszak
I am having a problem, with the progress bar not displaying in a window. Here is my subroutine. Feel free to offer any comments you want about cleaning up this code: sub Modify_Policy { open (FILE,'>policies.log'); our $loop = @modarray; our $w5 = 450; our $h5 = 125; our $it

RE: [perl-win32-gui-users] Odd problem with compiling a script

2006-05-05 Thread Andrew M Pastuszak
warnings; use Win32; and my problem seems to have resolved itself. -- Andy Pastuszak Desktop Engineer II Commerce Bank [EMAIL PROTECTED] (856)470-3270 "Plum, Jason" <[EMAIL PROTECTED]> 05/05/2006 12:55 PM To: "Andrew M Pastuszak" <[EMAIL PROTECTED]&

RE: [perl-win32-gui-users] Odd problem with compiling a script

2006-05-05 Thread Andrew M Pastuszak
son P. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew M Pastuszak Sent: Friday, May 05, 2006 11:35 AM To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-gui-users] Odd problem with compiling a script I am having kind of a strange

[perl-win32-gui-users] Odd problem with compiling a script

2006-05-05 Thread Andrew M Pastuszak
I am having kind of a strange problem. I am using ActiveState Komodo 3.5.1, ActivePerl 5.8.8 with Win32::GUI 1.0.3 along with the Perl Dev Kit 6.0. If I put the following line in my script: use Win32::GUI; I get the following error: Subroutine main::MB_ICONEXCLAMATION redefined at C:/Perl/li

Re: [win32-gui] [perl-win32-gui-users] Multi Select Listbox

2006-04-19 Thread Andrew M Pastuszak
Got it working. Thanks for the help everyone! Andy Try: http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=listview#selecteditems Andrew M Pastuszak wrote: > Hello all, > > I have just been pouring through the mailing list archives, as well as > UseNet, and Google

Re: [win32-gui] [perl-win32-gui-users] Multi Select Listbox

2006-04-19 Thread Andrew M Pastuszak
That sounds like just what I need. Now, how do I use it?? Andy Try: http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=listview#selecteditems Andrew M Pastuszak wrote: > Hello all, > > I have just been pouring through the mailing list archives, as well as > UseNet, and

[perl-win32-gui-users] Multi Select Listbox

2006-04-19 Thread Andrew M Pastuszak
Hello all, I have just been pouring through the mailing list archives, as well as UseNet, and Google, and I just can't figure out to read the selected values in a multi-select listbox, when my Next Button is pushed. Here is my code snippet of the window I have created: our $w1 = 500;