更改列表中单击项目(itemrenderer)的边框颜色
您好,我想设置列表的某些项目渲染器(textInput)的 BorderColor。默认情况下,所有内容都有一个共同的边框颜色,但我希望例如在单击某个项目时具有红色边框。
我在 itemRenderer 中的单击事件上尝试了此操作,
mytextInput.setStyle("color", 0xDDDDDD);
但它似乎不起作用。
任何帮助。
谢谢
Hello I want to set the BorderColor of certain Item Renderers (textInput) of a List. By default all have a common border color, but I want for example when clicking in an item to have a red border.
I tried this on a click event in my itemRenderer,
mytextInput.setStyle("color", 0xDDDDDD);
But it does not seem to work.
Any help.
Thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
就扩展 Spark
TextInput
控制而言,所有此类问题都应该使用外观来解决。创建带有您喜欢的边框的自定义皮肤。As far as you're extending Spark
TextInput
control all the problems of that kind should be solved using skins. Create custom skin with the border you like.