cancel
Showing results for 
Search instead for 
Did you mean: 

Busy processing pop-up.

Former Member
0 Kudos

Hi.

I call a webservice and want to display a little pop-up window with a "busy animation". SAP does it in most of their Web Dynrpo applications.

If I use a pop-up window how do I close it from the controller once the webservice call has finished?

Should I raise an controller event or something like that?

Is there a Standard "busy" view I can call?

Thanks

Rodney

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The spinning wheel appears automatically after a certain time, you don't need to implement that using a popup.

Armin

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks!