Quote:
Originally Posted by xAndrewx
HTML Code:
thiso.catchevent(this, "onReleaseSlider", "onYourFunctionHere");
or
HTML Code:
thiso.catchevent(this, "onAction", "onYourFunctionHere");
Inside the GUI control 
|
I don't think you have the right control.
onReleaseSlider is for a GuiSliderCtrl, not a GuiTextEditSliderCtrl.
GuiSliderCtrl:

GuiTextEditSliderCtrl:
Edit:
Nevermind, I figured I can use onMouseUp which is similar to onReleaseSlider.