Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Disable back button in wizard
Disable back button in wizard [message #247451] Mon, 31 May 2004 04:42 Go to next message
Eclipse UserFriend
Originally posted by: titi-r5.bluewin.ch

Hi all !

Is it possible to disable the back button on a wizar page ? There is a
canFlipToNextPage method but no canFlipToPreviosPage in WizardPage
class. Is there a mean to work around this ?

Thank you in advance...

Thierry
Re: Disable back button in wizard [message #247465 is a reply to message #247451] Mon, 31 May 2004 05:13 Go to previous messageGo to next message
Eclipse UserFriend
Thierry Monney schrieb:
> Is it possible to disable the back button on a wizar page ? There is a
> canFlipToNextPage method but no canFlipToPreviosPage in WizardPage
> class. Is there a mean to work around this ?

Please don't do this. It should always be possible to go a step back in
dialog based workflows. Otherwise the user would have to use "cancel" to
correct some of his input on former pages. From the ergonomic point of
view that would be a really bad design for the user interface.

Ciao, Michael.
Re: Disable back button in wizard [message #247830 is a reply to message #247465] Tue, 01 June 2004 05:18 Go to previous message
Eclipse UserFriend
Originally posted by: titi-r5.bluewin.ch

Michael Keppler wrote:

> Thierry Monney schrieb:
>
>> Is it possible to disable the back button on a wizar page ? There is a
>> canFlipToNextPage method but no canFlipToPreviosPage in WizardPage
>> class. Is there a mean to work around this ?
>
>
> Please don't do this. It should always be possible to go a step back in
> dialog based workflows. Otherwise the user would have to use "cancel" to
> correct some of his input on former pages. From the ergonomic point of
> view that would be a really bad design for the user interface.

I see your point. Anyway if someone is interested to do it nevertheless,
you just have to override getPreviousPage and make it return null...
>
> Ciao, Michael.

Thank you for your answer !

Thierry
Previous Topic:Open view in a desired folder
Next Topic:Problem with Fixed Views (see Bug 49811)
Goto Forum:
  


Current Time: Sun May 11 04:12:27 EDT 2025

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

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

Back to the top