Re: Sound Studio script quits working
Re: Sound Studio script quits working
- Subject: Re: Sound Studio script quits working
- From: Yvan KOENIG <email@hidden>
- Date: Wed, 20 May 2009 17:38:31 +0200
Le 20 mai 2009 à 17:28, Jim Brandt a écrit :
This is a piece of a script that was working last week but now has
quit working:
----------------------------------------------------------------------
-------------
set yyyymmdd to (do shell script ("date \"+%Y%m%d\"") as text)
set _rush to "Rush " & yyyymmdd
tell application "Sound Studio"
activate
if exists (window "untitled") then close window "untitled"
set _sd2 to make new document with properties {name:_rush, bit
rate:16000}
delay 2
tell application "System Events"
tell process "Sound Studio"
activate
-- keystroke "R" using {command down, shift down}
click menu item "Auto Start/Stop Recording..." of menu 1 of
menu bar item "Audio" of menu bar 1
delay 0.5
click pop up button 1 of sheet 1 of window _rush
delay 0.5
click menu item "Rush" of menu 1 of pop up button 1 of sheet
1 of window _rush
May you check the spelling of the menu item?
You typed three period characters but it may be an ellipsis one.
Yvan KOENIG (from FRANCE mercredi 20 mai 2009 17:38:25)
_______________________________________________
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