[flexcoders] how to place cursor in textinput

2010-06-17 Thread venkatreddy_006
Hi everyone, i was setthe focus to the TextInput component, (this is component in login window). This highlights my TextInput component, but it is not place cursor in textinput Regard's VenkatReddy s

Re: [flexcoders] how to place cursor in textinput

2010-06-17 Thread Nick Middleweek
Hi, Assuming your login window is popped up using the PopupManager you can set the loging window component to implement IFocusManagerContainer. mx:TitleWindow xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute width=355 height=217 implements=mx.managers.IFocusManagerContainer