Set Visible and Invisble

Hi!

How can I do this?

When I click on Button1 located on Screen1, It has to open Screen2 and It has to make Verticle Arrangement1 invisible and Verticle Arrangement2 visible which are located on Screen2.

It’s possible?

Thank you,
And excuse me for the grammatical mistakes.

Yes it is possible

Absolutely…

In screen2 use this logic,

When screen2 initialise
Set vertical arrangement1 visible to false
Set vertical arrangement2 visible to true

Thank yo so much

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.