Hi, I’m sure this is a simple question but i cant seem to find the answer….
Basically i want to build a multi-screen program without having any physical linking buttons on the stage.
e.g I want a login page that when its validated goes to an Admin page, using the code below
phoneui.gotoPage('m1-Admin',phoneui.transitions.FLIP_LEFT);
if i dump a button on the stage physically linking to the Admin.mobi screen it works but if i don’t have that link the code cant find the screen?
How can i get round this?
Thanks