scripting-bridge
Retrieving correct timestamp for image in Aperture
A question for the Aperture and Cocoa developers out there… I use Aperture and @Fraser Speirs\' FlickrExport plugin to manage my photos and upload them to Flickr.FlickrExport s开发者_JS百科ets custo[详细]
2023-03-23 02:05 分类:问答Cocoa bindings for the Go language
Is it possible to write macOS/Cocoa applications in Google Go? Is there a Go-Obj-C bridge? (it seems to me that Obj-C dynamism would be a great fit for Golang\'s interfaces)[详细]
2023-03-12 13:57 分类:问答Finder Scripting Bridge to Shutdown
I tried to use Application Scripting Bridge to send my Mac to sleep. The code look like the following:[详细]
2023-03-11 13:13 分类:问答Cocoa/Finder: weird path
im asking the finder for the current finder window location/path/whatever with NSString *path = [[finder insertionLocation] get];[详细]
2023-03-10 11:29 分类:问答Using Cocoa Scripting Bridge to send email without knowing the recipient beforehand
I am using the code from default Apple provided SBSendEmail example to send an email. The only difference in my case is that I don\'t know the recipient beforehand and I expect the user to enter the r[详细]
2023-03-10 00:07 分类:问答Use Scripting Bridge to create an album in iPhoto and import a picture into this album
I have a document based drawing application that allows the user to save the final document as a JPEG file. Whenever the user saves a JPEG, I would like to import the picture to an iPhoto album \"MyAp[详细]
2023-03-09 01:01 分类:问答Sending a file from desktop app to iPad via iTunes using scripting bridge
I want to find out if it\'s possible to automate a process of exporting (a zip) from a desktop app into an app on the iPad via file sharing in iTunes. The most likely technique I\'ve found is by scrip[详细]
2023-03-05 14:20 分类:问答How do I get just the audio files from the iTunes main library (returned by Scripting Bridge)?
I have quite a simple problem. I want to put the audiofiles into my table view. How do I distinguish them from pdfs and movies, etc?[详细]
2023-02-19 11:43 分类:问答Objective-C Scripting Bridge and iTunes
Hi i need a little help i want to include 2 buttons on my Mac App which will trigger 2 actions, 1 will trigger the iTunes shuffle feature and set it to YES but if it is all ready set to YES then it wi[详细]
2023-02-11 00:47 分类:问答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 分类:问答