Re: mouseEntered event in NSWindow subclass
Re: mouseEntered event in NSWindow subclass
- Subject: Re: mouseEntered event in NSWindow subclass
- From: j o a r <email@hidden>
- Date: Thu, 21 Nov 2002 10:03:02 +0100
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@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.