Page 1 of 1
Calling tbe Profound Sign On from my App
Posted: Mon Nov 26, 2012 6:13 pm
by jac53
I would like to call the Profound UI Sign On from my phonegap app.
What program do I have to call?
Thanks
Re: Calling tbe Profound Sign On from my App
Posted: Fri Nov 30, 2012 10:09 am
by Paul_Ramcharitar
Hi Jorge,
In app.js, I used "pui.start()", to get the sign on screen.
Code: Select all
pui.serverURL ="yourServerUrl"; // replace this with a url path to your IBM i server
window.onload = function() {
pui.start(); //calls the profoundui sign on screen
};
Re: Calling tbe Profound Sign On from my App
Posted: Fri Nov 30, 2012 3:55 pm
by jac53
Thanks Paul, by the way it worked for me calling PROFOUNDUI/PUI0001202
Re: Calling tbe Profound Sign On from my App
Posted: Fri Nov 30, 2012 4:18 pm
by Paul_Ramcharitar
Ok great
Re: Calling tbe Profound Sign On from my App
Posted: Fri Nov 30, 2012 6:38 pm
by Scott Klement
Paul's method of calling pui.start() is the correct way.
pui.start() does more than simply launch PROFOUNDUI/PUI0001202. So, some features of the product may not work if you call PUI0001202 directly.