Mouse events inside a cell
Mouse events inside a cell
- Subject: Mouse events inside a cell
- From: "Cristian Savu" <email@hidden>
- Date: Mon, 3 Jun 2002 15:07:40 +0300
Hi,
I'm trying to handle the mouse events inside a cell. Thus, the user
receives some action only if he clicks onto the first half of the cell.
I noticed that NSCell doesn't inherit NSResponder but, for the sake of
trying I've created a custom subclass of NSButtonCell and I've added:
- (void) mouseDown:(NSEvent*) theEvent
{
NSBeep();
}
Anyway, the app never passes this method.
I'm sure that there must be a solution and I couldn't find it.
Can anyone give an advice, please ?
_______________________________________________
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.