Re: [Flashcoders] Dynamically placing caret in a textfield

2007-01-22 Thread Hotmail_Ganesh
Hi! this code would work for you Selection.setFocus(txt); Selection.setSelection(5,5); Ganesh. - Original Message - From: "Martin Tremblay" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 23, 2007 12:58 AM Subject: [Flashcoders] Dynamically placing caret in a

[Flashcoders] Dynamically placing caret in a textfield

2007-01-22 Thread Martin Tremblay
I'm trying to place the caret at a specific position in a textfield, but this seems to work only after I click at least once in the textfield. But in my app, I CAN'T click, anybody know a way to get the caret to blinking at a specific position without clicking in the textfield first ?? Here's a