G grimreaper1377 macrumors regular Original poster Oct 20, 2007 218 0 Apr 21, 2009 #1 How do I give my text a yellow highlight effect? Like the same one when I do +F in safari, etc. Thanks.
How do I give my text a yellow highlight effect? Like the same one when I do +F in safari, etc. Thanks.
K kainjow Moderator emeritus Jun 15, 2000 7,958 7 Apr 22, 2009 #2 If working in Cocoa, look at NSAttributedString and NSBackgroundColorAttributeName.
J JoshDC macrumors regular Apr 8, 2009 115 0 Apr 22, 2009 #3 If you're developing for 10.5, you can use the showFindIndicatorForRange: method of NSTextView.