Diego Esteban Osorio Zaldivia
Posts: 0
Joined: Thu Jul 25, 2013 10:18 pm

Doubts about background images

I need to show a screen that has fullscreen background image only... this as a presentation of my application... and after about 3 to 5 seconds that this screen change to the other with the content.

Also, I need to put a background image and on her: label, buttons, inputs and other components.

Any recommendations about how to do it?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Doubts about background images

Hello Diego!

Please take a look here:
https://getsatisfaction.com/apperyio/...
https://getsatisfaction.com/apperyio/...
In StartScreen Properties untick Show Header, Show Footer options.

Diego Esteban Osorio Zaldivia
Posts: 0
Joined: Thu Jul 25, 2013 10:18 pm

Doubts about background images

Thanks so much Alena!
And about changing screen after X seconds? ... In the first screen, I do not want to put a button, then I do not know how to generate an event for change.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Doubts about background images

Try Load Event on Start Screen and Navigate to page with content.
Also this behavior can be coded with JS.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Doubts about background images

For instance, like the following:
codesetTimeout("Appery.navigateTo('loginPage')" , 3000); /code

Return to “Issues”