我在函数中调用 Alert.Show 并希望从那里获取结果(Flex、ActionScript)
我在函数中使用 Alert.show,我想从那里获得用户答案。那么我怎样才能实现这一目标。问题是调用 Alert.show 的函数将返回 true 或 false 值,具体取决于用户的答案。 但似乎在 Alert.show 中它只允许为此传入 CloseHandler 。这是一个新功能。从那以后,我可以从调用返回用户答案的地方获取用户答案。
真的很感谢您的帮助 元
I'm using the Alert.show in a function and I want to get the user answer from there. So how can I achieve this. The problem is the function that call Alert.show will return a true or false value depend the user answer.
but It seem that in Alert.show it only allow to pass in a CloseHandler for this. that is a new function. and since that I can get the user answer from where it is call to return the user answer.
Really thanks for help
Yuan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
试试这个代码
Try this code
你可以这样做。
方法如下:
You can do this.
here's how:
更改
为
yes 按钮将返回 int 值 1,更改为 no 按钮将返回 int 值 2
change
to
the yes button returns an int value of 1, the no button would return an int value of 2