Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » ProgressView in the StatusLine
ProgressView in the StatusLine [message #435778] Tue, 23 August 2005 19:27 Go to next message
Eclipse UserFriend
Originally posted by: kent.generatescape.com

How do you add the ProgressView to the statusline?

The progress view as an independent view works fine, but I can't figure out
how to show the results to the status line.

thanks

kent
Re: ProgressView in the StatusLine [message #435779 is a reply to message #435778] Tue, 23 August 2005 18:47 Go to previous messageGo to next message
Ricky is currently offline RickyFriend
Messages: 204
Registered: July 2009
Senior Member
> How do you add the ProgressView to the statusline?

try to call
getViewSite().getActionBars().getStatusLineManager().getProg ressMonitor()
from within an IViewPart.

hth,

Ricky
Re: ProgressView in the StatusLine [message #436055 is a reply to message #435778] Tue, 30 August 2005 12:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: xxx.xxx.xx

kent ha scritto:
> How do you add the ProgressView to the statusline?
>
> The progress view as an independent view works fine, but I can't figure out
> how to show the results to the status line.
>
> thanks
>
> kent
>
>
In Your WorkbenchWindowAdvisor:

public void preWindowOpen() {
IWorkbenchWindowConfigurer configurer = getWindowConfigurer();

...

configurer.setShowProgressIndicator(true);
}
Re: ProgressView in the StatusLine [message #436864 is a reply to message #436055] Mon, 19 September 2005 13:07 Go to previous message
Eclipse UserFriend
Originally posted by: kent.generatescape.com

thanks but that was always set. hmm.

do you know what I am talking about? I am talking about that tiny little
progress indicator in the bottom right hand corner, the one with the picture
of an assembly line roller, you can get it in eclipse when you rebuild all
or do a cvs update.

"Funky" <xxx@xxx.xx> wrote in message news:df1kvp$nhk$2@news.eclipse.org...
> kent ha scritto:
>> How do you add the ProgressView to the statusline?
>>
>> The progress view as an independent view works fine, but I can't figure
>> out how to show the results to the status line.
>>
>> thanks
>>
>> kent
> In Your WorkbenchWindowAdvisor:
>
> public void preWindowOpen() {
> IWorkbenchWindowConfigurer configurer = getWindowConfigurer();
>
> ...
>
> configurer.setShowProgressIndicator(true);
> }
Previous Topic:How to fix BundleException errors?
Next Topic:How to remove fastview programmatically
Goto Forum:
  


Current Time: Sun Dec 08 09:48:35 GMT 2024

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

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

Back to the top