Re: [flexcoders] Icons in menu - not working

2006-08-25 Thread Doug Arthur
embedded images. I use them very successfully for button icons. - Kelly From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Deepa SubramaniamSent: Wednesday, June 28, 2006 4:46 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Icons in menu - not working

RE: [flexcoders] Icons in menu - not working

2006-06-28 Thread Deepa Subramaniam
Hmmm well our Embed expert says that you can make the variable for the embedded asset static, but that seems to be your problem. Ill file a bug on your behalf, but for now, dont make exitOn static and the icon should show up. Let me know if it doesnt Deepa Flex SDK

RE: [flexcoders] Icons in menu - not working

2006-06-28 Thread Kelly Birr
I found my problem. It appears that the menu cannot bind to static vars for images. I solved the problem by specifying { public const myMenuIcon:Class = GlobalIcons.MyCoolIcon; } where GlobalIcons.MyCoolIcon is declared exactly as below. Then pout the local name "myMenuIcon" in the @icon

RE: [flexcoders] Icons in menu - not working

2006-06-28 Thread Deepa Subramaniam
] On Behalf Of Kelly Birr Sent: Wednesday, June 28, 2006 4:48 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Icons in menu - not working I found my problem. It appears that the menu cannot bind to static vars for images. I solved the problem by specifying { public const

RE: [flexcoders] Icons in menu - not working

2006-06-28 Thread Deepa Subramaniam
:[EMAIL PROTECTED] On Behalf Of Kelly Birr Sent: Wednesday, June 28, 2006 4:48 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Icons in menu - not working I found my problem. It appears that the menu cannot bind to static vars for images. I solved the problem by specifying { public