Re: Need a bit of help
Re: Need a bit of help
- Subject: Re: Need a bit of help
- From: Nathan Greenstein <email@hidden>
- Date: Fri, 08 Apr 2011 14:52:32 -0700
Hi Louie,
Try an 'on quit' hander:
on run
--do stuff
end runon quit
--cleanup
end quit
--
Nathan Greenstein
email@hidden
On Fri, Apr 8, 2011 at 14:27, louie
<email@hidden> wrote:
Hi all,
I have written a apple script to make a VOIP call using the whistle phone application, it works very well. To go along with the whistle application I have a apple script that calls Audio Hijack Pro.app to record the call. The Audio Hijack Pro apple script is a toggle that starts and stops recording. The trouble that I am having is if I am recording and quit the VOIP whistle application the Audio Hijack Pro continues to run. How do I stop the Audio Hijack Pro application when terminating the VOIP whistle application.
Thank you for any help.
louie
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
_______________________________________________
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