addTrackingRect fails?
addTrackingRect fails?
- Subject: addTrackingRect fails?
- From: Gregory Weston <email@hidden>
- Date: Thu, 28 Jun 2001 01:21:01 -0400
Are there any preconditions on creating tracking rectangles? I've got a
view that attempts to create several in its initWithFrame: method, but
the return from every call to addTrackingRect... is 0 (which seems
wrong) and my mouseEntered and mouseExited methods never get invoked
(which seems to support the notion of wrong-ness). Any hints?
[self addTrackingRect: someRect owner:self user
Data:NULL assumeInside:NO]
G (Having a bugger of a time sending this mail, because my normal client
does do authenticated SMTP)