Editing and displaying different values in table cells
Editing and displaying different values in table cells
- Subject: Editing and displaying different values in table cells
- From: Matthew Roberts <email@hidden>
- Date: Thu, 06 Nov 2003 12:49:38 -0500
I feel like this should be possible, but I just can't find anything in the
documentation about this and I can't find anything on it in the archives.
I've got a column in a table that displays number of points earned on an
academic assignment. The column is editable so the user can change the
number of points a student earned.
What I would like, though, is to have it so that the column displays both
the number of points, but also an indication of the percentage score
(perhaps in gray text--which I can do with attributedStrings). However,
when the user edits the cell, the percentage value must disappear and the
only editable information must be the number of points.
Is this possible? Right now I use two columns, one for points (which is
editable) and one for percent (which is not). However, I'm going to add
more columns and I don't want to have to use two columns for each grade.
Any advice would be appreciated.
_________________________________
Matthew Roberts (email@hidden)
Instructor, Dept. of Political Science
Calvin College
DeVos Communication Center 273C
1810 East Beltline Ave SE
Grand Rapids, MI 49546-5951
(616) 526-6727
_______________________________________________
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.