Skip navigation.
 
mlRe: mouseEntered event in NSWindow subclass
FROM : Cristi Savu
DATE : Thu Nov 21 09:42:19 2002

   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_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlmouseEntered event in NSWindow subclass Cristi Savu Nov 21, 08:27
mlRe: mouseEntered event in NSWindow subclass j o a r Nov 21, 09:37
mlRe: mouseEntered event in NSWindow subclass Cristi Savu Nov 21, 09:42
mlRe: mouseEntered event in NSWindow subclass j o a r Nov 21, 10:03