27 Apr
2011
27 Apr
'11
4:07 p.m.
Hi, http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/NSTrac... Looks like the initializer is: – initWithRect:options:owner:userInfo: Try something like: tc = NSTrackingArea.alloc.initWithRect(self.bounds, options:(NSTrackingMouseEnteredAndExited | NSTrackingActiveAlways), owner:self, userInfo:nil) hth k On Apr 27, 2011, at 8:39 AM, Thomas R. Koll wrote:
tracking_area.initWithRect