我遇到了问题。 当我尝试设置动态创建的文本区域的边框时,使用:
进行隐藏textArea.setStyle(“borderVisible”,“false”),文字消失。
我看起来像个臭虫。你有什么解决方案吗?
答案 0 :(得分:0)
textArea没有'borderVisible'风格,你可以设置borderThickness'零
textArea.setStyle('borderThickness', 0)
答案 1 :(得分:0)
我的问题是尝试在textArea上设置样式。当我拿出这一行时,文字显示正常:
textArea.setStyle("backgroundColor", 0xFFFFFF);