[Gambas-user] dumb newbie question

Jaap Cramer jaap_cramer at ...67...
Mon Mar 3 16:33:41 CET 2008


You could use the 'wizard' component. It is a container (like a tab; add pages by increasing the wizard.count)
You first have to activate the component by PROJECT -> PROPERTIES -> Components -> GB.FORM
Then you can add the wizard to a form.
This component gives you all the buttons you need.

Jaap
----------------------------------------
> Date: Mon, 3 Mar 2008 09:27:44 -0600
> From: m0e.lnx at ...626...
> To: gambas-user at lists.sourceforge.net
> Subject: Re: [Gambas-user] dumb newbie question
> 
> On you next button's click event, that's where you code in your actions
> 
> public sub btNext_click()
> Step1.hide ' you can't close it because if this is your startup form,
> the application will exit
> Step2.show
> END
> 
> On Mon, Mar 3, 2008 at 9:25 AM, Hamish Robertson
>  wrote:
>> Hey guys,
>>
>> I'm a complete newbie to gambas and programming. I would like to know how to
>> close one form and open up a new one. I'm making a wizard. When the user
>> clicks the next button I want the form Step2.form to open.
>>
>> Can someone here throw me a bone? :)
>>
>> H.
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

_________________________________________________________________
De mooiste afbeeldingen van Angelina Jolie vind je met Live Search
http://search.live.com/images/results.aspx?q=angelina%20jolie&FORM=MIINTM



More information about the User mailing list