Skip to main content



      Home
Home » Newcomers » Newcomers » statusline does not update when using thread
statusline does not update when using thread [message #200744] Wed, 21 March 2007 03:38
Eclipse UserFriend
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
Previous Topic:How do I transfer color syntax preference
Next Topic:hide or remove Navigator View
Goto Forum:
  


Current Time: Sat May 03 15:52:23 EDT 2025

Powered by FUDForum. Page generated in 0.07769 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top