Re: mouseEntered event in NSWindow subclass
Re: mouseEntered event in NSWindow subclass
- Subject: Re: mouseEntered event in NSWindow subclass
- From: Cristi Savu <email@hidden>
- Date: Thu, 21 Nov 2002 10:42:19 +0200
Thanks for the answer, j o a r !
Yes, I thought of that but as a last solution. A view will not
contain the toolbar too, so my "window" will respond to a mouse enter
when the mouse is already there.
It damn stupid to have a class tha keeps the tracking rects for all
it's children and also has mouseEntered event but it unable to use any
of these.
This is not a bug, this is nonsense, to say it in a civilized manner.
Cristian
On Thursday, November 21, 2002, at 10:30 AM, j o a r wrote:
Use a custom view subclass for the content view of the window and set
up tracking rects for that view.
j o a r
On Thursday, Nov 21, 2002, at 08:27 Europe/Stockholm, Cristi Savu wrote:
For view it's working but for windows it is not because
addTrackingRect is only for the views.
I am trying to track mouseEntered event when the user enters the
window but it seems it is not possible.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.