Please I needed Help
I Have This flex 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" />
......
-----------------------------------------------------------------------
I want to set focus at articleQte like this : articleQte.setFocus() ;
--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/