[futurebasic] Re: [FB] Apple Events

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : February 1999 : Group Archive : Group : All Groups

From: BMichael@...
Date: Sat, 20 Feb 1999 20:20:02 EST
>Do I need to call this to catch the event or does FN INSTALLAEHANDLER make
>this call un-necessary?

When you install the handlers, they'll be called at the appropriate 
times, when an AppleEvent is received; you just need to make sure the 
handler itself does what you want. You shouldn't need to call it from 
anywhere else in your program...

Bill