>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