Author Topic: UITextList issues with latest update  (Read 11383 times)

Wumpee

  • Jr. Member
  • **
  • Thank You
  • -Given: 3
  • -Receive: 0
  • Posts: 53
    • View Profile
UITextList issues with latest update
« 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?


ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UITextList issues with latest update
« Reply #1 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.

Wumpee

  • Jr. Member
  • **
  • Thank You
  • -Given: 3
  • -Receive: 0
  • Posts: 53
    • View Profile
Re: UITextList issues with latest update
« Reply #2 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.