Please I needed help 

I have this code

--------------------------------------------------------------------------

<s:List id="articleDetailsList" width="100%" height="100%"
dataProvider="{currentFacture.articles}"
selectionColor="#FFFFFF" rollOverColor="gray"
horizontalScrollPolicy="off"
contentBackgroundAlpha="0" borderAlpha="0"
allowMultipleSelection="false">
<s:itemRenderer>
 <fx:Component>
 <s:ItemRenderer width="100%" click="itemClicked(event)">
<fx:Script>
...
</fx:Script>

<s:HGroup width="100%" gap="0" paddingTop="10" paddingBottom="5"
verticalAlign="bottom">
....
<s:TextInput id="articleQte"/>
</s:HGroup>
</List>

------------------------------------------------------------------

I want to set Focus at articleQTe Like this : articleQte.setFocus() ;



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Reply via email to