Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Alternative to Launching Wizard from Wizard
Alternative to Launching Wizard from Wizard [message #275815] Fri, 12 November 2004 12:24 Go to next message
Eclipse UserFriend
Originally posted by: barlock.usx.ibmx.com

We inherited some code that launches "Wizard B" from within "Wizard A".
This was done because you might want to create more than one "B Thing".
When Wizard B terminates, it returns to the same panel in Wizard A & allows
the user the option of running Wizard B again -- or moving on to the next
panel in Wizard A.

We are wondering if there are alternatives to this in Eclipse -- maybe a
better user interface for "looping" in a wizard.

Chris
Re: Alternative to Launching Wizard from Wizard [message #275821 is a reply to message #275815] Fri, 12 November 2004 13:21 Go to previous message
Eclipse UserFriend
Originally posted by: Chris_Laffra.ca.ibm.com

You could use the getNextPage() and getPreviousPage() methods in a wizard to
implement "loops".
Wizard page order specification is explained in
http://www.eclipsefaq.org/chris/faq/html/faq291.html

Chris

"Chris Barlock" <barlock@usx.ibmx.com> wrote in message
news:cn2rk2$ee1$1@eclipse.org...
> We inherited some code that launches "Wizard B" from within "Wizard A".
> This was done because you might want to create more than one "B Thing".
> When Wizard B terminates, it returns to the same panel in Wizard A &
allows
> the user the option of running Wizard B again -- or moving on to the next
> panel in Wizard A.
>
> We are wondering if there are alternatives to this in Eclipse -- maybe a
> better user interface for "looping" in a wizard.
>
> Chris
>
>
Previous Topic:Using a Builder without a Nature
Next Topic:Problem Installing plug-ins manually on Windows XP
Goto Forum:
  


Current Time: Sun Nov 09 22:22:10 EST 2025

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

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

Back to the top