E
egarcia
Guest
Hello William, Could you provide more details on the issues that you are having? The login(parameter-object) method in the Session object was omitted from the typings. You could add it manually, if you need. In general, for asynchronous login(), it is better if you use the JSDOSession object. JQuery is used for Promises. The JQueryPromise in the typings defines an interface for it. You can use another iibrary for Promises. The following example provides a wrapper object (in file pwrapper.js) to use native JavaScript Promises: community.progress.com/.../3190 You could also use a wrapper object for the Q library to provide support for Promises. For the JSDO object, you can subscribe to events or use Promises to handle asynchronous operations. You can also use events and Promises together if it is convenient. I hope this helps, Edsel
Continue reading...
Continue reading...