[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[ews.eclipse.technology.rap] Re: Progress Monitoring
|
Hi,
did you create a background thread to fulfill this task? If so how does
your code look like? It's hard to say from here without having a chance
to look at the code in question.
Ciao
Frank
-----Ursprüngliche Nachricht-----
Von: George [mailto:rusgeorgedaniel@xxxxxxxxx]
Bereitgestellt: Dienstag, 12. August 2008 14:57
Bereitgestellt in: eclipse.technology.rap
Unterhaltung: Progress Monitoring
Betreff: Progress Monitoring
hello!
I have a comboBox in a view and when the user selects something from the
combo I have to add some more controls onto the view.
I have a ProgressBar onto the view and I want to update the progressBar
with a percentage after a new control in added to the view.
My problem is that the progressBar doesn't fills smoothly, it just shows
the final state after all operations are done.