Issue 86535 - Png icons can't be attached to property ImageIdentifier
Summary: Png icons can't be attached to property ImageIdentifier
Status: UNCONFIRMED
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: OOo 2.4 RC1
Hardware: All Windows XP
: P3 Trivial with 2 votes (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: needhelp
Depends on:
Blocks:
 
Reported: 2008-02-28 10:39 UTC by bmarcelly
Modified: 2014-01-31 10:46 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description bmarcelly 2008-02-28 10:39:27 UTC
In the Addons.xcu file of an extension it is possible to affect a set of image icons 
to a command or to a toolbar item with the property ImageIdentifier.
Currently, this is only accepted for bmp images, not png images. This is in line with 
the Developer's Guide documentation. But OOo 2.0 handles now png images.

It is possible to affect a png image through an Image node in the Addon.xcu file, but 
this method is not so easy. ImageIdentifier should support bmp and png images, just 
like the Image node.
Comment 1 cdeval 2010-03-06 07:50:53 UTC
I agree with Bernard. ImageIdentifier is more useful than UserDefinedImages
because you can define an image even if there is no command (a sub-menu entry
for example).
OOo 3.2 seems to ignore ImageIdentifier property for MenuBar, but it still works
for ToolBar.
It's now a problem.