[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Stop ProgressBar which is running SWT.INDETERMINATE
|
- From: "Simon Rutishauser" <simon.rutishauser@xxxxxx>
- Date: Sun, 27 Jul 2003 09:23:12 +0200
- Newsgroups: eclipse.platform.swt
- Organization: EclipseCorner
- User-agent: Pan/0.13.4 (She had eyes like strange sins. (Debian GNU/Linux))
...
> My suggestion would be to either use setVisible() or swap out the
> SWT.INDETERMINATE progress bar for a standard progress bar when you want
> to show that the process is complete. (that is, use the indeterminate one
> while the process is proceeding, but when the process is complete, remove
> the indeterminate one and add a determinate one with
> setSelection(getMaximum()) or thereabouts.
not really, as I only have to stop the bar if the thing _fails_ and
therefore is not complete. But as I pointed out in my other posting I'll
try it with using a standard bar and simulating the INTDETERMINATE style
on my own
Peschmä