Quote:
private void createProgressIndicator(Composite shell) {
if (getWindowConfigurer().getShowProgressIndicator()) {
WorkbenchWindow window = (WorkbenchWindow) getWindowConfigurer().getWindow();
progressRegion = new ProgressRegion();
progressRegion.createContents(shell, window);
}
}
|
Are you still calling "configuer.setShowProgressIndicator(true)" before ? (as your createProgressIndicator uses getWindowConfigurer().getShowProgressIndicator())
Regards,
Benoit.