When using a mx:HRule or mx:VRule, Flash Builder suggests using a s:Line instead. Why would I want to write stuff like this :
<s:Line xFrom="0" xTo="245" yFrom="0" yTo="1"/>
instead of
<mx:Hrule width="100%" />
How do I get relative sizes ? (percent)