25.08.2020, 12:44
(25.08.2020, 11:38)admin Wrote: See if this Custom CSS fixes the slider layout for you:
Code:.slider-wrap {
font-size: 0;
}
.slider-h .slider-min {
margin-right: 9px;
}
.slider-h .slider-max {
margin-left: 9px;
}
Add this to both of your scripts to prevent loops:
You should also use grp.checkupdate() instead of grp.getvalue/grp.getvalue, you already have copy-paste errors where you compare R with all other components.Code:if event.sender == 'se' then
return
end
OK! Now everything is fine, thank you so much!
Just to a better understanding: what is the core difference between grp.checkupdate, grp.getvalue and grp.update?
Thank you for everything
BR
PEPPE