mac 如何在关机过程中关闭应用程序?
我需要知道Mac OS如何在按下关闭按钮时关闭正在运行的应用程序,
我正在flex中工作,并且想要捕获该事件(如果这是一个事件或其他事件)以停止关闭我的应用程序状态。
我需要我的应用程序要求关闭应用程序是或否。如果选择“是”,则恢复关闭;如果选择“否”,则不关闭应用程序,并且关闭进程也会停止。
需要帮助
问候。
i need to know how the Mac OS closes the running application when shutdown is pressed,
i am working in flex and want to capture that event (if that is an event or else) to stop closing my app state away.
i need my app to ask for close the app YES or NO. on yes resumes the shutdown and on no do not close the app and shutdown processes it also stopped.
need help
regards.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定 Mac 的具体情况。
但是您可以在 WindowedApplication 上为 关闭事件?另请查看关闭 事件在应用程序窗口关闭之前执行某些操作。
我认为关闭主应用程序窗口与退出应用程序相同。
I'm not sure of anything Mac specific.
But can you add an event listener on the WindowedApplication for the close event? Also look at the closing event to do something before the app window closes.
I assume closing the main app window is the same as exiting the application.