Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Progress bars and threads

Hi.

thanks for that, I am really starting to like the eclipse centric stuff, but a couple things in SWT confuse me now and again and I usually just re-implement them in a different way...... But nonetheless! I solved the problem!!!! I just removed the progress bar and left a label there.

Ian


Tod Creasey wrote:

Use the ProgressMonitorDialog to run the operation - that is exactly what it is designed for.

If you are using 3.0 I would also suggest using some of the API in IProgressService and let the framework do the work for you.

Tod




Ian Michell <ianm@xxxxxxxxxx> Sent by: eclipse-dev-admin@xxxxxxxxxxx
07/07/2004 03:59 AM
Please respond to
eclipse-dev


To
eclipse-dev@xxxxxxxxxxx
cc

Subject
[eclipse-dev] Progress bars and threads






Hi guys,

I know I shouldn't be posting to this list for this sort of question, its just that I am trying to write an eclipse based app for importing data off an iPAQ application (written with SWT and Java), but I can't find a way to update the progress bar from another thread....... Can anyone give me a quick solution?

Rgds

Ian
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev


_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev



Back to the top