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
