Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Wizard
Wizard [message #84911] Fri, 25 April 2008 09:24 Go to next message
Eclipse UserFriend
Originally posted by: s.ruzitschka.cenit.de

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.ja va:173)
org.eclipse.jface.wizard.WizardDialog.createPageControls(Wiz ardDialog.java:645)
org.eclipse.jface.wizard.WizardDialog.createContents(WizardD ialog.java:519)
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.ja va:34)
org.eclipse.rwt.internal.lifecycle.EntryPointManager.createU I(EntryPointManager.java:92)
org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.createUI(RWT LifeCycle.java:230)
org.eclipse.rwt.internal.lifecycle.RWTLifeCycle$UIThreadCont roller.run(RWTLifeCycle.java:116)
java.lang.Thread.run(Thread.java:619)

Maybe someone has an idea, what's wrong.

Greets
Stefan
Re: Wizard [message #84972 is a reply to message #84911] Fri, 25 April 2008 12:53 Go to previous message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

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@cenit.de]
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.ja va:173)

org.eclipse.jface.wizard.WizardDialog.createPageControls(Wiz ardDialog.ja
va:645)

org.eclipse.jface.wizard.WizardDialog.createContents(WizardD ialog.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.ja va:34)

org.eclipse.rwt.internal.lifecycle.EntryPointManager.createU I(EntryPoint
Manager.java:92)

org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.createUI(RWT LifeCycle.ja
va:230)

org.eclipse.rwt.internal.lifecycle.RWTLifeCycle$UIThreadCont roller.run(R
WTLifeCycle.java:116)
java.lang.Thread.run(Thread.java:619)

Maybe someone has an idea, what's wrong.

Greets
Stefan
Previous Topic:IPartListener2
Next Topic:Problems getting GMap to run
Goto Forum:
  


Current Time: Fri Jul 04 19:20:22 EDT 2025

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

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

Back to the top