in windows live me开发者_运维知识库ssenges 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
Use a ComboBox with an itemRenderer. Although, you're going to have trouble displaying an image in the "Input" piece of the drop down.
精彩评论