Dear Andri,

thanks for your tip - the refernece iI have and use since 3 years, but I dont like it because:

1. It is not verry descriptive (mostly a copy of the C referece), mostly I cant work out how it should work.
2. I am not verry good in reading manuals
3. This are my first steps with wxGUI - before I did only commandline scripts

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

Am 17.02.2009 um 00:27 schrieb Andri Möll:

ademmler wrote:
Hi to all,

I went some steps further with learning wxPerl + XRC.
Attached the actual app I have made.

I have added a statusbar, which I would like to update if you click
"start".
But I cant work out how to do this.

Hope to get help from the professionals - again.

wxFrame::GetStatusBar
wxStatusBar::SetStatusText

You might want to download or use the wxWidgets' online reference to browse for
methods.


Andri

Reply via email to