Re: Scripting Bridge running method passing an array
Re: Scripting Bridge running method passing an array
- Subject: Re: Scripting Bridge running method passing an array
- From: Scott <email@hidden>
- Date: Fri, 30 Oct 2009 02:54:09 -0400
Thanks for the response Kyle. I will ask Rogue. This is how you send
commands via AS
tell application "Airfoil"
-- Connect to Airport Express
connect to (every speaker whose name is "Computer")
end tell
On Fri, Oct 30, 2009 at 2:41 AM, Kyle Sluder <email@hidden> wrote:
> On Thu, Oct 29, 2009 at 7:13 PM, Scott <email@hidden> wrote:
>> - (void) connectTo:(NSArray *)x password:(NSString *)password; //
>> Connect to the Airport Express speakers
>> - (void) disconnectFrom:(NSArray *)x; // Disconnect from the speakers
>
> What kind of objects do these commands take when using them from AppleScript?
>
> You're more likely to get good help if you ask Rogue Amoeba directly.
>
> --Kyle Sluder
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden