Hi, all
Setting it is easy:
application.setStatusText("Hi, today the wether is nice.");
But how do i retrieve current text from the statusbar?
Any ideas?
Hi, all
Setting it is easy:
application.setStatusText("Hi, today the wether is nice.");
But how do i retrieve current text from the statusbar?
Any ideas?
thats not possible, only maybe through a plugin that “hacks” it a bit by going to that component and takes the text
Or maybe if you are the only one setting it you could cheat a little bit by storing the text value in a global variable.