Re: [SUGGESTION] reg. Implementation of IDisplayText in RichEditableText class

2013-07-08 Thread Jagan Langa Sami Durai
Hi Alex, Its Better to have selectable feature in RichText and leave the Label as light as now. On Mon, Jul 8, 2013 at 8:28 PM, Alex Harui wrote: > Ah, I should have checked that myself. > > Jagan, is the goal to have a non-editable text display component that > supports selection? It could b

Re: [SUGGESTION] reg. Implementation of IDisplayText in RichEditableText class

2013-07-08 Thread Alex Harui
Ah, I should have checked that myself. Jagan, is the goal to have a non-editable text display component that supports selection? It could be as simple as subclassing RET and setting editable=false. Or is RET too heavy and the hope is RichText with selection added will be lighter? Also, do you r

Re: [SUGGESTION] reg. Implementation of IDisplayText in RichEditableText class

2013-07-07 Thread OmPrakash Muppirala
Jagan, RichEditableText already implements IEditableText which extends IDisplayText. Which explains why RichEditableText has all the methods of IDisplayText. In other words, what you asked seems to be already available. Thanks, Om On Sun, Jul 7, 2013 at 11:26 PM, Jagan Langa Sami Durai wrote

Re: [SUGGESTION] reg. Implementation of IDisplayText in RichEditableText class

2013-07-07 Thread Jagan Langa Sami Durai
And I forget to say YES to the following question "It is best to describe the minimal thing you are looking for. Is it just adding selectable text to RichText?" My skinners are going for RichEditableText just for selectable text. On Mon, Jul 8, 2013 at 11:53 AM, Jagan Langa Sami Durai wrote:

Re: [SUGGESTION] reg. Implementation of IDisplayText in RichEditableText class

2013-07-07 Thread Jagan Langa Sami Durai
Hi Alex, IDisplayText interface does not have anything else other than the following declarations, function get text():String; function set text(value:String):void; function get isTruncated():Boolean; except TextInput and TextArea other text based components like Label, RichText, RichEditableTex

Re: [SUGGESTION] reg. Implementation of IDisplayText in RichEditableText class

2013-07-07 Thread Alex Harui
Having RichEditableText implement IDisplayText so it can be used in Labels and other places would also require some other work to shutdown some of the editing capabilities. It is best to describe the minimal thing you are looking for. Is it just adding selectable text to RichText? On 7/7/13 10:1

Re: [SUGGESTION] reg. Implementation of IDisplayText in RichEditableText class

2013-07-07 Thread Jagan Langa Sami Durai
Hi All, My Requirement is bit different, I'm creating a custom component where i have to show a text in it as part of the component. Skinning team will create n-number of skin's for that component based on the user requirement. There they might use any text based components. So I prefer to use an

Re: [SUGGESTION] reg. Implementation of IDisplayText in RichEditableText class

2013-07-05 Thread Alex Harui
Please file a bug about clickable links in RichText and we'll see if we can find a cheaper way of handling it. I doubt it will happen in this next release. Are you trying to display HTML or is the source text already in TextFlow format? Depending on the HTML, you can use TextField as the display

RE: [SUGGESTION] reg. Implementation of IDisplayText in RichEditableText class

2013-07-05 Thread Miguel Ferreira
tend that class and implement that interface. By language specification you can implement N interfaces that suits your needs while extending then you can only extend one class. Just my 2 cts. Regards,Miguel Ferreira > Date: Fri, 5 Jul 2013 13:01:43 +0530 > Subject: Re: [SUGGESTION] r

Re: [SUGGESTION] reg. Implementation of IDisplayText in RichEditableText class

2013-07-05 Thread Jagan Langa Sami Durai
I believe user cannot select the text in the RichText. On Fri, Jul 5, 2013 at 12:14 AM, jude wrote: > I don't believe RichText supports hyperlinks. > > On Thu, Jul 4, 2013 at 1:06 PM, Alex Harui wrote: > > > > > > > On 7/4/13 4:45 AM, "Jagan Langa Sami Durai" wrote: > > > > >Hi All > > > > >

Re: [SUGGESTION] reg. Implementation of IDisplayText in RichEditableText class

2013-07-04 Thread jude
I don't believe RichText supports hyperlinks. On Thu, Jul 4, 2013 at 1:06 PM, Alex Harui wrote: > > > On 7/4/13 4:45 AM, "Jagan Langa Sami Durai" wrote: > > >Hi All > > > >if the *RichEditableText *also implements *IDisplayText *interface as * > >TextBase* class, It will be very handy while cre

Re: [SUGGESTION] reg. Implementation of IDisplayText in RichEditableText class

2013-07-04 Thread Alex Harui
On 7/4/13 4:45 AM, "Jagan Langa Sami Durai" wrote: >Hi All > >if the *RichEditableText *also implements *IDisplayText *interface as * >TextBase* class, It will be very handy while creating a custom component >(which may have any kind of text based controls ) for skinning. > >P.S. RichEditableTe

[SUGGESTION] reg. Implementation of IDisplayText in RichEditableText class

2013-07-04 Thread Jagan Langa Sami Durai
Hi All if the *RichEditableText *also implements *IDisplayText *interface as * TextBase* class, It will be very handy while creating a custom component (which may have any kind of text based controls ) for skinning. P.S. RichEditableText class have all the method definitions for the method declar