【发布时间】:2011-11-13 13:21:43
【问题描述】:
我想通过 applescript 在可可应用中调用 IBAction:
我想打电话:
- (IBAction)reverse:(id)pId;
{
direction = -1;
}
在外部 applescript 文件中有一行,例如:
tell application "theapp"
reverse
end tell
有什么想法吗?
提前致谢
【问题讨论】:
标签: cocoa applescript