aerickson
03-24-2004, 12:44 PM
Hey, i've been working at this for hours and still cant seem to figure out whats wrong.
I am trying to create an input text box which has an instance name AND variable of myInput. I am using a bit of actionscript with this and directing it towards a dynamic text field myText.
(ex. myText = myInput + "other text";) although that is not the problem. When i run the program and mouse over the input text box, my cursor changes (as it should) but when i click on it the pulsing text input cursor does not show up, and when i enter text in, the text does not show up either :S. I know that the text IS in fact being entred through using trace(myInput); but it cannot be seen for some reason. Things i have already checked include:
-Making sure the text is visible on the top layer
-Making sure the text color is black (different from the background).
-Ive even tried different options like the alignment and switching the border around the text on and off (which also does not show when turned on).
Any help would be appreciated, thanks.
Andrew
I am trying to create an input text box which has an instance name AND variable of myInput. I am using a bit of actionscript with this and directing it towards a dynamic text field myText.
(ex. myText = myInput + "other text";) although that is not the problem. When i run the program and mouse over the input text box, my cursor changes (as it should) but when i click on it the pulsing text input cursor does not show up, and when i enter text in, the text does not show up either :S. I know that the text IS in fact being entred through using trace(myInput); but it cannot be seen for some reason. Things i have already checked include:
-Making sure the text is visible on the top layer
-Making sure the text color is black (different from the background).
-Ive even tried different options like the alignment and switching the border around the text on and off (which also does not show when turned on).
Any help would be appreciated, thanks.
Andrew