This is an automated email from the ASF dual-hosted git repository.

harbs pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


    from 3e67b84  New Jewel constrols: SwitchCheckBox and SwitchRadioButton
     new 82326af  Remove @royaleignorecoercion from several UIComponent methods 
(which affected "return" statements), because they allowed non-IUIComponent 
objects to be returned (in JS) when the method declaration promised an 
IUIComponent object.  Also add code to easily detect non-IUIComponent child 
objects during get measuredWidth() / measuredHeight() in JS.
     new 73b3753  Add @royaleemitcoercion to several UIComponent methods to 
ensure IUIComponent return types, and fix several methods that are not 
returning the proper IUIComponent values.
     new d7cc3f9  Switched to using getQualifiedClassName() in trace code in 
UIComponent, since it's better in release mode.
     new c3bc0c9  Merge pull request #1027 from estanglerbm/iuicomponent-checks

The 12250 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/royale/mx/core/UIComponent.as         | 60 ++++++++++++----------
 1 file changed, 33 insertions(+), 27 deletions(-)

Reply via email to