-
Recent Posts
Recent Comments
Syntax Highlighter
This site supports SyntaxHighlighter. It can highlight your code.
How to highlight your code: Paste your code in the comment form, select it and then click a language link. This will wrap your code in a pre tag and format it when submitted.<s:Spacer height="10"/>
Tags
Categories
Blogroll
Meta
Daily Archives: January 22, 2011
Creating a recessed line in MXML
I’ve been trying to get a recessed line type of look with MXML and since it took a while I’m posting it here. It can be improved so please post any updates. <s:Line width="100%" top="98" left="10" right="10"> <s:stroke> <s:SolidColorStroke color="#555555" … Continue reading
Posted in Flex
Leave a comment