snippets / src/ProgrammaticSkinning.mxml

Language: Xml - First posted by sawantilak on 2008-05-21 18:37 (4 months, 3 weeks)
Link to the snippet: http://www.friendsnippets.org/snippet/308/

src/ProgrammaticSkinning.mxml

 1 <?xml version="1.0" encoding="utf-8"?>
2 <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
3 xmlns:components="charts.*">
4
5 <mx:Style source="css/styles.css" />
6
7 <components:Node id="button4" x="22" y="170" nodeId="1"
8 styleName="flatColorRoundedRectangleSkin" height="32" width="345"/>
9
10 <components:Node id="button5" x="22" y="240" nodeId="2"
11 styleName="gradientRectangleSkin" height="32" width="345"/>
12
13 <components:Node id="button6" x="22" y="295" nodeId="3"
14 styleName="flatColorRectangleSkin" height="32" width="32"/>
15
16 </mx:Application>
In order to post a comment, you should have a friendsnippet account. Please sign-in.

0 comments

May '08