Custom NSControl with multiple cell
Custom NSControl with multiple cell
- Subject: Custom NSControl with multiple cell
- From: Olivier Destrebecq <email@hidden>
- Date: Wed, 17 Sep 2003 14:54:56 -0400
I created a control looking similar to NSTableView, in that it has
several cell. I ended having to make a copy of the prototype cell
everytime i wanted to edit a cell to avoid a problem where the edited
cell would remain blank because the whole control is being redraw
periodically by something (I don't know who is calling that redraw) and
so my text editor content would be reset. Is this the way it is
supposed to be???
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.