Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: JonnyDoeInWisco on February 15, 2015, 04:20:42 PM
-
I have a program that I made with NGUI that prints a result string to a text area. By default when you click on that text area it removes the result text. I want to make the text stay in the text area so it can be copied, I haven't been seeing any way to do this so I was hoping you could help me.
-
NGUI doesn't remove the text by default, so it must be you doing it. UIInput.value, once set, remains set.