Re: [perl-win32-gui-users] help with Win32::GUI::Grid

2004-02-15 Thread Alex Lee
Thanks Laurent: new module works great! = ** * END OF MESSAGE * __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html

[perl-win32-gui-users] Toolbar Package available here

2004-02-15 Thread ramy
Hello all, SInce we all were looking for functions f\to control the toolbar and I really needed one and after digging, here is a good control code will make you happy. Anyone interested to complete the package and include it with the WIn3::GUI welcomed, I realy did not have the time as I just need

Re: [perl-win32-gui-users] Status bar Parts method bug.

2004-02-15 Thread Steve Pick
Hi Jez Ok, noted. Interesting. I'll look into this on Monday. Steve - Original Message - From: Jez White To: Win32-GUI Sent: Sunday, February 15, 2004 10:07 AM Subject: [perl-win32-gui-users] Status bar Parts method bug. Hi, I've found a bug when using the parts method

[perl-win32-gui-users] Status bar Parts method bug.

2004-02-15 Thread Jez White
Hi, I've found a bug when using the parts method in the status bar control. All the following statements fail (no error, application just exits): $status->Parts($width-200,$width-100,-1); my $temp=$status->Parts($width-200,$width-100,-1); my @temp=$status->Parts($width-200,$width-100,-1);