ademmler wrote:
> In this particular case I dont know how to combine those functions with
> the code I have allready.
> Sorry for confusing all with my mail before. I have typed ??? where I
> dont know what to pu there.
> 
> $frame->FindWindow('ID_STATUSBAR1')->Update(???, "hello", '10');
> 
> The error message is:
> Usage: Wx::Window::Update(THIS) at lasercalc.pl line 32.
> 
> I have tried  $frame, undef and $app as THIS but nothing worked for me.
> 
> May somebody can give me a hint.
> Thanks to all

Try something like $frame->GetStatusBar()->SetStatusText->('text').


Andri

Reply via email to