(This bug could be reproduced with PopUpButton as well).
See the following example:
<mx:PopUpMenuButton dataProvider="{menuData}"/>
...
[Bindable]
public var menuData:Array = [
{label: "Salvar", icon:sessions.EmbededAssets.add_icon},
{label: "Cancelar", icon:sessions.EmbededAssets.cancel_icon}
];
----
in " sessions.EmbededAssets" class you can find the icons:
....
[Embed(source="/images/states/add_icon.png")]
public static const add_icon:Class;
....
As you select some item from the pop up menu and open the menu again to can see now a duplicate icon 2 or 3 pixels to the right and bottom over the previous one in the pop up menu.
--
::| Carlos Rovira
::| http://www.carlosrovira.com __._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___

