[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
|
- From: Peter Goetz <kingofbrain@xxxxxx>
- Date: Tue, 15 Jul 2003 11:21:34 +0200
- Newsgroups: eclipse.platform.swt
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
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