Hi
My problem is to do with page transition. I have 2 or three pages that I want to transition to using code such as:
phoneui.gotoPage('m1-Login', "FADE")
The pages are default html, as in a splash page transitioning to a login page.
I get an error in the javasript file for this page trying to use this function: TypeError: Result of expression ‘m1Design._resizing[ba]’ [undefined] is not a function.
The line that is pointed to looks like this:
"Detail":{"id":aa,"anchor_id":"#m1-Detail","resize":function(d,e){m1Design._resizing[aa](d,e)}},"Crews":{"id":"Crews","anchor_id":"#m1-Crews","resize":function(d,e){var a;var b={};var k;a=b[X]={w:d,h:e,py:0};try{a=b[W]={w:0,h:0,py:0,p:b[X]};a.w=Math.max(a.p.w,0);a.h=43;a.p.py+=43}catch(l){}try{a=b[Dc]={e:document.getElementById(Dd),w:0,h:0,py:0,p:b[W]};a.e.style.width=59+$;a.e.style.left=Math.max((a.p.w-59)*0.4981,0)+$;a.w=59;a.e.style.height=25+$;a.e.style.top=Math.max(a.p.h-34,0)-a.p.py+$;a.h=25;
I am using the latest version of MobiOne Studio 2.2.2
Does anyone have any clues on this?
RossL