Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将 interface builder 中的 textField 连接到 xcode 3.2 中的 applescript 代码?
我在Xcode 3.2中使用applescript。
谢谢
汤姆
你的意思是在applescript中创建一个文本字段框吗?如果是这样,那么复制这个
set answer to text returned of (display dialog "Enter the Secret Code:" with title "TextField" default answer "" buttons {"Cancel", "Enter"} default button 2 with hidden answer)