You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/03/22 05:33:43 UTC

[royale-asjs] branch develop updated (62a83eb -> e550017)

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

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


    from 62a83eb  Update AdvancedDataGrid.as
     new 35c95b9  Royale apps must strongly type use of Proxy
     new 8f2e75e  need to propagate systemManager to children
     new 8ee170d  send a MenuEvent
     new a050a8b  dispatch itemClick from the right place
     new 8fb561f  get this to compile for TDF
     new e550017  PopUpButton now works in TDF

The 8780 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/mx/controls/PopUpButtonExample.mxml        |   3 +-
 .../src/main/royale/mx/containers/Panel.as         |   4 +
 .../MXRoyale/src/main/royale/mx/controls/Menu.as   |   7 +-
 .../src/main/royale/mx/controls/PopUpButton.as     | 233 ++++++++++++++++++++-
 .../src/main/royale/mx/controls/PopUpMenuButton.as |  44 ++++
 .../mx/controls/listClasses/ListItemRenderer.as    |  42 ++++
 .../src/main/royale/mx/events/ListEvent.as         |   8 +-
 7 files changed, 323 insertions(+), 18 deletions(-)