Hi, I'm trying to set focus on a text input field by using setFocus() method in "creationCompelete" property of the TextInput. It works well while the app is firstly loaded.
But the problem is: when I click on other tab (I'm using a TabNavigator), then click back to page with TextInput, the original focus loss. So I try to add the setFocus() method in "change" property of the TabNavigator, but It doesn't work. In fact, I found the setFocus() won't work anywhere outside the scope of TextInput. I'm looking forward to hearing your help. Thanks a lot! John -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

