Page 1 of 1

Doubts about background images

Posted: Mon Aug 05, 2013 11:04 pm
by Diego Esteban Osorio Zaldivia

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?


Doubts about background images

Posted: Mon Aug 05, 2013 11:22 pm
by Alena Prykhodko

Hello Diego!

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


Doubts about background images

Posted: Mon Aug 05, 2013 11:31 pm
by Diego Esteban Osorio Zaldivia

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.


Doubts about background images

Posted: Mon Aug 05, 2013 11:35 pm
by Alena Prykhodko

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


Doubts about background images

Posted: Mon Aug 05, 2013 11:49 pm
by Alena Prykhodko

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