Author Topic: Attach tag to UITextList?  (Read 4932 times)

leegod

  • Jr. Member
  • **
  • Thank You
  • -Given: 5
  • -Receive: 0
  • Posts: 90
    • View Profile
Attach tag to UITextList?
« on: January 27, 2015, 10:48:05 PM »
So I use UITextList for show system message to end users.

How to add some tag to text, and if user want to see only specific type message, how to show only that type message?

Like mmo game(world of warcraft)'s message window, if user click battle message tab, only battle related message will appear.


ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Attach tag to UITextList?
« Reply #1 on: January 28, 2015, 02:34:14 AM »
UITextList simply breaks up content and displays it for you using labels. It has no logic for "tags". That's something you need to add yourself.