Page loading

Share your opinion
What do you think about gambaslinux.fr?
 
Interesting
It miss some informations
Excellent website
Results
WIDGETS GAMBAS
GAMBAS 3 SOFTWARES
TUTORIALS
Library
_gb2.pngWIZARD - Use the Wizard container
The WIZARD Container

wizardsample.jpg
Using Wizard container

Hye,
Today, we hve to use the Wizard container in gambas linux IDE.
We make a program to calculate the IMC corps mass indice
To use the Wizard , remember Fours importants things :

PUBLIC SUB Wizard1_enter()
END

This function start when you open the window

PUBLIC SUB Wizard1_close()
END
This function start whenyou click on the OK button

PUBLIC SUB Wizard1_Cancel()
END
This function start when you click on the cancel button


You can choose the number of step in the wizard with the propertie :
Wizard1.count = 4 'for example

that's all
Bye
Here source code of the program (in french)

Creation date : 13/05/2009 @ 21:04
Last update : 10/03/2012 @ 10:27
Category : WIZARD
Page read 7012 times


Print the article Print the article


react.gifReactions to this article


Reaction #4 

by spheris 19/06/2014 @ 14:40

Oui c'est vrai. Mais il est fréquement utilisé pour faire une installation de logiciel, ou une configuration pas à pas.

Reaction #3 

by didier18 19/06/2014 @ 09:07

Wizard est un outil idéal pour fabriquer des tutoriels...
Ou le suivi 'pas à pas' de notices.k

Reaction #2 

by spheris 28/11/2010 @ 19:36

It's true, it's a very simple example. I 'll do a new more detailled ! Regards  John !wink

Reaction #1 

by John 09/11/2010 @ 12:47

using the wizard component, how do you set it up?  how did you get step one programmed? how do you move from step to step? your example is perhaps a bit too simple.  Would you please spend a few minutes and explain?

thanks
jr

QUICK MENU
SEARCH




LANGUAGE
COMPONENTS
Other
LANGUAGE
Where, who?
VISITS

   visitors

   visitors online

ARCHIVES GAMBAS 1/2
^ Top ^