statusline does not update when using thread [message #200744] |
Wed, 21 March 2007 03:38 |
Eclipse User |
|
|
|
Originally posted by: baiyf99.yahoo.com
Hi,
I have tried using the following:
Display display = Display.getDefault();
display.asyncExec((new Runnable(){
public void run() {
getStatusLineManager().setMessage("");
getStatusLineManager().setMessage("Save operation Done!");
treeviewer.refresh(); //set my viewer to refresh
:
:
}
But however, it seems the statusline "stubbornly" refuses to do
an update. I am have a non-GUI timer thread running, which will performs
certain actions. And this timer, after performing the action, is supposed
to
refresh the statusline as well.
Please advise, where have i gone wrong.
Thanks, sally
|
|
|
Powered by
FUDForum. Page generated in 0.07769 seconds