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:36:25 +0700
Hi Robert
The 'set volume' command is part of the Standard Additions suite. That means it doesn't need to be in a tell block at all. Finder no doubt recognises it as such and passes it along, but GraphicConverter will choke on any commands that aren't in its dictionary.
set volume with output muted
will compile and execute on its own without being embedded in any tell block.
Best
Phil
http://applehelpwriter.com
On 15 Jul 2013, at 21:25, Robert Poland <email@hidden> wrote:
> Hi,
>
> in an script I found that "set volume with output muted" causes an error when enclosed in
> tell application "GraphicConverter"
> tell window 1
>
> If I do
> tell application "Finder" to set volume with output muted
>
> then there is no error.
>
> Comments please?
>
> TIA,
>
>
> "Robert Poland - Fort Collins, CO
>
>
>
>
> _______________________________________________
> 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
_______________________________________________
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