Quantcast
Channel: Recent Additions to 'Slider XML Help. '
Viewing all articles
Browse latest Browse all 20

forums/development/440/2

$
0
0
> The error you posted does not in any way match your code, but this will not >> getglobal(this:GetName().."Text"):SetText("Offset"); > getglobal(this:GetName().."High"):SetText("12"); > getglobal(this:GetName().."Low"):SetText("-12"); > this:SetMinMaxValues(-12,12); > this:SetValueStep(1); >> There is no variable named `this` and hasn't been for quite some time. If you mean to be referring to the frame for which the OnLoad is firing, you want to use `self`. Yea the this I thought was referring to the frame... I'm I've used this in another section for calling the onload for the main frame and didn't get any error or problems that I have noticed... Strange... So I guess Self replaced this some time back and I'm trying to use example code that is out dated.

Viewing all articles
Browse latest Browse all 20

Trending Articles