Community
Participate
Working Groups
Created attachment 192014 [details] Move resolution to wizard context If a ResolutionResultsWizardPage (base class used in all the install wizards) is opened with an unresolved operation the resolution is performed in the constructor on the UI thread. To avoid locking the UI at the end of createControl() I've added a runnable which performs the resolution in a runnable. Does anyone see a problem with the patch?
Created attachment 192774 [details] Resolve on wizard context
Susan if you get the chance would you mind taking a look at this?
The patch I've attached that is.
Created attachment 195354 [details] Improved patch for ResolutionResultsWizardPage
Comment on attachment 195354 [details] Improved patch for ResolutionResultsWizardPage Patch committed.
.