On 8/2/16, 12:51 PM, "Harbs" <harbs.li...@gmail.com> wrote:
>If it works (and has better performance), I’m OK with leaving the CSS >family of objects as subclasses of the Flash ones. It looks like you left >UIButtonBase as a wrapper rather than a subclass of SimpleButton. Is that >an oversight, or was it done purposely? On purpose. UIButtonBase's subclasses are the Buttons, CheckBoxes and even DropDownLists used by customers where we don't want to expose the Flash APIs. CSSShape and friends were not meant to be exposed to application developers, just the framework developers building out the emulations of the HTML UI widgets. Thanks, -Alex