blockOnOpen = false for Wizards [message #491181] |
Tue, 13 October 2009 10:54  |
Eclipse User |
|
|
|
Hey everybody,
i'm new to developing with the eclipse api and just created a wizard, which should be modal or blockOnOpen should be set to false.
Im opening the wizard with this command / handler:
public Object execute(final ExecutionEvent event) throws ExecutionException {
RecoveryWizard wizard = new RecoveryWizard();
[...]
WizardDialog wizardDialog = new WizardDialog(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(),
wizard);
wizardDialog.setBlockOnOpen(false);
wizardDialog.create();
wizardDialog.open();
return null;
}
but somehow the wizard blocks eclipse (i can't change sth in the background).
I'm using eclipse galileo.
Thanks for your help,
Henning
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05837 seconds