Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: BrendanKZN on September 23, 2012, 11:41:10 AM

Title: Simple Scrollable Text
Post by: BrendanKZN on September 23, 2012, 11:41:10 AM
Hi Aren,

I'm looking to buy your product while it's on sale and trying out all the features.
I'm stuck on creating simple lines of text scrollable like your chat example. I've tried following that example but theres no clear steps or intructions for this, I got it to a point where when i begin scrolling and all the text in the label dissapears instantly. Am I missing something? I'm trying to create a verticle Highscore list and it should display all the scores fetched from my database and should be able to scroll it up and down.

Thanks.
Title: Re: Simple Scrollable Text
Post by: ArenMook on September 23, 2012, 05:48:52 PM
The chat example uses a custom component -- UITextList. It was created as an example before the smooth scrolling logic was added to NGUI. That component itself is really simple though. To add new entries use UITextList.Add().