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 d224f96cfb Tooltip updates with 2 TooltipBeads. A little trickier than
I expected... required a bunch of skin updates, but I believe that is working
now.
add 6c2d1d4991 Added Radio
add 075b3a6646 Merge branch 'develop' into Radio
new 5afa363943 Merge pull request #1280 from estib-prog/Radio
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:
.../projects/Style/src/main/resources/defaults.css | 3 +
.../Style/src/main/resources/style-manifest.xml | 2 +
.../main/royale/org/apache/royale/style/Radio.as | 144 ++++++++++++++++
.../skins/{ICheckBoxSkin.as => IRadioSkin.as} | 10 +-
.../org/apache/royale/style/skins/RadioSkin.as | 183 +++++++++++++++++++++
5 files changed, 337 insertions(+), 5 deletions(-)
create mode 100644
frameworks/projects/Style/src/main/royale/org/apache/royale/style/Radio.as
copy
frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/{ICheckBoxSkin.as
=> IRadioSkin.as} (84%)
create mode 100644
frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/RadioSkin.as