2

I tried using Indeterminate state ProgressBar in SWT, using Chrome browser on Ubuntu 11. Problem here is that ProgressBar is moving too slowly and doesn't looks good. Is there any way to make the ProgressBar movement faster when it's in Indeterminate state?

Follwing is the code snippet:

ProgressBar progressBar = new ProgressBar(parent,  SWT.INDETERMINATE);

Thanks a lot.

Frettman
  • 2,251
  • 1
  • 13
  • 9
SmartSolution
  • 2,320
  • 5
  • 37
  • 49

1 Answers1

1

Currently, this is not possible. The interval is hard-coded in ProgressBar.js.

You can open an enhancement request for making this a theming option.

ralfstx
  • 3,893
  • 2
  • 25
  • 41