Ok, first let me clarify that I have used the search and I found what I was looking for, but I can't seem to get it to work. I have an input textbox that I want to automatically get the focus. Right now I am using this
It clears the textbox, but it won't put the blinking cursor in the textbox. I have to manually click on the box. Is there a way to make it so the blinking cursor goes to the textbox? ThanksCode:setFocus(input_text); input_text.text = "";




Reply With Quote