View Single Post
07-22-13, 12:05 AM   #13
Belechannas
A Warpwood Thunder Caller
Join Date: May 2010
Posts: 86
Originally Posted by Dridzt View Post
I haven't documented widget changes they're usually rather chaotic, won't do a comprehensive list but maybe I can point out a few affecting templates as those are liable to break several addons.

Is this your own addon or are you a user? It would help if you posted a link to the addon or the relevant lines of code where it errors, because without them all I can do is guess.

Anyway if that addon has an "OnValueChanged" script handler you'll need to remove any self:GetParent() from the script handler and just pass self.
It's my addon, and you correctly diagnosed the problem, thanks!

Is there a way I could have discovered the change to HybridScrollFrame:OnValueChanged for myself? I searched the web for an hour or two, finding nothing, before posting here...
  Reply With Quote