是否可以在 Flex 中使 as:rect 可点击?
使用 flex ,是否可以制作一个使用 s:rect 绘制的可点击的正方形?
我正在尝试绘制一系列彩色框并允许单击它们来执行操作。
using flex, is it possible to make a square, drawn using s:rect , clickable?
I am trying to draw a series of coloured boxes and allow them to be clicked on to perform an action.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我无法直接定位它,所以我将它包装在 BorderContainer 中,这样就成功了。或者,如果您想要的只是一个可以着色和定位的框,则可以只使用 BorderContainer。
I wasn't able to target it directly so I wrapped it in a BorderContainer and that did the trick. Or you could just use a BorderContainer if all you want is a box you can color and target.