From: DanielMS <dan...@ya...> - 2006-09-09 21:49:04
|
I do my first steps with wxPerl, and at the moment I do not understand the following: If I put the lines # my $status = Wx::StatusBar->new( $self, -1 ); # $status -> SetFieldsCount( 1 ); # $status -> SetStatusText( "Ich bin ein Statustext!" ); on, I will get a statusbar, but on top of the frame and all the other objects will not be displayed. Can anyone tell me why? http://www.nabble.com/user-files/235932/test1.pl test1.pl Thanks and regards Daniel -- View this message in context: http://www.nabble.com/Trouble-with-status-bar-tf2245643.html#a6228428 Sent from the wxperl-users forum at Nabble.com. |