|
Rank: Member Groups: Member
Joined: 4/15/2009 Posts: 13
|
Hello ,
I am trying to display the "Loading.gif" image when issuing a callback action via LoadingHTML ...The action reads HTML from a file location and passes the HTMl back to a edit control.
The loading.gif image displays fine but it does not stay displayed for very long while the background processing is going on.
I just want it to spin until control is passed back to the web page.
Sorry for not explaining it better.
Reza
R Khan
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
LoadingHTML is the right property to set. I am not sure what you meant by "it does not stay displayed for very long". As soon as you are still waiting for the server, it should be there. The image is removed once the server responses and the callback is done.
Thanks
|
|
Rank: Member Groups: Member
Joined: 4/15/2009 Posts: 13
|
eo_support wrote:Hi,
LoadingHTML is the right property to set. I am not sure what you meant by "it does not stay displayed for very long". As soon as you are still waiting for the server, it should be there. The image is removed once the server responses and the callback is done.
Thanks Thanks for your help !
R Khan
|
|