Flex 在未获得焦点时监听操作系统事件
有没有一种方法可以让基于 Flex 的应用程序(在浏览器或 AIR 中)在未获得焦点时监听 Windows 事件(或任何其他操作系统)?
假设我的 AIR 应用程序已最小化,并且我希望在将新数据复制到剪贴板时通知她?
Is there a way that a flex based application (in the browser or AIR) can listen to windows events (or any other OS) when it is not in focus?
Lets say that my AIR application is minimized and I want her to be notified when ever new data was copied to the clipboard?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没办法,否则您浏览器中的每个广告都将成为潜在的键盘记录程序。即使是 AIR 应用程序也无法做到这一点。如果您的 AIR 应用程序是本机应用程序,它可以运行进程 - 因此您可以运行帮助应用程序来监视操作系统事件。
No way, otherwise every ad in your browser would be potential keylogger. Not even AIR app can do that out the box. If your AIR app is native, it can run processes - so you could run helper application to watch OS events.