|
From: roger <rug...@ya...> - 2001-10-15 18:49:24
|
Hi,
I try to maximize a window with :
sub OnInit {
my( $this ) = shift;
my( $frame ) = MyFrame->new( "Minimal wxPerl app",
wxDefaultPosition,
[450, 350]
);
$frame->Show( 1 );
$this->SetTopWindow( $frame );
$frame->Maximize(1);
return 1;
}
I copied the code from one example... but dont' work
I want open the application maximized.
Any suggestion??
Thanks
Ruggero.
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
|