Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Long running wizard process
Long running wizard process [message #467462] Tue, 31 January 2006 17:43
Konstantin Komissarchik is currently offline Konstantin KomissarchikFriend
Messages: 14
Registered: July 2009
Junior Member
I have a wizard that takes about 20-30 seconds to complete. The Eclipse
wizard dialog makes the call to my wizard's performFinish method on the UI
thread. This makes the Eclipse UI largely unresponsive (aka frozen) while
the code is executing. The only time the UI appears to get any cycles is
when the progress bar is updated, but that's not enough the keep the UI
responsive.

Does anyone have any ideas how to free up the UI thread while my process is
running, while still not dismissing the wizard dialog until the process is
complete?

- Konstantin
Previous Topic:change button's background color
Next Topic:TableViewer - Content/Label Provider - Pop-Up Error?
Goto Forum:
  


Current Time: Tue Apr 23 17:06:03 GMT 2024

Powered by FUDForum. Page generated in 0.03188 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top