1

I want to display a progress bar or progress dialog while downloading something from server it may be image or anything else. How can I do this in BlackBerry?

Scott W
  • 9,742
  • 2
  • 38
  • 53
user448250
  • 1,614
  • 2
  • 13
  • 15
  • The [GaugeField](http://www.blackberry.com/developers/docs/6.0.0api/net/rim/device/api/ui/component/GaugeField.html) should do the job. – Michael Donohue Feb 15 '11 at 19:24

2 Answers2

1

This blackberry kb article might help you: Sample "Please Wait" screen

Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
amsiddh
  • 3,513
  • 2
  • 24
  • 27
  • 2
    Whilst this may theoretically answer the question, [it would be preferable](http://meta.stackexchange.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – NullUserException Mar 29 '12 at 16:48
  • @NullUserException yeah i agree. The provided link is actually a blackberry KB article which consist of detail info related to this question, so i thought this will be more helpful. Anyways thanks for your info, i will add some context before providing any link from next time. – amsiddh Apr 04 '12 at 11:34
  • Can you add it this time, too, please? – Ry- Sep 06 '13 at 13:40
0

There are several discussions in the Blackberry forums that show how to display progress bars during operations. Showing the progress of a remote download is a common example.

Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770