确定窗口是否被拖动
我正在尝试编写一个程序,需要知道窗口是否被拖动(移动)。问题是它不是程序的窗口,而是操作系统中的任何窗口(例如 Safari、iTunes、Adium、TextMate 等),以及它属于哪个程序
我认为 AppleScript 将是实现此目的的潜在方法,但似乎无论如何都不知道它是否被拖动。
有什么想法吗?
I am trying to write a program that requires to know if a window is being dragged (moved around). The catch is that it's not the program's window, but rather any window in the OS (eg. Safari, iTunes, Adium, TextMate, etc.), and what program it belongs to
I was thinking AppleScript would be a potential way to do this, but there doesn't seem to be anyway to know whether it's being dragged.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在窗口上将调整处理程序的大小或窗口将移动处理程序。我不确定这些名称是否准确,但您可以在 Interface Builder 的检查窗口中 Applescript 部分的 Window 部分中找到它们。
On window will resize handler or window will move handler. I'm not sure if those are the exact names but you can find them in the Window section of the Applescript section in the inspect window in Interface Builder.