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

Visibility for a text object on click on another text object in image format

Hi,

I have one image (text object). I want on clicking that image , another text object to be visible. what expression i need to write on the layout-show of the 2nd object?

Thanks

3 Replies
MK_QSL
MVP
MVP

Like this?

Anonymous
Not applicable
Author

Hi,

you need to use a variable and an action. When you click on the first text object, the action Set Variable e.g. "vUse" should be set to 1. In your other text object use layout conditional (vUse=1).

You should reset the variable on anohter action to hide the object.

Is that what you want?

Not applicable
Author

Please find attachment.