Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Indeterminate Progress Bars

I don't think we can hint this one because apps that rely on the hint won't
look right when the hint isn't implemented.

But if the hint isn't implemented on a specific platform,
JFace can handle it via the ProgressIndicator.

However, if SWT handles the SWT.INDETERMINATE case on all platforms
there is no longer a need for a JFace ProgressIndicator.

--andre


Back to the top