Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Status Line Progress Indicator
Status Line Progress Indicator [message #453506] Tue, 01 August 2006 12:28 Go to next message
cenk Mising name is currently offline cenk Mising nameFriend
Messages: 159
Registered: July 2009
Senior Member
Hi;

There is a thread in my application. How can I use progress indicator of
status line in Thread's run function
Re: Status Line Progress Indicator [message #453509 is a reply to message #453506] Tue, 01 August 2006 12:52 Go to previous messageGo to next message
Srivatsan is currently offline SrivatsanFriend
Messages: 55
Registered: July 2009
Member
Hi,
To invoke the progress indicator of the status line, try this
IProgressMonitor monitor = getViewSite().getActionBars()
.getStatusLineManager().getProgressMonitor();
Do let me know if it works.

regards,
Srivatsan
Re: Status Line Progress Indicator [message #453539 is a reply to message #453506] Tue, 01 August 2006 16:40 Go to previous message
Phill Perryman is currently offline Phill PerrymanFriend
Messages: 214
Registered: July 2009
Senior Member
<br><font size=2 face="sans-serif">Run the thread as a job</font>
Previous Topic:Making the ProgressView appear
Next Topic:I need help with ActionBarAdvisor::fillCoolBar and saveState
Goto Forum:
  


Current Time: Wed Oct 09 23:42:38 GMT 2024

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

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

Back to the top