applescript-objc
Filling an array with selected items of another array
I\'m just getting to know AppleScriptObj-C and trying to create a simple application that would allow me to create playlists.[详细]
2023-04-09 18:22 分类:问答Change Applescript into single line NSApplescript source
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[详细]
2023-04-07 18:18 分类:问答How to check whether app is running using [[NSAppleScript alloc] initWithSource:
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[详细]
2023-04-02 19:23 分类:问答Can I put a NSDatePicker object in a cell of NSTableView?
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 .[详细]
2023-03-26 14:32 分类:问答AppleScript - interacting with a dialog window
I have this AppleScript: tell application \"Finder\" to display di开发者_运维问答alog \"derp\" -- display a dialog[详细]
2023-03-17 14:15 分类:问答Applescript- For every item that grep finds
This code obviously won\'t work but I\'m looking for a syntax change to make it work. for every item that grep finds[详细]
2023-03-16 17:03 分类:问答AppleScriptObjC: ProgressBar does not increment
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[详细]
2023-03-13 21:11 分类:问答How can I copy the contents of an opened TextMate document to the clipboard with AppleScript?
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[详细]
2023-03-13 00:16 分类:问答How to access from AppleScript a bundled file within a Cocoa-AppleScript Application?
In AppleScript I\'m used to call: set audio_file to (path to me as string) &开发者_如何转开发amp; \"Contents:Resources:Audio:Music.mp3\"[详细]
2023-03-04 00:03 分类:问答Expressing a range (or slice) with ScriptingBridge
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.[详细]
2023-02-10 14:07 分类:问答