Re: -[NSResponder flagsChanged:] not called? [resolved]
Re: -[NSResponder flagsChanged:] not called? [resolved]
- Subject: Re: -[NSResponder flagsChanged:] not called? [resolved]
- From: Harold Cooper <email@hidden>
- Date: Wed, 12 Jun 2002 12:36:40 -0600 (MDT)
Thanks both of you - I got it!
I didn't know about the subtleties of handling non-mouse events, but now I
do.
All I had to do was add
- (BOOL)acceptsFirstResponder
{
return(YES);
}
to my NSView subclass and everything magically worked.
Thanks again,
Harold Cooper
_______________________________________________
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.