John6122514
Posts: 0
Joined: Wed Aug 07, 2013 7:10 pm

When does loading GIF run

The loading gif comes up sometime for a rest service request and sometimes it does not. What determines if it will come up. Also how do you override the default loading gif with a different one.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

When does loading GIF run

Hi John,

It is dependency of data transfer and time taken for data transitions, much like in the browser.

:: http://docs.appery.io/documentation/b...

John6122514
Posts: 0
Joined: Wed Aug 07, 2013 7:10 pm

When does loading GIF run

I added the following to a custom CSS but it does not change the loading image. Can you tell me what I am doing wrong.

code
#ajaxBusy {
display:none;
position: fixed;
z-index:999999;
height:99%;
width:99%;
background: url("files/views/assets/image/loadingmain.gif") no-repeat 50% 50% !important;
}

#ajaxBusy p {
display: none !important;
}
/code

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

When does loading GIF run

Hello John,

We have changed example: http://docs.appery.io/documentation/b...

Return to “Issues”