Fabrice BovyI found it... it a side effect of the new change value block. When I set the slider value to 0 by clicking on the button, it executes the block as the event "value changed" is fired and the execution says : set button value to true...
So I added an IF... moreI found it... it a side effect of the new change value block. When I set the slider value to 0 by clicking on the button, it executes the block as the event "value changed" is fired and the execution says : set button value to true...
So I added an IF slider value <> 0 block on the value change block.
So I added an IF... more