This is probably more fallout from the change to TextInput to defer actual focus. Try using callLater to call selectRange or hook up selectRange to the focusIn event.
-Alex On 6/23/14 3:00 AM, "santanu4ver" <[email protected]> wrote: >Hi, > >How can I move mouse cursor at a specific position in a TextInput >component >by script. The following seems never works as it did with Adobe SDK: > >input.setFocus(); >input.selectRange(3, 3); > >The above only selects the whole text in TextInput component. > >Thanks. > > > >-- >View this message in context: >http://apache-flex-users.2333346.n4.nabble.com/Move-mouse-cursor-to-specif >ic-location-in-TextInput-tp6931.html >Sent from the Apache Flex Users mailing list archive at Nabble.com.
