Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Wumpee on July 05, 2015, 11:38:44 PM

Title: UITextList issues with latest update
Post by: Wumpee on July 05, 2015, 11:38:44 PM
Hi,

With the latest version of UITextList, a static history has been added which broke our multiple tabbed chat windows.

Instead of using the control name for the dictionary key, would you be able to add a UniqueId field to the UITextList instead?

Title: Re: UITextList issues with latest update
Post by: ArenMook on July 06, 2015, 08:18:19 PM
Hmm... while I wouldn't recommend using the chat as-is, you can safely remove the "static" part from it. In Windward I actually wrote a custom system that supports multiple tabs with custom user-defined filters which works really well.
Title: Re: UITextList issues with latest update
Post by: Wumpee on July 08, 2015, 11:45:25 PM
It's working fine though - the only issue was that both of the GameObjects that had the UITextList on them had the same name. It may at least be worth adding in a check to make sure the dictionary entry is unique for each UITextList object, and give a warning otherwise that the objects should be named uniquely.