user3361504
user3361504

Reputation: 15

IBM Worklight - Using a Progress bar instead of busy indicator?

Can anyone suggest me how to use progress bar to show progress?

In my app, when a user launches the app for the first time it downloads 12 MB of data via multiple web service, and the download can take 3 to 4 minutes. Right now I am using WL busy indicator but to have good user experience, I think a progress bar is the best solution.

So can you tell me how to proceed?
Is it possible with WL? Do I need to use Dojo?

Upvotes: 0

Views: 205

Answers (1)

Idan Adar
Idan Adar

Reputation: 44516

Worklight does not provide a progress bar UI widget - nor should it; Worklight is not that kind of a framework.

Since you added the dojo tag to your question, you can try implementing Dojo's dijit/ProgressBar. You will need to control when to show and hide it.

Upvotes: 2

Related Questions