Re: [flexcoders] Highlighting Label text characters

2009-02-02 Thread Greg Hess
009 12:50 PM > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] Highlighting Label text characters > > > > Well, once I can get the text to highlight in the Label, I will need > to do the same in the truncated tooltip. > > On Fri, Jan 30, 2009 at 3:46 PM,

RE: [flexcoders] Highlighting Label text characters

2009-01-30 Thread Alex Harui
bject: Re: [flexcoders] Highlighting Label text characters Well, once I can get the text to highlight in the Label, I will need to do the same in the truncated tooltip. On Fri, Jan 30, 2009 at 3:46 PM, Tracy Spratt mailto:tspratt%40lariatinc.com>> wrote: > What will happen if the matched

RE: [flexcoders] Highlighting Label text characters

2009-01-30 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Greg Hess Sent: Friday, January 30, 2009 3:50 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Highlighting Label text characters Well, once I can get the text to highlight in the Label, I will need to d

Re: [flexcoders] Highlighting Label text characters

2009-01-30 Thread Greg Hess
t; > Flex development bandwidth available > > > > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On > Behalf Of Greg Hess > Sent: Friday, January 30, 2009 2:52 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoder

RE: [flexcoders] Highlighting Label text characters

2009-01-30 Thread Tracy Spratt
, 2009 2:52 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Highlighting Label text characters Hi All, I am displaying search results in a DataGrid and I have a custom ItemRenderer for the "Name" column and I need to highlight the text in the Label that matched the search que

[flexcoders] Highlighting Label text characters

2009-01-30 Thread Greg Hess
Hi All, I am displaying search results in a DataGrid and I have a custom ItemRenderer for the "Name" column and I need to highlight the text in the Label that matched the search query. I have seen support for this in TextArea and TextField.setSelection(..) and also done with HTML text however I ne