如何让按钮运行 Applescript?

发布于 2024-11-10 10:23:25 字数 251 浏览 3 评论 0原文

我正在使用 Xcode 和 Interface Builder。我的 Xcode 项目基于 Applescript 模板。我在界面生成器中有一个按钮。我想

    tell application "Terminal"
        activate
        do script "list" in front window
    end tell

在单击按钮时运行。顺便说一句,它是 Xcode 3.2.4

I am using Xcode and Interface Builder. My Xcode project is based off the Applescript template. I have a button in interface builder. I want

    tell application "Terminal"
        activate
        do script "list" in front window
    end tell

to run when the button is clicked. Btw it's Xcode 3.2.4

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

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

发布评论

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

评论(1

月依秋水 2024-11-17 10:23:25

看来你需要一些基础教程来学习这个。这不是一件可以轻易解释清楚的事情。我在此处找到了一个,但您应该在那里搜索,因为我知道还有更多教程。

It seems like you need some basic tutorials to learn this. It's not something that can be explained easily. I found one here but you should search there because I know there's more tutorials.

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