How to implement wizard
Hi guys,
I need to implement wizard (set of popup windows) in my
application but don't really know how to start.
Do you have any ideas or solutions for this?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Abel de Beer on 20 Jan, 2011 06:57 PM
Are you working with an AS3 or MXML app?
2 Posted by Weyert on 20 Jan, 2011 11:07 PM
What do you mean with wizards in combination with popup windows?
3 Posted by barmalei4ik on 21 Jan, 2011 01:08 PM
It is Flex project. My wizard will have several forms where user supposed to input some data and click next-next until finish. I cannot find a proper way to handle all forms and entered data. I was thinking about ViewStack, to put ViewStack in container with all my forms and show this container as a popup. This container will have a mediator where I could handle events passed from forms.
Stray closed this discussion on 18 Feb, 2011 06:49 PM.