[SOLVED] Showloader animation

Answered
0
0

Hi

The show loader animation does not work on Edge

this.Call(“showLoader”);

Thanks for your help

Ewan

  • You must to post comments
Good Answer
1
0

showLoader() was briefly removed in a dev build on Jan 19th to make it a property. It’s back in as a method since Jan 25th. On the control side it was always a property ShowLoader = true|false. When you use Call(“showLoader”) nothing happens on the client until the request is complete unless you spawn a task, or use async methods or use Application.Update().

  • Ewan Walker
    Its the same with setting ShowLoader = true on the control – you still have to call application update
  • Luca (ITG)
    You can use the new AutoShowLoader on a button or menu item. It’s triggered on the client side,.
  • You must to post comments
0
0

Hi Luca

I was using application update. Loader spins on chrome not on edge.

Thanks

For you help

Ewan

 

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.