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 74f3d81  Assign topLevelApplication
     add 1633099  Added Modal beads with example
     add 4a36cf3  Flash not perfect, but at least it runs.
     new 80f932e  Merge branch 'feature/modal' into develop

The 1 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:
 .../{JewelExample => AlertExample}/asconfig.json   |   6 +-
 .../royale/AlertExample/src/main/royale/ASModal.as |  56 ++++++
 .../AlertExample/src/main/royale/AlertExample.mxml |  29 ++-
 .../AlertExample/src/main/royale/MXMLModal.mxml    |  21 +-
 .../Basic/src/main/resources/basic-manifest.xml    |   3 +
 .../main/royale/org/apache/royale/core/UIBase.as   |   8 +-
 .../royale/html/beads/plugin/IModalDisplay.as      |  30 +--
 .../royale/html/beads/plugin/ModalDisplay.as       | 196 +++++++++++++++++++
 .../royale/html/beads/plugin/ModalOverlay.as       | 215 +++++++++++++++++++++
 9 files changed, 529 insertions(+), 35 deletions(-)
 copy examples/royale/{JewelExample => AlertExample}/asconfig.json (53%)
 create mode 100644 examples/royale/AlertExample/src/main/royale/ASModal.as
 copy 
archetypes/royale-simple-application-pure-js-archetype/src/main/resources/archetype-resources/src/main/royale/App.mxml
 => examples/royale/AlertExample/src/main/royale/MXMLModal.mxml (63%)
 copy manualtests/EffectsExample/src/README.txt => 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/plugin/IModalDisplay.as
 (68%)
 create mode 100644 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/plugin/ModalDisplay.as
 create mode 100644 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/plugin/ModalOverlay.as

Reply via email to