This is an automated email from the ASF dual-hosted git repository.
pent pushed a change to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 6506842 Updated ControlsExample.
new 03fd2d4 Expose private function as protected to use in subclass.
new decf437 Added support for mx:ToolTip.
The 2 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:
.../apache/royale/html/accessories/ToolTipBead.as | 4 +-
.../MXRoyale/src/main/royale/MXRoyaleClasses.as | 3 +
.../src/main/royale/mx/controls/ToolTip.as | 467 +++++++++++++++++++++
.../main/royale/mx/controls/beads/ToolTipBead.as} | 40 +-
.../BoxDirection.as => core/IToolTip.as} | 42 +-
.../src/main/royale/mx/core/UIComponent.as | 27 +-
6 files changed, 548 insertions(+), 35 deletions(-)
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/ToolTip.as
copy
frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/beads/MenuView.as
=> MXRoyale/src/main/royale/mx/controls/beads/ToolTipBead.as} (66%)
copy
frameworks/projects/MXRoyale/src/main/royale/mx/{containers/BoxDirection.as =>
core/IToolTip.as} (64%)
--
To stop receiving notification emails like this one, please contact
[email protected].