View Single Post
09-19-14, 07:18 PM   #8
benots4
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 20
Just so you know I figured it out, or at least a work around. If you run into this again do not set text when the button/fontstring is created, don't even put a SetText(text). Only set text in the update function

rowFrames[i]:SetText(text) = Good
CreateRow[i]:SetText(text) = BAD if you plan on changing later

Thanks for your help and guidance.
  Reply With Quote