I am working on a zone volume control screen as shown below. I want to allow the user to select a volume setting and have that button toggle from blue to green. I have that working but if another button was already Green, then pressing a different volume should make the others Blue. It is alot of work to have each event to change each button state back to Blue. I would have to program every button for each possibility. Too much work!
Is there a way to reset all Button States on a screen back to default with one event?
any other ideas?