In your _Resize sub do not resize the status bar, just move it (so that it's
always at the bottom). If you do nothing then it will always hold its
original position which is probably not what you want.


$Window->Status->Move(0, $Window->ScaleHeight-$Window->Status->Height);





> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Sunday, April 21, 2002 20:14
> To: perl-win32-gui-users@lists.sourceforge.net
> Subject: [perl-win32-gui-users] status bar
> 
> 
> is there any way to stop a status bar from being able to be resized?
> thanx
> 
> 
> _______________________________________________
> Perl-Win32-GUI-Users mailing list
> Perl-Win32-GUI-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
> 

Reply via email to