Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » ProgressBar and ProgressView
ProgressBar and ProgressView [message #9602] Mon, 19 March 2007 10:55 Go to next message
Markus  rüger is currently offline Markus rügerFriend
Messages: 369
Registered: July 2009
Senior Member
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 19: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 14:53 Go to previous messageGo to next message
Ralf Zahn is currently offline Ralf ZahnFriend
Messages: 32
Registered: July 2009
Member
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 12:13 Go to previous message
Benjamin Muskalla is currently offline Benjamin MuskallaFriend
Messages: 338
Registered: July 2009
Senior Member
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: Fri Apr 26 14:51:06 GMT 2024

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

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

Back to the top