Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Long running wizard process
Long running wizard process [message #467462] Tue, 31 January 2006 12:43
Eclipse UserFriend
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: Sat Jul 05 05:14:15 EDT 2025

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

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

Back to the top