Loading text into a input textbot
I am trying to load text from a .txt file into a input text box. However everytime I do it doesn't become scrollable. It just pastes the text into the box and eventually goes off the screen. I tried to add a scrollbar but that doesn't work either.
Does anyone have any ideas how I can load a text file into a text box have it scrollable and also be able to select the text???
thanks
Hey, it might be this one...
Have you tried to check the multiline option and redimensionate the textfield for your needs(you know, stretch the textfield with a drag-and-drop movement from the little square that appears on an edge of the textline)?
To scroll it, check the (textfield).scroll function, it will be instructive, I can assure you.