summaryrefslogtreecommitdiffstats
path: root/docs/wizard.doc
blob: 0bbf8d25477b53563c06f200cd02e4cb2cba3588 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
How to handle wizard?

to switch in wizard mode:
set $::isWizard to true;
if $::Wizard_no_previous is set to true, the wizard won't display the previous button. Usefull for first step
if $::Wizard_finished is set to true, the wizard will display Finish instead of Next. Usefull for last step

how to code:
Code as if there were no wizard.
OK button is displayed as Next
Cancel is displayed as Previous
a additional button Cancel is added, xhich die with the exception 'wizard_cancelled'

You have to handle the previous button. For example:

step 1:
ask_from list( blablablabl) or return;
step2:
ask_from list( blablablabl) or goto step1;
step3:
ask_from list( blablablabl) or goto step2;

etc... You don't have to handle the wizard Cancel button as it send an exception.

Understood? If yes, you'll see that there is a pb with ask_yesorno. In this case, yes+next returns true, no+next returns false, Cancel send the exception 'wizard_canceled' and previous send the exception 'wizard previous'. So you have to handle the previous button manually.

plop.

dam's, pour vous servir


' class='sha1'>b12f41944e8bf36e9ec614ec4d417735b5d3dde6 (diff)downloaddrakx-a6683c5d963d24f20bae18d2a1150ca176de6812.tar
drakx-a6683c5d963d24f20bae18d2a1150ca176de6812.tar.gz
drakx-a6683c5d963d24f20bae18d2a1150ca176de6812.tar.bz2
drakx-a6683c5d963d24f20bae18d2a1150ca176de6812.tar.xz
drakx-a6683c5d963d24f20bae18d2a1150ca176de6812.zip
make it fit in embedded mode, large enough else
Diffstat (limited to 'mdk-stage1/bzlib/blocksort.c')
0 files changed, 0 insertions, 0 deletions