Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
TomMcGee webforumsuser@macromedia.com #1
problem with TextInput.setFocus() in Form
The call setFocus on a TextInput in a form will not work unless the user has clicked on the movie. This means I have no way to set the default TextInput when the movie first loads. I?ve tried calling setFocus from within the onLoad method of the form and I have also tried calling it from a method run by an interval. Is this a bug?
TomMcGee webforumsuser@macromedia.com Guest
-
SetFocus Problem
Hi Guys, I have a Problem. I have TextInput Object which has to be selected by default so that the user just start typeing anything in it when he... -
SetFocus
I would like to set the focus automatically to one of the textbox controls on my page, but so far on every page I load I have to set the cursor to... -
setFocus within Grid
How can I have the first row of the datagrid highlighted when the page loads? I have rows highlighting on mouseover, and doubleclick event, but i... -
setFocus();
Hi! I have one start file(swf) where i select language from, and when i have selected a language i go to another swf file... -
Conditional setfocus
"Mike Mueller" <mikemueller@ecinet.net> wrote: Mike, do you actually have table fields for each month for 2 years in one record? If so, you... -
Tree Hugger webforumsuser@macromedia.com #2
Re:problem with TextInput.setFocus() in Form
You should use:
Selection.setFocus("instanceName")
instanceName is your text field instance name.
Tree Hugger webforumsuser@macromedia.com Guest



Reply With Quote

