adoren
13-02-2008, 02:12 AM
I have a quick question regarding an error with my XML widgets that I've not experience before. A few months ago I designed the code to take values from sliders and use them as benchmarks. Basically, what's happening now is that I'm getting an error which has just begun, and I haven't edited any of that code for weeks.
The Error: "Usage: RaidRogueOptions_CripSlider:SetValue(value)"
The Code in Question: "RaidRogueOptions_CripSlider:SetValue(RR_BENCH_POISONS[1]);"
I've looked at the WoWWiki page and the only thing I noticed was that the SetValue method has gone red (never was sure what that meant). I know that RR_BENCH_POISONS[1] is not nil, and neither is CripSlider. Any ideas on this would be appreciated, I wasn't aware of any patches where Blizz could have changed this.
The Error: "Usage: RaidRogueOptions_CripSlider:SetValue(value)"
The Code in Question: "RaidRogueOptions_CripSlider:SetValue(RR_BENCH_POISONS[1]);"
I've looked at the WoWWiki page and the only thing I noticed was that the SetValue method has gone red (never was sure what that meant). I know that RR_BENCH_POISONS[1] is not nil, and neither is CripSlider. Any ideas on this would be appreciated, I wasn't aware of any patches where Blizz could have changed this.