Hi,
I have a multipage widget with pages: orange, apple, banana. I have another multipage widget inside page ‘apple’ with pages: red and green. Now from page ‘orange’, I want to open page ‘apple’ with ‘red’ shown every time (which is set to default from multipage properties). This doesn’t seem to work as the page that I last visit also opens up, sometimes ‘red’ and sometimes ‘green’.
I am using the below code for my button located in multiPage1, page:orange:
phoneui.gotoMultiPagePage(‘m1-test4-multiPage1’, ‘SET_PAGE’, ‘m1-test4-apple’, ‘NONE’);
When I try to open page ‘red’ in multiPage2 directly from multiPage1, the button goes dead:
phoneui.gotoMultiPagePage(‘m1-test4-multiPage2’, ‘SET_PAGE’, ‘m1-test4-red’, ‘NONE’);
I have seen example http://www.genuitec.com/support-genuitec/viewtopic.php?f=8&t=5331
But this is using another .mobi file. I am using same mobi file so how can I achieve this?