On Wed, Dec 29, 2010 at 9:30 PM, Peter Zegelin
<pe...@fracturedsoftware.com> wrote:
> I would like to detect when a user has finished dragging on a splitview 
> divider but unfortunately just adding:
>
> - (void)mouseUp:(NSEvent *)theEvent{
>        [super mouseUp:theEvent];
> }
>
> to my NSSplitview subclass doesn't seem to work as it never gets called. I 
> get the mouseDown event but not the mouseUp.
>
> Any suggestions as to why my mouseup isn't getting called would be 
> appreciated.

http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/EventOverview/HandlingMouseEvents/HandlingMouseEvents.html%23//apple_ref/doc/uid/10000060i-CH6-SW18

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to