G grimreaper1377 macrumors regular Original poster 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 Apr 22, 2009 #2 If working in Cocoa, look at NSAttributedString and NSBackgroundColorAttributeName.
J JoshDC macrumors regular Apr 22, 2009 #3 If you're developing for 10.5, you can use the showFindIndicatorForRange: method of NSTextView.