Skip navigation.
 
mlRe: mouseEntered event in NSWindow subclass
FROM : j o a r
DATE : Thu Nov 21 10:03:02 2002

If you're not afraid of ugly hacks you can most likely pose as the
superclass of the content view (ie. the view that draws the window
title bar et.c.) and add the tracking rects there.

j o a r

On Thursday, Nov 21, 2002, at 09:42 Europe/Stockholm, Cristi Savu wrote:

> 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.

_______________________________________________
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