ProgressView in the StatusLine [message #435778] |
Tue, 23 August 2005 19:27 |
Eclipse User |
|
|
|
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 #436055 is a reply to message #435778] |
Tue, 30 August 2005 12:55 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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);
> }
|
|
|
Powered by
FUDForum. Page generated in 0.03286 seconds