Question
setFocus not working
I'm just trying out the sample code in flash 8 to give focus
to a text
field, and I've copied the code from the help pages and it simply doesn't
work!
When I run the code, there is never one of the text boxes active, until you
click on a button.
This is wrong i believe as there is a line of code that says
Selection.setFocus("username_txt");
which i think should give focus initially.
Could anyone clarify please, this is really driving me mad!
Thanks
Dave
field, and I've copied the code from the help pages and it simply doesn't
work!
When I run the code, there is never one of the text boxes active, until you
click on a button.
This is wrong i believe as there is a line of code that says
Selection.setFocus("username_txt");
which i think should give focus initially.
Could anyone clarify please, this is really driving me mad!
Thanks
Dave