-1

Possible Duplicates:
How i can display progress/indicator dialog in Blackberry?
How to display Progress Bar in BlackBerry?

I want to show one loading screen just like progress bar in the screen, I don't want that waiting screen but loading just like progress bar. Please help

Community
  • 1
  • 1
Ved
  • 2,701
  • 2
  • 22
  • 30

1 Answers1

4

You may use a GaugeField non blocking component:

net.rim.device.api.ui.component.GaugeField

following the example at: http://docs.blackberry.com/en/developers/deliverables/18125/Gauge_field_1303006_11.jsp

rosco
  • 939
  • 9
  • 16
  • Hi, that i know but i want to manage it in version 4.5 and 5.0 also but gauge field is the feature of 6.0 and it will not support in the lower versions. – Ved Mar 28 '12 at 09:49
  • And i managed to do that by using .gif image and now it works nice thanks a lot – Ved Mar 28 '12 at 09:49
  • In any case: Supported since BlackBerry® Java® SDK 4.2 – rosco Mar 28 '12 at 11:09