creating an NSTableColumn
creating an NSTableColumn
- Subject: creating an NSTableColumn
- From: John Spicer <email@hidden>
- Date: Fri, 16 Jul 2004 10:04:53 -0500
This seems silly, and perhaps I'm doing this backwards, but I want the
user to be able to duplicate a row, i.e. they select a row, hit
duplicate, and it's added at the bottom of the table.
Seemed the way was to find the row selected, and then read the value in
the cell for each column and then create the new object, add it to the
dictionary, and reload the table.
However, I can't figure out how to create the NSTableView from just
knowing the name. Does anyone know how?
Could be there is an easier way and I just don't see it.
_______________________________________________
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.