Hi Pashmina, please ensure build stability when committing this change need to update SkinnableComponent in SparkRoyale. I just committed the fix thanks
El mié., 20 mar. 2019 a las 8:17, <[email protected]> escribió: > This is an automated email from the ASF dual-hosted git repository. > > pushminakazi 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 249502a Update UIComponent.as > 249502a is described below > > commit 249502a52d4c6486aecccc6adb877643d8aaf692 > Author: pashminakazi <[email protected]> > AuthorDate: Wed Mar 20 12:17:37 2019 +0500 > > Update UIComponent.as > --- > .../MXRoyale/src/main/royale/mx/core/UIComponent.as | 18 > +++++++++++++++++- > 1 file changed, 17 insertions(+), 1 deletion(-) > > diff --git > a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as > b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as > index f4d77c6..9b1854e 100644 > --- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as > +++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as > @@ -403,7 +403,7 @@ import > org.apache.royale.utils.loadBeadFromValuesManager; > * @playerversion AIR 1.5 > * @productversion Flex 4 > */ > -[Style(name="chromeColor", type="uint", format="Color", inherit="yes", > theme="spark")] > +[Style(name="chromeColor", type="uint", format="Color", inherit="yes")] > > // Excluding the property to enable code hinting for the layoutDirection > style > [Exclude(name="layoutDirection", kind="property")] > @@ -559,6 +559,22 @@ public class UIComponent extends UIBase > > } > > + > + //---------------------------------- > + // chromeColor > + //---------------------------------- > + private var _chromeColor:uint; > + > + public function get chromeColor():uint > + { > + return _chromeColor; > + } > + public function set chromeColor(value:uint):void > + { > + _chromeColor = value; > + } > + > + > //---------------------------------- > // mouseFocusEnabled > //---------------------------------- > > -- Carlos Rovira http://about.me/carlosrovira
