[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[ews.eclipse.technology.rap] Re: Wizard
|
Hi,
I have tried
new WizardDialog( new Shell( display, SWT.NONE ), new SurveyWizard()
).open();
in the demo project and it worked without a problem.
Ciao
Frank
-----Ursprüngliche Nachricht-----
Von: Stefan Ruzitschka [mailto:s.ruzitschka@xxxxxxxx]
Bereitgestellt: Freitag, 25. April 2008 15:24
Bereitgestellt in: eclipse.technology.rap
Unterhaltung: Wizard
Betreff: Wizard
Hey folks,
is it possible to start a wizard out of the Application.java and it's
method, the CreateUI. I tried it and got this error:
org.eclipse.core.runtime.AssertionFailedException: null argument:
org.eclipse.core.runtime.Assert.isNotNull(Assert.java:84)
org.eclipse.core.runtime.Assert.isNotNull(Assert.java:72)
org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:173)
org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.ja
va:645)
org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:5
19)
org.eclipse.jface.window.Window.create(Window.java:415)
org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1081)
org.eclipse.jface.window.Window.open(Window.java:779)
de.cenit.ecliso.web.core.Application.createUI(Application.java:34)
org.eclipse.rwt.internal.lifecycle.EntryPointManager.createUI(EntryPoint
Manager.java:92)
org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.createUI(RWTLifeCycle.ja
va:230)
org.eclipse.rwt.internal.lifecycle.RWTLifeCycle$UIThreadController.run(R
WTLifeCycle.java:116)
java.lang.Thread.run(Thread.java:619)
Maybe someone has an idea, what's wrong.
Greets
Stefan