stopTracking in NSButtonCell
stopTracking in NSButtonCell
- Subject: stopTracking in NSButtonCell
- From: Francisco Tolmasky <email@hidden>
- Date: Mon, 15 Mar 2004 19:05:55 -0800
Does NSButtonCell not call stopTracking:at:inView:mouseIsUp:? I'm
trying to write a button that has a special look when it experiences a
roll over (i think there is some sample code for this too if anyone has
it, part of adc tips maybe?). ANyways, I have it almost completely
working, except when someone holds down, and drags away, in which case
mouseExited is NOT called because the control's cell, NSButtonCell, has
intercepted all these events. So I said, I'll just subclass the cell
class as well to let me know, but apparently it does not respond to
stopTracking:at:inView:mouseIsUp:, so is this proper, and secondly, how
can I get around this?
Francisco Tolmasky
email@hidden
http://www-scf.usc.edu/~tolmasky/
_______________________________________________
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.