Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

show/hide multiple text objects

Hi,

a simple question.

How to show/hide (i.1.) 10 text objects pressing a single button?

(without adding 10 different Set Variable actions...)

thx

4 Replies
Anonymous
Not applicable
Author

Have all text objects set with single variable either show or hide from your button. Not needed of 10 different variables.

krishnacbe
Partner - Specialist III
Partner - Specialist III

Hi,

If the condition for show/hide all the text box is same then use one Variable and set that value to 1 on clicking the button. Add the Conditional expression for textbox when variable value is 1.

vishsaggi
Champion III
Champion III

Try this attached ?

Not applicable
Author

thanks all,

I can't use only a single variable because I must be able to hide/show a single text object separately, using a dedicated variable.