Tableview woes
Tableview woes
- Subject: Tableview woes
- From: tony cate <email@hidden>
- Date: Wed, 17 Dec 2003 17:22:57 -0600
In iTunes, you can double-click a table entry to edit it. When you hit
enter, the edit is accepted, the list sorts, and the edited entry is
selected.
I want to do that. When I try to programmatically deselect the selected
row or select a new row, I get an assertion failure.
I did a Mamasam search on assertion failure and found a note about
getting into editing via selectRow... and setting the event to nil. I
did try that, but I still get assertion failures. This seems like it
should be pretty simple, so I'm sure I've just overlooked something.
Hints would be greatly appreciated.
_______________________________________________
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.