I'm working on enterprise level AIR application, i need to change my application UI for multiple clients, it has a complex UI with more that 250 MXML skin files for all display objects such as buttons, combo box, containers, etc.,
*Theme problem:* Is it possible to create a generic skin library for managing skins and assets through CSS (or) I have to create a separate library for each of the clients? Currently i'm duplicating the skin files for each client and changing the color values (styles) in CSS (which is the default.css for skin library) and Path data in skins. Is there any easy way to create a skinning themes in flex and managing assets(icons, fxg) in library? *Layout problem*: Some client want the username and password form at the top-right corner of the app and some other may fell better if they have that at center.So i thought to configure that without modifying the inside the view(AS/MXML). But i feel that it makes the app more complex. Is there any easy way(alternative) to mange layout for multiple clients in flex ? Feature disable/enable problem: Some clients don't want login page and other clients wants login page. How to mange these configure views class that without modifying code. Is there any easy way(alternative) to mange views for multiple clients in flex ? Any ideas welcome. ----- Thanks, Raja.J -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/How-to-create-generic-skins-manage-layouts-and-manage-views-for-multiple-clients-in-flex-application-tp31568.html Sent from the Apache Flex Development mailing list archive at Nabble.com.