08-13-2016, 08:13 PM
I upgraded to 4.8.3 tonight and I am getting this error when I try and open several of my templates in the viewer.
Interface template '\User\WHAudio\WHAudio_Base_Template' could not be loaded. Reason=The value written to variable GVar:CoolSliderValue exceeds the set variable limits
I am using this GVar in my Aprilaire 887 V1 templates. Interestingly I am not getting any errors when I open the Aprilaire template or when I use the cool slider.
I am little rusty so any help will be appreciated.
Below is how I use it.
[OnPress]
CoolSliderValueMaster::SetText(%(StdRTV:CurValue))
CoolSliderValueMaster::SetWidgetState(Normal)
[OnRelease]
GlobalVars::SetVariable(GVar:CoolSliderValueMaster, %(StdRTV:CurValue))
[OnDrag]
CoolSliderValueMaster::SetText(%(StdRTV:CurValue))
[OnSet]
Interface template '\User\WHAudio\WHAudio_Base_Template' could not be loaded. Reason=The value written to variable GVar:CoolSliderValue exceeds the set variable limits
I am using this GVar in my Aprilaire 887 V1 templates. Interestingly I am not getting any errors when I open the Aprilaire template or when I use the cool slider.
I am little rusty so any help will be appreciated.
Below is how I use it.
[OnPress]
CoolSliderValueMaster::SetText(%(StdRTV:CurValue))
CoolSliderValueMaster::SetWidgetState(Normal)
[OnRelease]
GlobalVars::SetVariable(GVar:CoolSliderValueMaster, %(StdRTV:CurValue))
[OnDrag]
CoolSliderValueMaster::SetText(%(StdRTV:CurValue))
[OnSet]