Re: Highlight Text like with FIne

2010-09-07 Thread Brad Stone
Ross - That looks like a good solution, basically, I'm highlighting the background versus the actual text. Very clever. This approach has the added advantage of preventing the user from accidentally deleting text because it's not a real highligh. I'll try this out tonight. Using this code

Re: Highlight Text like with FIne

2010-09-06 Thread Ross Carter
On Sep 5, 2010, at 7:33 PM, Brad Stone wrote: I want to highlight different substrings contained in controls in a window (two different comboBoxes for example) programmatically when the user is searching for a subString. I can do this for one comboBox but not both simultaneously. Here's

Highlight Text like with FIne

2010-09-05 Thread Brad Stone
I want to highlight different substrings contained in controls in a window (two different comboBoxes for example) programmatically when the user is searching for a subString. I can do this for one comboBox but not both simultaneously. Here's one. NSString *s = [titleComboBox stringValue];