I an trying to minimize a wizard page programmatically to show something
in the RCP application behind it. I've tried to use the
getShell().setMinimized(true) call from the WizardPage API but it
minimizes both the wizard and the application.
Can anyone tell me how to do that? maybe I'm not getting the right shell,
or the modularity isn't setup correctly on the shell or something? I've
been looking through the net and APIs and haven't found anything.