I'm creating a walk-though of certain features of our program. I have several buttons on the left side of the window. Once a user has clicked on a button, I want the text on a button to remain a different color to show the user he has already reviewed the text or activities on that particular button.
I've changed the style on the button to be toggle - up. I've also entered the command Button.SetState("ToggleButton1", BTN_DOWN); on the click, enter, and leave tabs. ("ToggleButton1" was changed to match the object.)
When I click the first button it turns the color I want, but when I click the second button, all button return to their original color. When I click back to the first button, the buttons then turn to the color I expected.
Help. Am I using the correct command?

