Bug 292287 - [Progress] Icon is not configurable in Progress View when Progress Job's Group is used
Summary: [Progress] Icon is not configurable in Progress View when Progress Job's Grou...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-14 11:33 EDT by dl CLA
Modified: 2019-09-06 16:10 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dl CLA 2009-10-14 11:33:45 EDT
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.6 Safari/532.2
Build Identifier: M20090211-1700

Hi,

I have a few jobs set in the one group.

The code for creating group looks like:



IJobManager manager = Job.getJobManager();

IProgressMonitor monitor = manager.createProgressGroup();

monitor.beginTask("Configuration", 20); // start group progress



Then I have implemented Job#belongsTo(Object family) method for each of my 
job and the Job#setProgressGroup(...).



The job and progress view are executing fine, but the problem is the group 
icon (it is the yellow dot) that I cannot change.



I have tried to set the icon for each of my jobs (using setProperty(...)) 
but it does not work when the job is assigned to group, however when the job 
is run standalone, outside group the icon set is appeared.

Also, I have to use the following method to define icon to group level: 
PlatformUI.getWorkbench().getProgressService().registerIconForFamily(ImageDescriptor 
icon, Object family) but it doesn't work.



Note that I am using default (eclipse) progress view.



Please tell me how to handle this...

Regards,

DL

Reproducible: Always

Steps to Reproduce:
1.create progress group
2.create user jobs and put it in progress group
(read more in details section)
Comment 1 Eclipse Webmaster CLA 2019-09-06 16:10:21 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.