Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Create Modeless WizardDialog(How to create Modeless WizardDialog)
Create Modeless WizardDialog [message #1728450] Mon, 04 April 2016 08:32
Eclipse UserFriend
Hello

I am trying to create a non model dialog of WizardDialog in the run method and have also overridden the configureShell() as follows but i am unable to get the dialog as modeless.

private int newShellStyle =SWT.MODELESS;
protected void configureShell(Shell m_shell) {
setShellStyle(newShellStyle);
}

Please suggest where I am missing?
Previous Topic:PaintListener not listening
Next Topic:o.e.s.widget.ToolTip: shown over dialogs, shown if the associated control is hidden.
Goto Forum:
  


Current Time: Sun Aug 31 19:55:47 EDT 2025

Powered by FUDForum. Page generated in 0.02762 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top