Open GoogleCodeExporter opened 9 years ago
Oh, I am talking about the Input TextField of course...
Original comment by davesam...@aip-wohnen.de
on 12 Feb 2010 at 1:53
better Solution at this point is:
if(currentTarget is TextField && TextField(currentTarget).type == "input"){
stage.focus = currentTarget;
}
makes sure that the TextField is of Type input so it doesnt scroll TextFields
that
are not of that type.
Original comment by davesam...@aip-wohnen.de
on 12 Feb 2010 at 7:57
This is ok to input in the textfield, but how to select text inside the
textfield?
This flash template can do it (go to "contacts" through the button at the top
of the
flash): http://www.templatemonster.com/flash-templates/20361.html
Also here: www.nelsondesignllc.com
See also this discussion:
http://mail.flashcodersny.org/pipermail/flashcodersny_flashcodersny.org/2009-Sep
tember/012783.html
Original comment by kke...@gmail.com
on 25 Feb 2010 at 5:08
Original issue reported on code.google.com by
davesam...@aip-wohnen.de
on 12 Feb 2010 at 1:46