You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by Harbs <ha...@gmail.com> on 2018/09/06 09:17:01 UTC

mx.controls.RichTextEditor

There is both an mxml file and an as file defining mx.controls.RichTextEditor.

This is causing a compiler warning.

The mxml version looks more complete. Should the as file be removed? Or should the as version be completed and remove the mxml one?

Thanks,
Harbs

RE: mx.controls.RichTextEditor

Posted by Alina Kazi <al...@d-bz.com>.
In Flex SDK RichTextEditor.as file was in
projects\experimental\src\spark\components and  RichTextEditor.mxml file was
in frameworks\projects\mx\src\mx\controls
Should we add RichTextEditor.mxml file in spark\components as it was in Flex
SDK ?

Thanks,
Alina Kazi 

-----Original Message-----
From: Harbs [mailto:harbs.lists@gmail.com] 
Sent: Thursday, September 06, 2018 2:17 PM
To: dev@royale.apache.org
Subject: mx.controls.RichTextEditor

There is both an mxml file and an as file defining
mx.controls.RichTextEditor.

This is causing a compiler warning.

The mxml version looks more complete. Should the as file be removed? Or
should the as version be completed and remove the mxml one?

Thanks,
Harbs


Re: mx.controls.RichTextEditor

Posted by Alex Harui <ah...@adobe.com.INVALID>.
The AS file will be removed on my next commit.  I think it was removed once before, but it came back because Alina's team did realize that some components are written in MXML.

-Alex

On 9/6/18, 2:17 AM, "Harbs" <ha...@gmail.com> wrote:

    There is both an mxml file and an as file defining mx.controls.RichTextEditor.
    
    This is causing a compiler warning.
    
    The mxml version looks more complete. Should the as file be removed? Or should the as version be completed and remove the mxml one?
    
    Thanks,
    Harbs