Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » custom progress view
custom progress view [message #1781453] Wed, 07 February 2018 12:33
As As is currently offline As AsFriend
Messages: 2
Registered: February 2018
Junior Member
Hi,
I've added an extension to my RCP app to have my own customized progress view:

<extension point="org.eclipse.ui.views">
<view
category="org.eclipse.ui"
class="...MyProgressView"
icon="my.gif"
id="org.eclipse.ui.views.ProgressView"
name="%MyViewName"
restorable="false">
</view>
</extension>

I can double click on progress bar and I'm getting the expected view.

Is it possible after double clicking progress bar to open different views based on job which is currently running?

Br,
Victor
Previous Topic:Cannot deploy RAP on tomcat 9
Next Topic:css not working
Goto Forum:
  


Current Time: Sat Apr 20 02:47:19 GMT 2024

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

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

Back to the top