Hi list. maybe this is trivial question but I didn't google the way to do it. I need to create TextField and put the blinking caret into TextField without user clicking on TextField.
var my_tf:TextField = this.createTextField ( '_tf', 0, 0, 0, 100, 20);
my_tf.border = true;
my_tf.type = 'input';
Selection.setFocus('my_tf'); ????
thanx,
Oleg
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

