[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: how to pop up a wizard page

philipp.tiedt@xxxxxxxxxx wrote:

hi,

Hi,


i created a dialog extending Wizard. Now i want this Dialog to pop up when i handle a button event. How can i do this in my handleEvent() method. Means: which methods do i have to invoke to let the wizard pop up...
Thx

You have to give it to a WizardDialog. new WizardDialog(SHELL, wizard);


philipp

Peter