cancel
Showing results for 
Search instead for 
Did you mean: 

LoadingAnimation control

Former Member
0 Kudos

It seems there is very little documentation on how to use the LoadingAnimation control.

I am trying to use sapUrMapi_LoadingAnimation_trigger() in the onLoad of the Body tag but it is not working.

I can manually write:

<script "javascr1pt-whatever">
sapUrMapi_LoadingAnimation_trigger();
</script>

And it works and plays the animation while the page is loading. However, it doesn't go away. Is there some way that I should implement sapUrMapi_LoadingAnimation_hide()? The sapUrMapi functions are completely undocumented.

Many thanks! --Shibli

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Shibli,

normally you would call sapUrMapi_LoadingAnimation_trigger in an event (button click for example), not a script block!

this will ensure that when the button is clicked the loading animation is displayed and will disapear when the result comes.

see this also:

Regards,

Ofer

Former Member
0 Kudos

if a call to sapUrMapi_LoadingAnimation_hide() doesn't work maybe u can try sapUrMapi_LoadingAnimation_cancel().