I'm trying to skin panels for use in Flex, but my corners, which are
rounded, keep getting squished. I'm sure I'm doing it right in Flash: My
own drawing is lined up with the reference point (0, 0), the 4
guidelines for scale9 are in the right places and everything. And in my
css file, I have:

 

Panel

{

      borderSkin: Embed(source="flex_skins.swf",
symbol="Panel_borderSkin");

      borderThicknessLeft: 16;

      borderThicknessRight: 16;

      borderThicknessTop: 0;

      borderThicknessBottom: 16;

      headerHeight: 16;

} 

 

Where am I going wrong?

 

Clinton

Reply via email to