Bug 162314 - API addition to Program - to get all application images.
Summary: API addition to Program - to get all application images.
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.3   Edit
Hardware: All All
: P3 enhancement with 4 votes (vote)
Target Milestone: ---   Edit
Assignee: Steve Northover CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-25 16:50 EDT by Eric Zimmerman CLA
Modified: 2021-03-02 23:32 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Zimmerman CLA 2006-10-25 16:50:33 EDT
The current Program.getImageData() only returns a single 16x16 image for an application.  There should be an API to get the entire set of images associated with an icon on the platform.  Possibly returning an ImageData[]

Windows and Mac platforms support multiple Icons embedded in the application icon.  The current Macintosh Implementation already has all of this information, but just extracts out the 16 x 16 image and returns it, when there is a beautiful 128 x 128 icon just waiting there for our use :-(

As we move to higher resolution monitors and better video display in general, this type of information becomes critical to make our application look good :-)
Comment 1 Grant Gayed CLA 2006-11-08 12:23:47 EST
API request, SN to consider
Comment 2 Nicolas Richeton CLA 2007-09-20 11:24:59 EDT
for 3.4 ? 
Comment 3 Andi Thomas CLA 2009-01-28 17:42:44 EST
how about 3.5 ?
Comment 4 Eclipse Webmaster CLA 2019-09-06 16:13:43 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.
Comment 5 Andi Thomas CLA 2021-03-02 23:32:20 EST
Sure would be nice if someone took this on finally...