Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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?

w
Posts: 0
Joined: Tue Mar 26, 2013 12:30 pm

createSpinner method is not defined

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.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

createSpinner method is not defined

Hi,

We are working on it. Sorry, no updates yet.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

createSpinner method is not defined

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.

w
Posts: 0
Joined: Tue Mar 26, 2013 12:30 pm

createSpinner method is not defined

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?

w
Posts: 0
Joined: Tue Mar 26, 2013 12:30 pm

createSpinner method is not defined

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

createSpinner method is not defined

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.

John5766500
Posts: 0
Joined: Wed Apr 17, 2013 2:07 pm

createSpinner method is not defined

Hi 'w' - save me logging a duplicate case with Progress support did this get resolved/logged?

ta

john.

Return to “Issues”