I have an image button setup as a mute/unmute button. If the button is muted it changes the foreground color. This works great if I am doing this by pressing the button.
I have a slider setup to control the AVR button.
Heres the problem I observed: If I move the slider, it unmutes the AVR (as it should) but the color of the muted/unmuted button remains as if it is muted.
I do have 2 property triggers for:
Ischecked=True collection setter foreground #bluergb
Ischecked=False collection setter foreground #whitergb
Do you see anything I am doing wrong