Re: How to track a lost mouseDown
Re: How to track a lost mouseDown
- Subject: Re: How to track a lost mouseDown
- From: Alastair Houghton <email@hidden>
- Date: Mon, 27 Aug 2007 23:01:49 +0100
On 27 Aug 2007, at 20:24, Steve Cronin wrote:
Yes I noted the cursorRect behavior to support the notion that the
view is instantiated and behaving somewhat as expected.
Yes I have set a breakpoint and an NSLog statement. Neither ever
fires.
Yes it is frontmost view.
Is this view overlapped by something else? I'm not sure that
overlapping views necessarily work properly in Tiger... it's quite
possible that a view earlier in the child views list of a parent view
might get a click even if a later view looks like it's "on top".
What are the superviews of this view? Did you implement a method
called -hitTest: on your view? Or on any of its superviews? (If so,
does it do what the framework expects?)
Kind regards,
Alastair.
--
http://alastairs-place.net
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden