No answers yet? Should I package up the materials I have so ya'll can try them out yourselves? I'm still hoping this will be a simple fix.
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Clinton D. Judy Sent: Friday, November 23, 2007 7:47 AM To: [email protected] Subject: [flexcoders] Skinning a Panel in Flex 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? Something else I should add, my panel gets stretched depending on what size I want to make it at, but it looks like the scale9 stuff is ignored completely, stretching the underlying swf as if it were just one bitmap with no scale9 stuff. Clinton

