[Gambas-user] Wizard: Skipping pages & Going Back Pages

Benoît Minisini gambas at ...1...
Wed Jun 30 18:02:41 CEST 2010


> Hi List,
> 
> I've a wizard, with several options on the first page, depending on which
> radiobutton is set I want to 'skip over' some pages. This is ok, as  it
> seems if i use the Wizard1_BeforeChange() event, I can just set which page
> I want it to go to (forward direction) that is.
> 
> However, as users need to be able to go backwards, I can't figure out how
> to do this in reverse, ie not show the unwanted pages that I've previously
> skipped over.
> 
> Any help appreciated.
> 
> REgards
> 
> Richard
> 

If you want the wizard to ignore a page, disable the page:

	MyWizard[x].Enabled = False

Regards,

-- 
Benoît Minisini




More information about the User mailing list