> You ask for `getglobal(self:GetName().."Text"):SetText("Offset");` only that's not actually anywhere in your definition. So the expression `getglobal(self:GetName().."Text")` returns `nil`, and then you index that to do `:SetText()`.
>> I hate the XML files produced by wowuides.
I'm starting to see why. My original thought was it would make it easier to lay things out and then I could go in and make adjustments and changes from there... but its proving to be more trouble than its worth.
Where I'm getting the getglobal code is from the http://www.wowwiki.com/Creating_GUI_configuration_options#Checkboxes_and_Sliders
I've been reading over it several times and I can't seem to figure out where they are defining `getglobal(self:GetName().."Text"):SetText("Offset");` either...
I think I'm missing something in my head... just not seeing it... I'm sure this is a HammerHead sort of problem... lol
↧