GUIKit Text Import Wizard
One powerful feature of GUIKit is the inclusion of a set
of wizard widgets for easily building standard step-by-step "wizard" style
dialogs. The contents of wizard pages are easily built like all GUIKit dialogs
and the supplied wizard widgets handle all the common wizard logic features
such as navigation panels and eventing for page navigations. This example demonstrates
how you can easily build a text importing tool as a GUIKit wizard.
 |
 |
GUIKit Text
Import Wizard Example |
|
|
 |
|
How was it built?
- GUIKit includes powerful Wizard classes.
- One Widget["Wizard"] with a set of Widget["WizardPage"].
- Script blocks control the logic within and between pages.
|