Re: Xcode Yosemite 10.10.1 cocoa-Applescript iTunes Tell blocks not being called
Re: Xcode Yosemite 10.10.1 cocoa-Applescript iTunes Tell blocks not being called
- Subject: Re: Xcode Yosemite 10.10.1 cocoa-Applescript iTunes Tell blocks not being called
- From: Shane Stanley <email@hidden>
- Date: Sun, 23 Nov 2014 16:01:30 +1100
On 23 Nov 2014, at 3:42 pm, Mark Hunte <email@hidden> wrote:
tell application "iTunes" log "HERE"
You can;t use log like that in an app tell block. Try:
tell application "iTunes" tell current application to log "HERE"
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden