cancel
Showing results for 
Search instead for 
Did you mean: 

Busy Indicator

former_member192494
Participant
0 Kudos

Hi Experts,

I have an application, which takes little time to load. I wanted to add a busy indicator or a progress bar while the application is loading and then show or display the view.  How can i achieve this.

Regards,

Ravikiran

Accepted Solutions (1)

Accepted Solutions (1)

pfefferf
Active Contributor
0 Kudos

Hi Ravi,

you can use existing controls for that.

BusyIndicator: https://sapui5.netweaver.ondemand.com/sdk/#docs/api/symbols/sap.m.BusyIndicator.html

ProgressIndicator: https://sapui5.netweaver.ondemand.com/sdk/#docs/api/symbols/sap.m.ProgressIndicator.html

In the API reference you find the necessary methods to show the controls, to update and to close them.

Best regards,

Florian

former_member192494
Participant
0 Kudos

Thank you Florian,

is it possible to first show busy indicator and then load the application contents and display them?

Thanks.

Ravikiran

kai2015
Contributor
0 Kudos

Hi Ravikiran,


First please read this:

After this you may use the search function to find this:

kind regards

Kai

Answers (0)