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