Is there a master 'Event' that we can use to tell what handler is being called (similar to the 'AppleEvent')? Rather than trapping 20 (or more) handlers in my window for events passed to it, I would like to 'discern' from a generic handler what message is being sent...and any data that was involved. Thanks, John