Sent a message to the list from the wrong account, so it bounced. Here
it is:
On Feb 28, 2008, at 5:01 PM, Hamish Allan wrote:
You could try kCFRunLoopCommonModes (pre-Leopard) /
NSRunLoopCommonModes (post-Leopard). I believe that
NSDefaultRunLoopMode and NSEventTrackingRunLoopMode are in the default
common modes (along with NSEventTrackingRunLoopMode) but if not, you
can add common modes using CFRunLoopAddCommonMode().
That works beautifully. NSDefaultRunLoopMode and
NSEventTrackingRunLoopMode are indeed in the default common modes.