[perl-win32-gui-users] Documentation

2001-02-01 Thread Shain Edge
Hi. I just installed Win32-GUI and found absolutely _no_ documentation with it. Where can I find the documents for help on using it? Thanks, Shain Sent by AcmeCity Mail

[perl-win32-gui-users] Progress Bar question

2001-02-01 Thread Peter Eisengrein
Anyone know what the maximum allowed value is for the ->SetRange($min,$max) on Win32::GUI::AddProgressBar? I am trying to have it be set dynamically based upon a file size and it would appear that if a file is too big the $max gets set to some default. for example: my $ProgressWindow = new Win

[perl-win32-gui-users] Progress Bar question

2001-02-01 Thread Peter Eisengrein
Anyone know what the maximum allowed value is for the ->SetRange($min,$max) on Win32::GUI::AddProgressBar? I am trying to have it be set dynamically based upon a file size and it would appear that if a file is too big the $max gets set to some default. for example: my $ProgressWindow = new Win

Re: [perl-win32-gui-users] Tabstrips

2001-02-01 Thread Laurent ROCHER
Hello, An other solution for hide and show TabStrip page. This is a TabStrip test, i have made. I use a GroupBox for each Page, and attach elements on it. Then, just show and hide the good GroupBox. Laurent. - Original Message - From: <[EMAIL PROTECTED]> > might be a si

[perl-win32-gui-users] AcceleratorTable

2001-02-01 Thread Erick J. Bourgeois
I'm working on an accelerator table and I have written this thus far, but it isn't responding to the keys: use Win32::GUI; $HotKey = new Win32::GUI::AcceleratorTable( "Ctrl-O" => "OpenHK", ); $Menu = Win32::GUI::MakeMenu( "&File"=> "File", "> &Open Ctrl+

[perl-win32-gui-users] GroupBox

2001-02-01 Thread Erick J. Bourgeois
When using, for example: $Window->AddButton( -name => "Frame", -pos => [10, 70], -size => [275, 200], -text => "Hello World!", -style => BS_GROUPBOX, -visible => 1, ); to create a Frame (or GroupBox), how do you change the background color for the text? erick www.jeb.ca

Re: Antwort: Re: [perl-win32-gui-users] Tabstrips

2001-02-01 Thread christopher sagayam
Yes it is available at the archives ... I just copied the subroutine long time ago. You need to search the archives and find out yourself ..sorry chris www.perl-resume.com - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, February 01, 2001 12:09 PM Subject: Antwort