tableView like control design question
tableView like control design question
- Subject: tableView like control design question
- From: Olivier <email@hidden>
- Date: Wed, 16 Oct 2002 11:18:58 -0500
I'm working on a control to create a spreadsheet like control.
My question is regarding the cells in this guy, i want to have a
behavior as close as possible to the behavior of NSTableview.
When i draw the cells inside my control should i just reuse my datacell
and set its value for this particular location and ask it to draw itself
or
should i make a copy, set the value of the copy and then ask the copy
to draw itself.
If i have to go with the copy do i have to retain it, or can release it
once it is drawn?
thanks, olivier
_______________________________________________
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.