Re: set volume v : Set the sound output and/or input volume
Re: set volume v : Set the sound output and/or input volume
- Subject: Re: set volume v : Set the sound output and/or input volume
- From: sphil <email@hidden>
- Date: Mon, 15 Jul 2013 21:42:10 +0700
Further to that, I just noticed you have
tell x
tell window 1
set volume...
My guess is you're getting back the error 'window 1 doesn't understand the set volume command'.
The answer here is to understand that you can only tell an object to do something if that instruction is in the object's repertory of commands.
See the apps dictionary for a list of those, but I'd be pretty certain that you're not going to find 'set volume' among them, as volume isn't the kind of thing that 'windows' deal with.
_______________________________________________
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