Pui.animate and pui.start function not working.
Posted: Tue Mar 19, 2013 12:23 pm
I have Created a APP and its contain Two Screen. By using the Mobile Layout.
I have put the call the function pui.animate() on windows_onload event. and after that i execute my Program.
But its not behaving like that.
Can you help.
window.onload = function() {
pui.animate({ element: "MainLayout1", effect: "fade in" });
pui.animate({ element: "Layout2", effect: "fade out" });
pui.run({ program: "MYLIB/GIRDIMGC2" });
};
Also i required to USE SIGN ON feature for my APP. i tired to use pui.start but its not work.
Thanks alot.
I have put the call the function pui.animate() on windows_onload event. and after that i execute my Program.
But its not behaving like that.
Can you help.
window.onload = function() {
pui.animate({ element: "MainLayout1", effect: "fade in" });
pui.animate({ element: "Layout2", effect: "fade out" });
pui.run({ program: "MYLIB/GIRDIMGC2" });
};
Also i required to USE SIGN ON feature for my APP. i tired to use pui.start but its not work.
Thanks alot.