Hi try this i had a similar proble earlier
callLater(someMeth)
public function someMeth():void
{
textInput.setFocus() ;
}On May 26, 7:59 am, Madhu <[email protected]> wrote: > HI > > I have one problem in using setFocus to the text field > > When I use setFocus it is setting cursor to the textInput field but > untill and unless I click with mouse > > its not taking input from keyBoard > > Regards > BMK -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

