Re: Configurable css in flex

2015-03-03 Thread roksmediainc
We did this very same thing to simplify mobile skin development by extending and overriding the StyleManager and looking for the classes We want to change. When found We update them with the scale factor, position, etc. that then get passed to the single dynamic skin. Super easy mobile skinning

Re: Configurable css in flex

2015-03-03 Thread Alex Harui
The Flex CSS values are available from the StyleManager or StyleManagerImpl and can be changed via setStyle calls. On 3/3/15, 9:07 AM, "Pawan Yadav" wrote: >Thansk for reply, >Actually I need to load the value from property file or action script >variable. So that I can make properties configura

Re: Configurable css in flex

2015-03-03 Thread Pawan Yadav
Thansk for reply, Actually I need to load the value from property file or action script variable. So that I can make properties configurable in flex application. Like in fontsize=x, this x value can I read from some file or action script variable ? Is it possible to do that ? Best Regards -- Paw

Re: Configurable css in flex

2015-03-03 Thread Alex Harui
http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084 -7f8c.html On 3/3/15, 8:07 AM, "Pawan Yadav" wrote: >Hi, Can anyone please tell me how I can read properties file through css >in >flex or pass any configurable variable to css file. > >Is there was I can make css values

Configurable css in flex

2015-03-03 Thread Pawan Yadav
Hi, Can anyone please tell me how I can read properties file through css in flex or pass any configurable variable to css file. Is there was I can make css values bindable with action script.