Re: [flexcoders] Re: Skinning Flex Buttons: Sizing Stretching Issues

2008-03-14 Thread Thibaud Van Vreckem
When using bitmaps, you simply have to define the scale9 it in the css like so: Button { upSkin: Embed(/assets/skins/button/Button_upSkin.png, scaleGridLeft=10, scaleGridTop=10, scaleGridRight=12, scaleGridBottom=12); padding-left:0; padding-right:0; } In any case, in flash it's

[flexcoders] Re: Skinning Flex Buttons: Sizing Stretching Issues

2008-03-13 Thread Kyle Neath
Well, it took me a long time of random searching but I did finally answer my questions. For the record, here's what I found. 1. This happened because my top/left marker was a bit off (you can see the star icon in the top/left of the scale9 image). It was creating some false negative left margin