Bug 251559 - [Wizards] Option to leave UI enabled on WizardDialog.run()
Summary: [Wizards] Option to leave UI enabled on WizardDialog.run()
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 237857
  Show dependency tree
 
Reported: 2008-10-21 11:58 EDT by Matthew Hall CLA
Modified: 2019-09-06 16:10 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Hall CLA 2008-10-21 11:58:39 EDT
We could use an API that provides the option of whether to disable the UI while running an IRunnableWithProgress, e.g.

void run(boolean fork, boolean cancelable, boolean disableDialog, IRunnableWithProgress runnable)

In bug 237857 we are working on asynchronous validation for databinding.  The intent is to allow the user to continue interacting with the UI even if validation is running asynchronously in the background (any changes to the UI will cancel and restart the validation).

We would like to provide automatic wiring so that WizardDialog users get progress bars for free during asynchronous validation, but we are stuck because WizardDialog.run() disables the UI, and there does not seem to be a way to turn this behavior off.
Comment 1 Boris Bokowski CLA 2009-11-26 16:21:31 EST
Prakash is now responsible for watching bugs in the [Wizards] component area.
Comment 2 Eclipse Webmaster CLA 2019-09-06 16:10:42 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.