|
|
Re: ProgressBar and ProgressView [message #505920 is a reply to message #9652] |
Tue, 05 January 2010 09:53   |
Eclipse User |
|
|
|
Hi,
how is the current state? I detect that the progress is shown in the
status bar, the ProgressView class exists, but there isn't any view
extension and I cannot open the Progress View by clicking the status bar
icon.
I can open the Progress View by defining the view in my custom plugin.
Kind regards,
Ralf
Rüdiger Herrmann schrieb:
> Hi Markus,
>
> yes we do, but this task is not scheduled yet. In the API plan, this
> item is currently in section 'Community involvement desirable' ;)
>
> If it is high priority for you let us know.
>
> Cheers,
> Rüdiger
>
> Markus Krüger wrote:
>> Hello,
>>
>> do You plan to integrate a ProgressBar and a ProgressView into RAP?
>>
>> Best regards,
>>
>> Markus
>>
|
|
|
Re: ProgressBar and ProgressView [message #507693 is a reply to message #505920] |
Thu, 14 January 2010 07:13  |
Eclipse User |
|
|
|
Hi Ralf,
most of the view declarations like Progress in RCP are defined in the
IDE bundle. This means you need to declare and reference them yourself
without the IDE bundle. Here is a snippet how the org.eclipse.ide bundle
declares the progress view:
<view
name="%Views.Progress"
icon="$nl$/icons/full/eview16/pview.gif"
category="org.eclipse.ui"
class="org.eclipse.ui.internal.progress.ProgressView"
id="org.eclipse.ui.views.ProgressView">
</view>
You may need to copy the corresponding over to your bundle in order to
use it.
Regards,
Benny
Ralf Zahn wrote:
> Hi,
>
> how is the current state? I detect that the progress is shown in the
> status bar, the ProgressView class exists, but there isn't any view
> extension and I cannot open the Progress View by clicking the status bar
> icon.
>
> I can open the Progress View by defining the view in my custom plugin.
>
> Kind regards,
> Ralf
>
> Rüdiger Herrmann schrieb:
>> Hi Markus,
>>
>> yes we do, but this task is not scheduled yet. In the API plan, this
>> item is currently in section 'Community involvement desirable' ;)
>>
>> If it is high priority for you let us know.
>>
>> Cheers,
>> Rüdiger
>>
>> Markus Krüger wrote:
>>> Hello,
>>>
>>> do You plan to integrate a ProgressBar and a ProgressView into RAP?
>>>
>>> Best regards,
>>>
>>> Markus
>>>
--
Benjamin Muskalla | EclipseSource Karlsruhe
http://www.eclipsesource.com | http://twitter.com/eclipsesource
|
|
|
Powered by
FUDForum. Page generated in 0.03607 seconds