Aren't you gonna give that thing a -name? Every object in GUI needs a name.
If it's not unique, that's fine so long as you don't need to interact with
the thing. But popping out of Perl from unnamed objects, we've seen that
before here on the list.

Have fun,
Harald

> -----Original Message-----
> From: Jeremy Blonde [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 15, 2001 13:38
> To: Perl-Win32-GUI-Users
> Subject: [perl-win32-gui-users] AddGroupbox causes Perl to crash?
> 
> 
> Has anyone been running into problems using a Groupbox?  My 
> script crashes
> if I use a Groupbox, remove the Groupbox and the script works fine.
> 
> I haven't modified my script, but I have downloaded the 
> latest version of
> Perl from Activestate (626, it is a fresh install I didn't 
> overwrite 522)
> and have installed the latest Win32-GUI module (.558), 
> Win32-API (.2).  I do
> know that the script works just fine under Perl 522.
> 
> Any ideas?
> Jeremy Blonde
> 
> $Window->AddGroupbox(
>   -text => "Enter Username",
>   -pos  => [ 10, 10 ],
>   -size => [ 20, 75 ],
> );
> 
> 
> 
> 
> 
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 
> _______________________________________________
> Perl-Win32-GUI-Users mailing list
> Perl-Win32-GUI-Users@lists.sourceforge.net
> http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
> 

Reply via email to