This is an automated email from the ASF dual-hosted git repository.
yishayw pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 9e5c43f fix renderers height in list and comboboxes that was having
strange wrap more visible when filtering. Now basic renders use display:block
(just text), while more complex renders use display:flex for better layout.
Also improve examples in TDJ with renders that has more than one line in List
and ComboBox
add 416b16d First implementation
add d51bed2 Preparing to re-implement load indicator
add 988c82f Reimplemented LoadIndicator.
new ef7a9cf Merge branch 'develop' of
https://github.com/apache/royale-asjs 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:
.../Basic/src/main/resources/basic-manifest.xml | 1 +
.../royale/org/apache/royale/html/LoadIndicator.as | 58 +++++++++
.../apache/royale/html/beads/DisableLoaderBead.as | 138 +++++++++++++++++++++
3 files changed, 197 insertions(+)
create mode 100644
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/LoadIndicator.as
create mode 100644
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/DisableLoaderBead.as