Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: JonnyDoeInWisco on February 15, 2015, 04:20:42 PM

Title: Label for printing and copying.
Post 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.
Title: Re: Label for printing and copying.
Post by: ArenMook on February 17, 2015, 09:19:38 PM
NGUI doesn't remove the text by default, so it must be you doing it. UIInput.value, once set, remains set.