by Peter deHaan
August 2, 2007
Personally, I’m amazed I can write an entire post around setting a single (and simple) style, but yet here I am. The following example shows how you can place an icon of your choosing in the upper-left corner of a Panel container. As an added bonus, at least I create the Panel in both MXML [...]
Read the full article →
by Peter deHaan
August 2, 2007
Another quick sample (I’m cleaning out my Flex projects from the past year). This time we look at controlling a Panel container’s roundness versus squareness by setting the cornerRadius style.
Just drag the slider to control the corner radius of the two panels (one with a ControlBar and one without).
Full code after the jump.
Read the full article →