Re: Selection highlight in NSTextFieldCell
Re: Selection highlight in NSTextFieldCell
- Subject: Re: Selection highlight in NSTextFieldCell
- From: bryscomat <email@hidden>
- Date: Wed, 26 Aug 2009 08:34:43 -0500
Have you tried the documentation? NSTextFieldCell is an NSCell,
right?
-[NSCell highlightColorWithFrame:inView:]
Yes, I came across this in the documentaion. After playing with it for
a little bit (and a couple other methods like it) I thought it was
just not honored in an NSTextFieldCell. That method never gets called
when I override it. I have overridden drawWithFrame:inView: without
calling super. Is that why?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden