Re: [perl-win32-gui-users] AddLabel method problem

2002-02-14 Thread Jeremy Blonde
Make sure to give all your GUI objects names. $main->AddLabel( -text => "Hello World", -name => "HelloWorld" ); Jeremy Blonde - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, February 14, 2002 7:43 AM Subject: [perl-win32-gui-users] AddLabel method problem Hello, I

RE: [perl-win32-gui-users] AddLabel method problem

2002-02-14 Thread Peter Eisengrein
You are missing some important stuff, like, where does it go? However, the error is probably happening because the label doesn't have a name. The documentation is not at all complete but the basics are there: http://www.perl.it/dada/gui_docs/gui.html -Pete > -Original Message- > From:

[perl-win32-gui-users] AddLabel method problem

2002-02-14 Thread Sylvain.Thevoz
Hello, I work with win32::GUI on Windows NT and I have a problem when my program execute: $main->AddLabel(-text => "Hello World"); The error message is: perl.exe Application Error The instruction at 0x7897787 referenced memory at 0x00. The memory could not be read. could y