Skip navigation.
 
mlRe: Drawing from secondary thread erases resize corner in window?
FROM : Hank Heijink (Mailinglists)
DATE : Fri Feb 29 20:43:41 2008

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.

Thanks!

Hank