Help Center

Local Navigation

Create a progress bar field

  1. Import the net.rim.device.api.ui.component.GaugeField class.
  2. Create an instance of a GaugeField.
    GaugeField percentGauge = new GaugeField("Percent: ", 1, 100, 29, GaugeField.PERCENT);
    
    

Index


Was this information helpful? Send us your comments.