NSTextView inside custom control
NSTextView inside custom control
- Subject: NSTextView inside custom control
- From: Olivier Destrebecq <email@hidden>
- Date: Wed, 27 Aug 2003 17:21:28 -0500
I'm working on RRSpreadsheet
(
http://sourceforge.net/projects/rrspreadsheet/). This is basically a
spreadsheet control. When i try to edit a cell using -
(void)editWithFrame:(NSRect)aRect inView:(NSView *)controlView
editor:(NSText *)textObj delegate:(id)anObject event:(NSEvent
*)theEvent then the controlView is totally refreshed every time the
cursor blinks. Would there be a way to not have that refreshed and that
only the text field is refreshed. This cause some side issue apparently
at the same time: since all the cell are redrawn, the content of the
prototype cell get changed and apparently that affect the content of
the text editor.
thanks for any pointer
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.