views:

18

answers:

1

hi everyone, in windows live messenges the status setting component tht is an icon, label and a dropdown arrow. on rollover it gives u border around the component, how to implement the same in air application using flex. i got this link. http://msdn.microsoft.com/en-us/library/dd570146.aspx but how to implement it in flex? thanks in advance. bagi

A: 

Use a ComboBox with an itemRenderer. Although, you're going to have trouble displaying an image in the "Input" piece of the drop down.

www.Flextras.com
actually im working on air. i can do it with poping up the native menu , but im unable to add icon to nativemenu items , nor able to style the items. Not able to change the rollover color, text color and all. any work around to achieve this. icons and styling is must.
bagi
Correct, I believe you cannot add styling or icons to the NativeMenu. Some "non-AIR" programs do seem to support that, but I'm unaware of any AIR support for such things.
www.Flextras.com