Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started 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?
-
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.
-
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.