[futurebasic] RE: Apple Events

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : January 2003 : Group Archive : Group : All Groups

From: George Wood <gwendalwood@...>
Date: Thu, 02 Jan 2003 17:40:48 -0800
I want to use speakable items to click a button on my FB App. IE, to
generate a button event. Any help out there on this item?
Perhaps a simple AE script for clicking on an application button.

Name of Script: Play It!

tell application "Baptist Hymnal Player"
    activate
   (click on play it button) ? What do I do here to get my FB app to
recognize an apple event?
end tell

Then, what do I do so that my app can catch the apple event and then do my
function?
GeoWood