Re: [perl-win32-gui-users] Marquee-style progress bar?

2008-02-08 Thread Perl Rob
Works like a charm! Thanks Rob! - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/

Re: [perl-win32-gui-users] Marquee-style progress bar?

2008-02-08 Thread Robert May
On 08/02/2008, Perl Rob <[EMAIL PROTECTED]> wrote: > Is Win32::GUI() capable of creating a marquee-style progress bar for > indicating activity instead of overall progress? Yes, it's possible. It will only work on WinXP and later, as it requires the (non-distributable) ComCtl32.dll V6 and above.

[perl-win32-gui-users] Marquee-style progress bar?

2008-02-08 Thread Perl Rob
Hi all, Is Win32::GUI() capable of creating a marquee-style progress bar for indicating activity instead of overall progress? This page in MSDN describes what I'm looking for: http://msdn2.microsoft.com/en-us/library/bb760820(VS.85).aspx TIA, Rob --

Re: [perl-win32-gui-users] Win32::GUI 1.06 RC1 release candidate available for download

2008-02-08 Thread Robert May
On 07/02/2008, M2U Germany <[EMAIL PROTECTED]> wrote: > I just updated my perl version to 5.10.0.1001 and therefore also tried the > new Win32::GUI files. First of all thanks for all the great work! > > So far I have only expirienced one problem: Some of the constants don't seem > to be exported co