View Single Post
09-19-14, 09:47 PM   #9
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by benots4 View Post
Just so you know I figured it out, or at least a work around.
I'm not sure what there is to figure out. The code I gave you works. You're breaking it by wrapping it in functions and adding extra things that don't need to be there. Just use the code I gave you.

Originally Posted by benots4 View Post
rowFrames[i]:SetText(text) = Good
CreateRow[i]:SetText(text) = BAD if you plan on changing later
#1 is also bad, because it will fail if you need more rows than you already created.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote