Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » ProgressBar and ProgressView
ProgressBar and ProgressView [message #9602] Mon, 19 March 2007 06:55 Go to next message
Eclipse UserFriend
Hello,

do You plan to integrate a ProgressBar and a ProgressView into RAP?

Best regards,

Markus
Re: ProgressBar and ProgressView [message #9652 is a reply to message #9602] Mon, 19 March 2007 15:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

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 #505920 is a reply to message #9652] Tue, 05 January 2010 09:53 Go to previous messageGo to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:JNDI Resources
Next Topic:Calendar Widget
Goto Forum:
  


Current Time: Tue May 13 06:27:17 EDT 2025

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

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

Back to the top