We can use this blog to share tech tips. If anybody faces an issues & resolves it please share it in this blog.
If you have any new ideas, please share in this blog.
Sunday, February 8, 2009
Setting focus to a UI control
In Flex, if we validate a user entry, we would show an alert to the user and then set the focus to the incorrect field. Here, the setFocus() method should be called before the Alert.show() method is called.
No comments:
Post a Comment