Adobe AIR:当用户按下计算机关闭或命令时检查/警报/提示

发布于 2024-11-02 19:10:00 字数 88 浏览 0 评论 0原文

使用 Adob​​e Air 或任何其他建议可以实现这一点吗?我有一个应用程序可以记录用户时间并防止用户忘记我认为类似的解决方案会起作用。

谢谢!

Is that possible to achieve using Adobe Air or any other suggestion? I have an app which record user time and to prevent user don't forget i think similar solution will work.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

慕巷 2024-11-09 19:10:01

您可以绑定一个侦听器来关闭应用程序的事件。当操作系统收到关闭命令时,它会尝试终止进程,以便您的应用程序将触发关闭事件。我还没有测试过,但希望这会起作用。此时,您可以注册用户的会话数据。这就是其他软件在你想关闭时所做的事情,有点延迟......

You can bind a listener to close event for the application. When OS received shut down command, it'll try to terminate processes so your app will trigger close event. I haven't tested but hopefully this will work. At that moment, you can register user's session data. That's what other software do when you want to turn off, a little delay...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文