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 I
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
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];
NSR