如何从 Apple 脚本发送字符串
我用 REALbasic 编写代码。
每当我通过 iChat 收到 IM 时,iChat 都会运行一个 applescript 并将收到的最后一条消息发送给它。我需要以某种方式将此消息作为字符串转发到我在 REALbasic 中编写的应用程序。 REALbasic 能够响应 AppleEvents,但我现在不知道如何实现这一点,也不知道我是否处于正确的位置。
有什么建议吗?
I code in REALbasic.
Whenever I receive an IM via iChat, iChat runs an applescript and sends to it the last message received. I need to somehow forward this message as a string to the app I'm writing in REALbasic. REALbasic is able to respond to AppleEvents but I don't now how to implement this or if I'm even in the right ball park.
Any advice?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是我已经很久没有使用过 RB 了,但也许下面的链接(只是一个快速谷歌)可能是一个起点?
http://www.106automation.com/page2/RB/RB.html
(下载示例文件的链接实际上是页面的标题,因此单击“REALBasic & Applescript”)
Unfortunately I haven´t used RB in ages, but maybe the following link (just a quick google) might be a starting point?
http://www.106automation.com/page2/RB/RB.html
(the link to download the example files is actually the title of the page, so click "REALBasic & Applescript")