Hi Frank, 

Instead of width="100%" set left and right to 0 ... at least this is how I 
usually do it.

Chris

________________________________________
Von: Frank Dahmen [[email protected]]
Gesendet: Donnerstag, 14. November 2013 16:17
An: [email protected]
Betreff: Textinput in HGroup -> width

Hi,

with this mxml the TextInput is too large
also if i set the width of the TextInput to 100%

how can i tell the textinput to take only as much space as available (in
the parent of the HGroup)?


<s:HGroup width="100%" paddingRight="10">
      <s:TextInput skinClass="spark.skins.mobile.TextInputSkin" />
     <s:Button  width="50"  height="50"/>
</s:HGroup>


Thanks

Reply via email to