createSpinner method is not defined
We would need to take a look at your app. Could you please share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
We would need to take a look at your app. Could you please share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a?
I shared it. The app is called DiasMobile3App. Mind that i backed it up from official progress appery, and created from backup into trial appery.
The page is contacten.html , where in the page load (or page show, doesnt matter) I do a showSpinner call, and then in the success event of READ_get_countries I do the hideSpinner.
Hi,
We are working on it. Sorry, no updates yet.
Hi,
Please, pay attention to the alert that you created to trap the error. It lacks the needed object. This breaks the Load event for the page.
You can add the following code to the top of any of your external JS scripts:
codeshowSpinner = function() { alert( "showSpinner" + JSON.stringify(arguments)); }
hideSpinner = function() { alert('hideSpinner'); }/code
You will intercept all calls and clearly see when they appear. Perhaps they flash so quickly that you just can't notice them.
Try replacing spinner calling with the code we wrote to see exactly when you call it.
Sorry, but it is still not showing.
I moved the showSpinner to the page show event, but still not showing anything.
I used your code of the post above, and there is 1 showSpinner alert, and 6 hideSpinner alerts, although I am only using 1 time the hideSpinner.
Is an internal function calling the hideSpinner method too early and causing the spinner not to show as desired?
How can I prevent this please?
Mind that the spinner is working on the "login" page, and not in the "contacten" page, while I use the same method call and similar services.
Hello! It seems the problem is that your project was created on progress.com first and after that imported to Appery.io. There are some specific features which works on progress.com only. Looks like you would need to contact Progress support regarding this problem.
Hi 'w' - save me logging a duplicate case with Progress support did this get resolved/logged?
ta
john.