[jira] [Updated] (FLEX-33373) bindable styles in ColorTransform

2013-01-30 Thread mike (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

mike updated FLEX-33373:


Description: 


http://ns.adobe.com/mxml/2009"; 
xmlns:s="library://ns.adobe.com/flex/spark">


[HostComponent("spark.components.Button")]




















current code working, but for default state `color="{getStyle('myColor')}"` it 
show black color

  was:


http://ns.adobe.com/mxml/2009"; 
xmlns:s="library://ns.adobe.com/flex/spark">


[HostComponent("spark.components.Button")]




















current code working, but for default state 
color="{getStyle('myColor')}" it show black color


> bindable styles in ColorTransform
> -
>
> Key: FLEX-33373
> URL: https://issues.apache.org/jira/browse/FLEX-33373
> Project: Apache Flex
>  Issue Type: Wish
>  Components: Skinning
>Reporter: mike
>Priority: Minor
>  Labels: colortransform,, skinning
>
> 
> 
> http://ns.adobe.com/mxml/2009"; 
> xmlns:s="library://ns.adobe.com/flex/spark">
>   
>   
>   [HostComponent("spark.components.Button")]
>   
>   
>   
>   
>   
>   
>   
>   
>   
>  source="@Embed('icon.png')"
>   >
>   
>   
>  color="{getStyle('myColor')}"
>   color.over="{getStyle('myColorOver)}"
>   />
>   
>   
>   
>   
> 
> 
> current code working, but for default state `color="{getStyle('myColor')}"` 
> it show black color

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (FLEX-33373) bindable styles in ColorTransform

2013-01-30 Thread mike (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

mike updated FLEX-33373:


Description: 
{code:mxml}

http://ns.adobe.com/mxml/2009"; 
xmlns:s="library://ns.adobe.com/flex/spark">


[HostComponent("spark.components.Button")]


















{code}

current code working, but for default state 
{code}color="{getStyle('myColor')}"{code} it show black color

  was:


http://ns.adobe.com/mxml/2009"; 
xmlns:s="library://ns.adobe.com/flex/spark">


[HostComponent("spark.components.Button")]




















current code working, but for default state `color="{getStyle('myColor')}"` it 
show black color


> bindable styles in ColorTransform
> -
>
> Key: FLEX-33373
> URL: https://issues.apache.org/jira/browse/FLEX-33373
> Project: Apache Flex
>  Issue Type: Wish
>  Components: Skinning
>Reporter: mike
>Priority: Minor
>  Labels: colortransform,, skinning
>
> {code:mxml}
> 
> http://ns.adobe.com/mxml/2009"; 
> xmlns:s="library://ns.adobe.com/flex/spark">
>   
>   
>   [HostComponent("spark.components.Button")]
>   
>   
>   
>   
>   
>   
>   
>   
>   
>  source="@Embed('icon.png')"
>   >
>   
>   
>  color="{getStyle('myColor')}"
>   color.over="{getStyle('myColorOver)}"
>   />
>   
>   
>   
>   
> 
> {code}
> current code working, but for default state 
> {code}color="{getStyle('myColor')}"{code} it show black color

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (FLEX-33373) bindable styles in ColorTransform

2013-01-30 Thread mike (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

mike updated FLEX-33373:


Description: 
{code:mxml}

http://ns.adobe.com/mxml/2009"; 
xmlns:s="library://ns.adobe.com/flex/spark">


[HostComponent("spark.components.Button")]


















{code}

current code working, but for default state 
{code}color="{getStyle('myColor')}"{code} it show black color

  was:
{code:mxml}

http://ns.adobe.com/mxml/2009"; 
xmlns:s="library://ns.adobe.com/flex/spark">


[HostComponent("spark.components.Button")]


















{code}

current code working, but for default state 
{code}color="{getStyle('myColor')}"{code} it show black color


> bindable styles in ColorTransform
> -
>
> Key: FLEX-33373
> URL: https://issues.apache.org/jira/browse/FLEX-33373
> Project: Apache Flex
>  Issue Type: Wish
>  Components: Skinning
>Reporter: mike
>Priority: Minor
>  Labels: colortransform,, skinning
>
> {code:mxml}
> 
> http://ns.adobe.com/mxml/2009"; 
> xmlns:s="library://ns.adobe.com/flex/spark">
>   
> 
>   [HostComponent("spark.components.Button")]
>   
>   
>   
>   
>   
>   
>   
>   
>   
>  source="@Embed('icon.png')"
>   >
>   
>   
>  color="{getStyle('myColor')}"
>   color.over="{getStyle('myColorOver)}"
>   />
>   
>   
>   
>   
> 
> {code}
> current code working, but for default state 
> {code}color="{getStyle('myColor')}"{code} it show black color

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (FLEX-33373) bindable styles in ColorTransform

2013-01-30 Thread mike (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

mike updated FLEX-33373:


Description: 

http://ns.adobe.com/mxml/2009"; 
xmlns:s="library://ns.adobe.com/flex/spark">


[HostComponent("spark.components.Button")]



















current code working, but for default state 
color="{getStyle('myColor')}"
it show black color

  was:
{code:mxml}

http://ns.adobe.com/mxml/2009"; 
xmlns:s="library://ns.adobe.com/flex/spark">


[HostComponent("spark.components.Button")]


















{code}

current code working, but for default state 
{code}color="{getStyle('myColor')}"{code} it show black color


> bindable styles in ColorTransform
> -
>
> Key: FLEX-33373
> URL: https://issues.apache.org/jira/browse/FLEX-33373
> Project: Apache Flex
>  Issue Type: Wish
>  Components: Skinning
>Reporter: mike
>Priority: Minor
>  Labels: colortransform,, skinning
>
> 
> http://ns.adobe.com/mxml/2009"; 
> xmlns:s="library://ns.adobe.com/flex/spark">
> 
> 
> [HostComponent("spark.components.Button")]
> 
> 
> 
> 
> 
> 
> 
> 
> 
>  source="@Embed('icon.png')"
> >
> 
> 
>  color="{getStyle('myColor')}"
> color.over="{getStyle('myColorOver)}"
> />
> 
> 
> 
> 
> 
> current code working, but for default state 
> color="{getStyle('myColor')}"
> it show black color

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira