| [news.eclipse.platform.rcp] Re: How to size the width of a wizard when message is very long |
Topher Fangio
Thanks Topher!
Where should I call the getWizard().getContainer().getShell().setSize(someWidth, someHeight)? In the wizard page or in the code that I create the WizardDialog? If in the wizard page, do I call it at the end of the createControl?
Below is the code that I create the wizard dialog.
WizardDialog dlg = new WizardDialog(shell, wizard); dlg.create(); dlg.open();
Thanks,
Jason