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

richard terry rterry at ...1946...
Wed Jun 30 23:32:24 CEST 2010


On Thursday 01 July 2010 02:02:41 Benoît Minisini wrote:
> > 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,
> 
Ah, thanks, that makes sense. 

LIke most things in gambas its obvious if your thoughts dont try and make it 
complicated.

REgards

Richard




More information about the User mailing list