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?
--
Thom McGrath
The ZAZ Studios
<http://www.thezaz.com/> AIM: thezazstudios
On Mar 3, 2006, at 1:20 PM, Jonathan Johnson wrote:
There's no need to do all what you described. CarbonEvent handlers are
called in reverse order that they are installed. Simply install your
new carbon event handler at the window level during the Open event,
and you'll be safe.
Of course, not returning "eventNotHandledErr" will cause the events to
be ignored by REALbasic, so be careful that you only return "noErr"
when you truly handle the event.
_______________________________________________
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>