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.
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.
Hi John,
It is dependency of data transfer and time taken for data transitions, much like in the browser.
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
Hello John,
We have changed example: http://docs.appery.io/documentation/b...