Re: [SOLVED] Re: Can NSTrackingArea rects be nested?

2009-03-29 Thread Quincey Morris
On Mar 28, 2009, at 13:17, Stuart Malin wrote: As for NSTrackingInVisibleRect: I'm a bit mystified by its utility. I had though that what I was achieving by including this option was that the tracking area would not be triggered for parts of the rect that were visually occluded. However,

[SOLVED] Re: Can NSTrackingArea rects be nested?

2009-03-28 Thread Stuart Malin
On Mar 28, 2009, at 2:31 AM, Quincey Morris wrote: On Mar 27, 2009, at 15:48, Stuart Malin wrote: I have a view that contains an NSTextView. I place NSTrackingAreas on portions of the TextView's text. I attach a userInfo dictionary to each of the tracking areas with a variety of parameters.