View Single Post
10-26-16, 10:29 PM   #12
legowxelab2z8
A Defias Bandit
Join Date: Oct 2016
Posts: 2
Originally Posted by Jarod24 View Post
Having the same issue with my IfThen addon.
The ScrollingMessageFrame used as a ScrollChild no longer display's the output on screen.
After adding messages to it using AddMessage() I can also get the messages returned back using GetMessage(). It simply does not visually render the text on screen.

My "workaround" for now will be to switch to an Editbox instead. However as pointed out here: http://www.wowinterface.com/forums/s...=editbox+crash Using Editbox with too many Hyperlinks will cause the game to crash.
Defining a FontString child object for a ScrollingMessageFrame via XML doesn't work like it did. For example
Lua Code:
  1. <FontString inherits="WowLuaMonoFont" justifyH="LEFT"/>
no longer sets the font so the ScrollingMessageFrame created has no font and wont display anything. My workaround just calls SetFont in an OnLoad handler for the ScrollingMessageFrame.
  Reply With Quote