Another Table View Question
Another Table View Question
- Subject: Another Table View Question
- From: email@hidden
- Date: Mon, 8 Oct 2001 19:08:00 -0700
OK, thanks for the feedback on my last question. Now I have one of a
different nature.
The only object beside NSObject (for controllers) that I have ever
subclassed was an NSView and I didn't really succeed. I do, however,
understand the principals behind it.
When I use the TableView, I really hate the way that it tabs through
cells when the user presses return. I would prefer to have the cell (and
all cells) to lose focus and have nothing be highlighted. Also, I would
like to have only one cell be highlighted at a time, as opposed to the
entire row. Overall, I want it to respond like a spreadsheet application.
Question: How would I go about doing this. I looked into the
documentation, but still don't know what to modify to make the table
view respond the way I want it to.
Thanks,
Sam