I\'m just getting to know AppleScriptObj-C and trying to create a simple application that would allow me to create playlists.
Im building an app for learning purposes of using applescript to send mult开发者_Go百科iple commands during an action. Below is the code I\'m messing with but I have stripped out the actions in betwee
This is my original script. It will return the current url of Safari NSAppleScript *scriptURL= [[NSAppleScript alloc] initWithSource:@\"tell application \\\"Safari\\\" to return URL of front document
Right now I am just using a NSTextCell with a NSDateFormatter, I just wanted to know if this was possible, p开发者_如何学JAVAerhaps by using the .
I have this AppleScript: tell application \"Finder\" to display di开发者_运维问答alog \"derp\" -- display a dialog
This code obviously won\'t work but I\'m looking for a syntax change to make it work. for every item that grep finds
I am trying to implement a Progress bar update in AppleScriptObjC. I have connected the progressbar thru IB and trying to increment the Progressbar update via incrementBy(5). The Inderterminate proper
I need to copy the contents of an open TextMate document to the clipboard with AppleScript. Any i开发者_运维知识库deas? Or perhaps an idea for a solution that doesn\'t use AppleScript but accomplishes
In AppleScript I\'m used to call: set audio_file to (path to me as string) &开发者_如何转开发amp; \"Contents:Resources:Audio:Music.mp3\"
I\'m trying to express a slice (\"thru in AppleScript\") in Objective-C using Scripting Bridge. The example code is making a selection in iWorks Pages.