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-specific-location-in-TextInput-tp6931.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
