Dim checked, unchecked, disabled As ColorDrawable
Dim sld As StateListDrawable
Dim sld2 As StateListDrawable
Dim sld3 As StateListDrawable
Dim sld4 As StateListDrawable
sld.Initialize
sld2.Initialize
sld3.Initialize
sld4.Initialize
sld.AddState(sld.State_Checked, checked)
sld.AddState(sld.State_Unchecked, unchecked)
sld.AddState(sld.State_Disabled, disabled)
to colorize my togglebuttons. So i just changed the checked to checked2 to avoid the conflict.
This got rid of my global override error, but the event still never gets raised.
I tried chkscoreboard().initialize("chkscoreboard") and it crapped out with parameter missing