Change button to grayed out
March 31, 2008 12:00 AM
You'll have to make an additional copy of the button in a "Grayed Out" format. Add a variable to your title for each button - this is where you'll reflect clicked (1) or not clicked (0).Add an action to each button modifying the variable (previously mentioned) and set it to 1 - clicked.Add another action that shows the Grayed Out button. This button should be on top of the other and not have any actions associated to it.Adding the variables only helps when the user goes back to the page. You can have a series of actions that set buttons to gray or not based on your variables being 1 or 0. If it doesn't matter, then skip the variable part and only use an action to show the grayed out button.
Discussions have been disabled for this post