This is an automated email from the ASF dual-hosted git repository.
alinakazi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 110611d update mx combobase and combobox
110611d is described below
commit 110611d52be64e60f184154aa8dada31f2aa6e9a
Author: alinakazi <[email protected]>
AuthorDate: Fri Mar 19 16:58:07 2021 +0500
update mx combobase and combobox
---
.../src/main/royale/mx/controls/ComboBase.as | 2 +-
.../src/main/royale/mx/controls/ComboBox.as | 38 ++++++++++++----------
2 files changed, 21 insertions(+), 19 deletions(-)
diff --git
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/ComboBase.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/ComboBase.as
index 65fc5ed..47cfc4e 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/ComboBase.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/ComboBase.as
@@ -292,7 +292,7 @@ import org.apache.royale.events.Event;
* @playerversion AIR 1.1
* @productversion Flex 3
*/
-//[Style(name="textInputStyleName", type="String", inherit="no")]
+[Style(name="textInputStyleName", type="String", inherit="no")]
//--------------------------------------
// Other metadata
//--------------------------------------
diff --git
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/ComboBox.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/ComboBox.as
index 94890ab..9fc032a 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/ComboBox.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/ComboBox.as
@@ -237,7 +237,7 @@ include "../styles/metadata/TextStyles.as"
* @playerversion AIR 1.1
* @productversion Flex 3
*/
-//[Style(name="alternatingItemColors", type="Array", arrayType="uint",
format="Color", inherit="yes")]
+[Style(name="alternatingItemColors", type="Array", arrayType="uint",
format="Color", inherit="yes")]
/**
* Width of the arrow button in pixels.
@@ -250,7 +250,7 @@ include "../styles/metadata/TextStyles.as"
* @playerversion AIR 1.1
* @productversion Flex 3
*/
-//[Style(name="arrowButtonWidth", type="Number", format="Length",
inherit="no")]
+[Style(name="arrowButtonWidth", type="Number", format="Length", inherit="no")]
/**
* The thickness of the border of the drop-down list, in pixels.
@@ -265,7 +265,7 @@ include "../styles/metadata/TextStyles.as"
* @playerversion AIR 1.1
* @productversion Flex 3
*/
-//[Style(name="borderThickness", type="Number", format="Length", inherit="no")]
+[Style(name="borderThickness", type="Number", format="Length", inherit="no")]
/**
* The length of the transition when the drop-down list closes, in
milliseconds.
@@ -279,7 +279,7 @@ include "../styles/metadata/TextStyles.as"
* @playerversion AIR 1.1
* @productversion Flex 3
*/
-//[Style(name="closeDuration", type="Number", format="Time", inherit="no")]
+[Style(name="closeDuration", type="Number", format="Time", inherit="no")]
/**
* An easing function to control the close transition. Easing functions can
@@ -292,7 +292,7 @@ include "../styles/metadata/TextStyles.as"
* @playerversion AIR 1.1
* @productversion Flex 3
*/
-//[Style(name="closeEasingFunction", type="Function", inherit="no")]
+[Style(name="closeEasingFunction", type="Function", inherit="no")]
/**
* The color of the border of the ComboBox. If <code>undefined</code>
@@ -306,7 +306,7 @@ include "../styles/metadata/TextStyles.as"
* @playerversion AIR 1.1
* @productversion Flex 3
*/
-//[Style(name="dropdownBorderColor", type="uint", format="Color",
inherit="yes", theme="halo")]
+[Style(name="dropdownBorderColor", type="uint", format="Color", inherit="yes")]
/**
* The name of a CSSStyleDeclaration to be used by the drop-down list. This
@@ -322,7 +322,7 @@ include "../styles/metadata/TextStyles.as"
* @playerversion AIR 1.1
* @productversion Flex 3
*/
-//[Style(name="dropDownStyleName", type="String", inherit="no",
deprecatedReplacement="dropdownStyleName")]
+[Style(name="dropDownStyleName", type="String", inherit="no",
deprecatedReplacement="dropdownStyleName")]
/**
* The name of a CSSStyleDeclaration to be used by the drop-down list. This
@@ -336,7 +336,7 @@ include "../styles/metadata/TextStyles.as"
* @playerversion AIR 1.1
* @productversion Flex 3
*/
-//[Style(name="dropdownStyleName", type="String", inherit="no")]
+[Style(name="dropdownStyleName", type="String", inherit="no")]
/**
* Length of the transition when the drop-down list opens, in milliseconds.
@@ -350,7 +350,7 @@ include "../styles/metadata/TextStyles.as"
* @playerversion AIR 1.1
* @productversion Flex 3
*/
-//[Style(name="openDuration", type="Number", format="Time", inherit="no")]
+[Style(name="openDuration", type="Number", format="Time", inherit="no")]
/**
* An easing function to control the open transition. Easing functions can
@@ -363,7 +363,7 @@ include "../styles/metadata/TextStyles.as"
* @playerversion AIR 1.1
* @productversion Flex 3
*/
-//[Style(name="openEasingFunction", type="Function", inherit="no")]
+[Style(name="openEasingFunction", type="Function", inherit="no")]
/**
* Number of pixels between the control's bottom border
@@ -380,7 +380,7 @@ include "../styles/metadata/TextStyles.as"
* @playerversion AIR 1.1
* @productversion Flex 3
*/
-//[Style(name="paddingBottom", type="Number", format="Length", inherit="no")]
+[Style(name="paddingBottom", type="Number", format="Length", inherit="no")]
/**
* Number of pixels between the control's top border
@@ -397,7 +397,7 @@ include "../styles/metadata/TextStyles.as"
* @playerversion AIR 1.1
* @productversion Flex 3
*/
-//[Style(name="paddingTop", type="Number", format="Length", inherit="no")]
+[Style(name="paddingTop", type="Number", format="Length", inherit="no")]
/**
* The rollOverColor of the drop-down list.
@@ -412,7 +412,7 @@ include "../styles/metadata/TextStyles.as"
* @playerversion AIR 1.1
* @productversion Flex 3
*/
-//[Style(name="rollOverColor", type="uint", format="Color", inherit="yes")]
+[Style(name="rollOverColor", type="uint", format="Color", inherit="yes")]
/**
* The selectionColor of the drop-down list.
@@ -427,7 +427,7 @@ include "../styles/metadata/TextStyles.as"
* @playerversion AIR 1.1
* @productversion Flex 3
*/
-//[Style(name="selectionColor", type="uint", format="Color", inherit="yes")]
+[Style(name="selectionColor", type="uint", format="Color", inherit="yes")]
/**
* The selectionDuration of the drop-down list.
@@ -441,7 +441,7 @@ include "../styles/metadata/TextStyles.as"
* @playerversion AIR 1.1
* @productversion Flex 3
*/
-//[Style(name="selectionDuration", type="uint", format="Time", inherit="no")]
+[Style(name="selectionDuration", type="uint", format="Time", inherit="no")]
/**
* The selectionEasingFunction of the drop-down list.
@@ -455,7 +455,7 @@ include "../styles/metadata/TextStyles.as"
* @playerversion AIR 1.1
* @productversion Flex 3
*/
-//[Style(name="selectionEasingFunction", type="Function", inherit="no")]
+[Style(name="selectionEasingFunction", type="Function", inherit="no")]
/**
* The textRollOverColor of the drop-down list.
@@ -470,7 +470,7 @@ include "../styles/metadata/TextStyles.as"
* @playerversion AIR 1.1
* @productversion Flex 3
*/
-//[Style(name="textRollOverColor", type="uint", format="Color", inherit="yes")]
+[Style(name="textRollOverColor", type="uint", format="Color", inherit="yes")]
/**
* The textSelectedColor of the drop-down list.
@@ -485,7 +485,9 @@ include "../styles/metadata/TextStyles.as"
* @playerversion AIR 1.1
* @productversion Flex 3
*/
-//[Style(name="textSelectedColor", type="uint", format="Color", inherit="yes")]
+[Style(name="textSelectedColor", type="uint", format="Color", inherit="yes")]
+
+[Style(name="fillAlphas", type="Array", inherit="no")]
//--------------------------------------
// Other metadata