Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: kjslack on February 05, 2013, 12:24:15 AM

Title: Scrollable UILabel
Post by: kjslack on February 05, 2013, 12:24:15 AM
I am creating some speech bubbles that have a sliced sprite background image (speech bubble) and a single UILabel that will display the text. Some of the text that I will need to display is larger (longer) than the size of my speech bubble and UILabel. How can I create a scrollable UILabel so that I can read the rest of the text without changing the size of my UILabel and Speech Bubble? I don't think a UITextList is what I want because there will only be one text entry in the list, and I don't want to add more than one entry. What would you recommend?


Thank you for this great gui system. I have been very impressed. If only, I had this when we were developing our desktop version :)
Title: Re: Scrollable UILabel
Post by: lime-green.at on February 05, 2013, 02:52:32 AM
Use UIScrollablePanel:
Example: http://www.tasharen.com/?page_id=4444
Reference: http://www.tasharen.com/ngui/docs/class_u_i_draggable_panel.html

Regards