Have command for customButton as in VDJ script like this:
setting 'automixMaxLength' 62 & blink ? colour '#FF0000' : off
but NO BLINKING of the button.
HOW does that work?
setting 'automixMaxLength' 62 & blink ? colour '#FF0000' : off
but NO BLINKING of the button.
HOW does that work?
Mensajes Sun 20 Sep 20 @ 9:27 pm
setting 'automixMaxLength' 62 ? blink ? color '#FF0000' : off : off
Mensajes Mon 21 Sep 20 @ 7:51 am
Or use && instead of & when you require both sides to be true
Mensajes Mon 21 Sep 20 @ 8:25 am
mmmh, I try both examples of your answers. (but 'on' insted 'off' too)
but there is no effect of blinking this button
but there is no effect of blinking this button
Mensajes Mon 21 Sep 20 @ 8:19 pm
setting 'automixMaxLength' 62 && blink ? color '#FFFF2424' : on
NOW it's blinking,
but in color 'white' not in '#FFFF2424'
NOW it's blinking,
but in color 'white' not in '#FFFF2424'
Mensajes Mon 21 Sep 20 @ 8:29 pm