Hello!
stage.focus = txt_firstnameEdit;
I need to make the blinking cursor at the txt_firstnameEdit when i enter the stage. but the blinking cursor appeared infront of string_0. string_0 is pre-entered in the textbox in my code.
For example this is what I see in the textbox…
INameless
I = The blinking cursor.
How do I make the blinking cursor go behide like this?
NamelessI