can somebody explain me, how I can jump from one screen to a dedicated page of a multipage on another screen?
I use the On Click Action from MobiOne, which offers me the possibility to go to the multibox screen.
If I go to that multipage screen, I will end up on the page which was last visited, but I want to jump to the first page.
How and where do I set this?
I tried fiddling around with the Action definitions in “project”.js, but changing the action from
‘action8’:function() { phoneui.gotoScreen(‘m1-NewReportBeta1’, ‘FLIP_LEFT’);},
to
‘action8’:function() { phoneui.gotoMultiPagePage(‘m1-NewReportBeta1-multiPage1’, ‘SET_PAGE’, ‘m1-NewReportBeta1-General’, ‘FLIP_LEFT’);},
that did not work at all. The button went dead.