PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Building a wizard for Mobile similar to WD Wizard in WinDev examples
Building a wizard for Mobile similar to WD Wizard in WinDev examples
Iniciado por guest, 30,jul. 2017 17:23 - 2 respuestas
Publicado el 30,julio 2017 - 17:23
I am building a wizard in my mobile web app - the wd wizard in the windev section looks like a great start for my mobile app. The example that says "This explains how to easily manage a Wizard window" - I see nothing that explains anything, but the app is nice. Is there an explanation file or document that goes along with these excellent examples? In this it mentions use of cAssist class that sounds awesome - where would I find this cAssist class or a windev mobile version of it ?

Thanks - i'm in the early, newbie, and easily aggravated days of using this awesome tool.

DonnieS
Publicado el 30,julio 2017 - 23:23
Hi Don

I don't know the example in question and don't have the time to go exploring right now, but generally, a wizard is simply done in one window with multiple planes, ach plane being a step in the wizard.

Just look at "plane" in the help for all the explanations

Best regards
Publicado el 31,julio 2017 - 04:33
Thanks Fabrice .