Hi, You should study the source code of RichText and RichEditableText and then create a new component that extends from TextBase to support "maxDisplayedLines" property that will accept LinkElements in TextFlow
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flashx/textLayout/elements/LinkElement.html#includeExamplesSummary <http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flashx/textLayout/elements/LinkElement.html#includeExamplesSummary>If you find it too hard, go and vote here, may be Adobe will reconsider RichText component architecture in the future releases of SDK: https://bugs.adobe.com/jira/browse/SDK-22109 <https://bugs.adobe.com/jira/browse/SDK-22109> -- Best regards, Andriy Panas On 7 June 2010 14:05, astronaute75 <[email protected]> wrote: > > > Can someone please suggest a solution for this problem ? > > Thank you :) > > > --- In [email protected] <flexcoders%40yahoogroups.com>, > "astronaute75" <astrona...@...> wrote: > > > > Hello, > > > > RichText support maxDisplayedLines attribute, but doesn't support > clickable hyperlinks. > > > > RichEditableText support clickable hyperlinks, but doesn't support > maxDisplayedLines attribute. > > > > Well, I need to limit maxDisplayedLines on my clickable hyperlinks, how > can I achieve that please ? > > > > Thank you in advance :) > > Adnan > > > > >

