Mac equivalent of top-level hook?
For a Windows application all my interfaces inherit from a class which has a top-level hook[1] that sets up a "catch-all" HANDLER-BIND, establishes a "global" catch tag and binds a couple of special variables. This is a pretty convenient technique. I understand that there are no top-level hooks on Cocoa and that all the GUI action happens in one thread which "is already there", but I was wondering if CAPI hackers use a similar or equivalent technique on the Mac to "wrap" their code somehow. Thanks, Edi. [1] http://www.lispworks.com/documentation/lw50/CAPRM/html/capiref-157.htm#marker-3919503