Re: [perl-win32-gui-users] win32gui bug , AddLabel ...?

2002-01-11 Thread NAHUM Marc
Ok it's works , *Thanks - Original Message - From: "Johan Lindstrom" <[EMAIL PROTECTED]> To: Sent: Friday, January 11, 2002 12:09 PM Subject: Re: [perl-win32-gui-users] win32gui bug , AddLabel ...? Mark wrote: >$main->AddLabel( > -text => "toto", > ); Give it a name: -name =>

Re: [perl-win32-gui-users] win32gui bug , AddLabel ...?

2002-01-11 Thread Johan Lindstrom
Mark wrote: $main->AddLabel( -text => "toto", ); Give it a name: -name => "lblToto", /J -- --- -- -- -- -- - - - Johan LindströmSourcerer @ Boss Casinos [EMAIL PROTECTED] Latest bookmark: "RE IP addresses - ISP-Solaris Archive"

[perl-win32-gui-users] win32gui bug , AddLabel ...?

2002-01-11 Thread NAHUM Marc
perl : 5.6.0 build 623 +win XP pro hello , Why this one don't work : --- use Win32::GUI; $main = Win32::GUI::Window->new(-name => 'Main', -tex