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: Mark Hunte <email@hidden>
- Date: Sun, 23 Nov 2014 05:18:02 +0000
Thanks shane,
I did wondered why that particular log did not work even when earlier things seemed to work.
But I had code outside of the tell block and logging that should have picked up the vars that where being populated in the tell block
But now everything is working again! even with that log in there as it was. The log does not work as you say but the rest of the tell block is now. really odd. As I have not changed anything!
On 23 Nov 2014, at 05:01, Shane Stanley < email@hidden> wrote:
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