I have been trying to get a shown item to stay show so that it can be clicked on. When ever I go to click on it, it goes back to hidden because I left the previous event that showed it. Suggestion?
You can use a variable for that. You set a value on that variable, say, "yes" if shown, "no" if hidden. Then add a condition on the item you want to show/hide based on the value of that variable.
You can use a variable for that. You set a value on that variable, say, "yes" if shown, "no" if hidden. Then add a condition on the item you want to show/hide based on the value of that variable.
To create elements and sub-elements to be shown with toggle, just create an "On Toggle" + "Show" event for each element.
Check out the attached prototype.
To create elements and sub-elements to be shown with toggle, just create an "On Toggle" + "Show" event for each element.
Check out the attached prototype.
You can use a variable for that. You set a value on that variable, say, "yes" if shown, "no" if hidden. Then add a condition on the item you want to show/hide based on the value of that variable.
You can use a variable for that. You set a value on that variable, say, "yes" if shown, "no" if hidden. Then add a condition on the item you want to show/hide based on the value of that variable.
To create elements and sub-elements to be shown with toggle, just create an "On Toggle" + "Show" event for each element.
Check out the attached prototype.
To create elements and sub-elements to be shown with toggle, just create an "On Toggle" + "Show" event for each element.
Check out the attached prototype.
Replies have been locked on this page!