View Single Post
Old 10-19-2019, 04:47 AM   #5
renzoruggieri.com
Human being with feelings
 
Join Date: Oct 2019
Location: Roseto degli Abruzzi (TE, Italy)
Posts: 13
Default SOLVED...

auto SWact = [&](IControl* pCaller) {
SplashClickActionFunc(pCaller);

SendParameterValueFromDelegate(YourControl, 70, false);
GetParam(YourControl)->Set(70);


Now it update the value and the graphic of control.
renzoruggieri.com is offline   Reply With Quote