hello,
I'm devloping an application where it must be possible showing and hiding the statusbar.
I tried the setvisible, but that doesn't seem to work.
I'm using following code:
I get no errors, or something else, the bar hust wont hide.Code:Application.instance().getActiveWindow().getStatusBar().setVisible(selected);
Can someone help me?


Reply With Quote