Re: [flexcoders] Re: Setting cursor to particular text box on the application load

2008-11-12 Thread anuj sharma
Thanks Jim It is surprising that Flex does not provide that i built functionality. Anyways I will try to implement JavaScript way. Anuj On Wed, Nov 12, 2008 at 7:42 AM, jim.abbott45 <[EMAIL PROTECTED]>wrote: > In order for this to work, your application _as a whole_ needs to do > two things. On

[flexcoders] Re: Setting cursor to particular text box on the application load

2008-11-12 Thread jim.abbott45
In order for this to work, your application _as a whole_ needs to do two things. One of them is (in Flex) to use the setFocus() method to specify where (in the Flex applications) focus should go. From your posting it appears that you have already done this. The other thing is that the _entire Flex