Flex 中 Windows Live Messenger 中的一个组件
在 Windows Live Messages 中,状态设置组件是一个图标、标签和一个下拉箭头。翻转时,它会为您提供组件周围的边框,以及如何使用 Flex 在空中应用程序中实现相同的边框。 我得到了这个链接。 http://msdn.microsoft.com/en-us/library/dd570146。 aspx 但是如何在flex中实现呢? 提前致谢。 巴吉
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 ComboBox 与 itemRenderer 结合使用。尽管如此,您在下拉列表的“输入”部分显示图像时会遇到麻烦。
Use a ComboBox with an itemRenderer. Although, you're going to have trouble displaying an image in the "Input" piece of the drop down.