get.. I wasn't using get.. works perfectly now.. thanks!

thanks

scott


On 30-Dec-08, at 12:51 AM, Charles Steinman wrote:

On Mon, Dec 29, 2008 at 9:15 PM, Scott Anguish <sc...@cocoadoc.com> wrote:
Does anyone have any examples of using the Scripting Bridge with iTunes? Specifically how you get the currently selected tracks returned as an array
of iTunesTrack items.

Should be something like:

iTunesApplication *iTunes = [SBApplication
applicationWithBundleIdentifier:@"com.apple.iTunes"];
NSArray *tracks = [[iTunes selection] get];

I just did the equivalent in Ruby and it worked like a charm.

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to