Popup on page loaded


#1

Hi there,
I’ve been designing a mobile app. When you first enter a certain page I want a popup with some info to appear, so that’s pretty easy to do. But then, when I click on some other page and come back to that first one I DO NOT want the popup to appear anymore. So basically I want the popup to appear only with the first entrance to the certain page.

I tried to search a condition using page loaded, set hidden, show etc, but cannot find the variable or the option to achieve what I want.

Can anybody help me? :smiley:


#2

you can use a globalvariable to save the state.
openonce.rp (52.0 KB)