On 3/3/06, Thom McGrath <[EMAIL PROTECTED]> wrote: > The problem is that I never receive the event while RB's runtime > isn't paused, so I'm guessing that RB is catching it first. Is there > a right direction you can point me in?
I'm not sure what you mean by "paused." If you install a kEventClassMouse/kEventMouseDown handler on the Window sometime *after* REALbasic has installed its handler (e.g., the Open event), you will be called first. I know, because I've done it before. HTH, Jon -- Jonathan Johnson REAL Software, Inc. REAL World 2006, The REALbasic User's Conference <http://www.realsoftware.com/realworld> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
