为什么我的 Alert.show 窗口是 *backwords*?
我正在编写一个 Adobe Air 应用程序,由于某种原因,当我执行 Alert.show 时,对话框会向后显示。文本是反向单词,按钮上的标签是反向的……当我说反向时,我指的是精确的镜像,而不仅仅是用相反顺序的字母拼写的单词。如果您在镜子中查看该对话框,那么它看起来会很完美。
我这样做是这样的: Alert.show("救命,我落后了!");
有人有什么想法吗?
谢谢, 绝望
I'm writing an Adobe Air application, and for some reason, when I execute an Alert.show, the dialog box shows up backwards. The text is backwords, the label on the button is backwards... and when I say backwards, I mean an exact mirror image, not just the word spelled with the letters in reverse order. If you looked at the dialog box in a mirror, then it would look perfect.
I'm doing it like this:
Alert.show("Help, I'm backwards!");
Anyone have any ideas?
Thanks,
Hopeless
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,这是由我从 Flex 4.0 更新到 Flex 4.1 时产生的问题引起的。您可以在这里找到解决方案:
http://forums.adobe.com/message/2985976
一少一点东西。 :D
It turns out this was caused by a problem that was created when I updated from Flex 4.0 to Flex 4.1. You can find the solution here:
http://forums.adobe.com/message/2985976
One less thing. :D