Table View with no selection
Table View with no selection
- Subject: Table View with no selection
- From: Sheehan Olver <email@hidden>
- Date: Sun, 23 Feb 2003 21:10:03 -0600
I'm trying to get an NSTableView that doesn't permit selection, but
I've run into some problems. if I use the delegate method
"shouldRowAllowSelection" it prevents selection, but it also prevents
editing (in particular a popup menu cell won't show its window).
Subclassing NSTableView and implmenting "mouseDown" works (which I need
to do anyways), but I can't figure out how to foward the mouse click in
the cell, as the NSCell method "performClick" didn't work. Any help
would be appreciated.
Thanks,
550
_______________________________________________
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.