How can u use 2 styles at the same time?
Answer / Manoj Kumar Prasad
In Adobe Flex, you can apply multiple styles to a single component by using style inheritance or by applying inline styles. To do this, you can define a parent style and then override specific properties in child components, or you can apply multiple styles directly on the same component with separate style tags.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does item renderer work? How do we add item renderer at runtime in flex?
Sometimes, if I do not move the mouse, "click" and "mousedown" do not work. Why is that? : adobe flex action script
How many levels does flash mx support? : adobe flex action script
What keyword allows us to implement abstraction better in flex?
Is it true that I can now get the flex test automation framework with the purchase of flex builder 3 professional edition?
What is the difference between Flex 2.0 & 3.0?
Where can I find out additional information about flex 3 beta 3?
can you write to the file system from flex?
Why do strongly typed objects appear as "undefined" in the netconnection debugger? : adobe flex action script
Explain about arguments of addeventlistener() method?
How to store the data in local?
How do you use a repeater in actionscript? : adobe flex action script