[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Minimize a wizardPage without minimizing the whole application

Hi,

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.

Thanks in advance
Scott.