Re: attributed string in nsoutlineview
Re: attributed string in nsoutlineview
- Subject: Re: attributed string in nsoutlineview
- From: Eric Morand <email@hidden>
- Date: Mon, 15 Aug 2005 23:39:11 +0200
Just an idea : maybe you should subclass the cell used by your
outilne view and subclass :
- (void)editWithFrame:(NSRect)aRect inView:(NSView *)controlView
editor:(NSText *)textObj delegate:(id)anObject event:(NSEvent *)theEvent
This is the method that is called when the user edit a cell.
Eric.
Le 15 août 05 à 18:39, William Turner a écrit :
Sorry to repost - if I missed a response just let me know.
My outline view data source provides attributed strings. While an
item in the outline is being edited, the font changes to the
standard system font. When editing is complete, it returns to the
attributed string. How can I keep the same font during the editing
process?
Thanks :)
Wil
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden