Jgc
Posts: 0
Joined: Wed Mar 07, 2012 8:58 pm

popup loading window

Ok. Im gonna try to keep this simple lol....Basically I know what I want but Im not sure how to search for it...

I want a popup screen to show the user "this part" or "that part" or my app is loading....A lot of things within my app are www referenced content so sometimes it takes a sec to load.

I want a popup in ajax or javascript to say "loading" when the user finger taps something that needs to load....I hope Im making sense here.... I dont know where to start when it comes to making this happen so any help is appreciated. Thank you.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

popup loading window

If your content is loaded via a service, there is a default loading indicator that you should see.

Jgc
Posts: 0
Joined: Wed Mar 07, 2012 8:58 pm

popup loading window

I dont see any loading indicator. All I see is a white box where my embedded html is.....until the service loads its a white box with nothing in it......Im referring to soundcloud in this case.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

popup loading window

It's not a service (like a REST service) but you can use some sort of indicator. How you embed the SoundCloud service?

Jgc
Posts: 0
Joined: Wed Mar 07, 2012 8:58 pm

popup loading window

I embed the sound from soundcloud by using the embed code they provide. I am using a Panel Widget and embedding the embed script.....

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

popup loading window

You can display a message (or image) while the frame is loading. Something like this: http://stackoverflow.com/questions/19...

Return to “Issues”