Table view question
Table view question
- Subject: Table view question
- From: Rick Bischoff <email@hidden>
- Date: Wed, 7 Jul 2004 20:26:40 -0500
Hello,
I have a need for a widget similar to table view, except that when a
user clicks on a cell, I would like to have only the cell selected and
highlighted (instead of the row, as NSTableView does). NSMatrix would
work fine in NSRadioModeMatrix mode if all cells didn't have to be the
same size. Does anyone know if it is possible to get this behavior
with NSTableView? (To be more specific, I don't require all the
functionality of NSTableView-- I just need to present tabular text data
and be able to respond when the user clicks on a cell. There will be
no resizing, drag and drop, reordering, etc.)
Also, on a different note, a client I am implementing for a network
application says in its specification that
"... this should provide an always on top(but not modal) dialog to the
user...."
Sheets are always modal-- so what is the "Mac" way to present this kind
of "I don't really care if you ignore me" dialog box?
Thanks,
Rick Bischoff
_______________________________________________
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.