Re: Application responses
Re: Application responses
- Subject: Re: Application responses
- From: Emmanuel <email@hidden>
- Date: Fri, 1 Mar 2002 01:23:42 +0100
At 6:29 PM +0100 28/2/02, Camilla wrote:
>
>
But it all goes wrong if
>
AppleWorks is not running to start with.
>
>
Can anyone suggest how I might get around this problem?
Why wouldn't you start AppleWorks yourself? Something like:
----------------- tested with OS 9.2
tell app "Finder" to open (application file id "BOBO")
-----------------
To know whether bobo, oops AppleWorks, is running:
----------------- tested with OS 9.2
tell application "Finder" to "BOBO" is in (get every process's creator type)
-----------------
Emmanuel
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.