GUIKit`
GUIKit`
"Wizard"
The functionality provided by GUIKit has been superseded by the interface construction and controls functions native to the built-in Wolfram Language.
Widget["Wizard"]
represents a collection of pages that form a wizard.
Details
- To use Widget["Wizard"], you first need to load GUIKit using Needs["GUIKit`"].
- Widget["Wizard"] definitions are not themselves graphical user interface widgets, but must be displayed within either a Widget["WizardFrame"] or Widget["WizardDialog"]. You would typically run a wizard within a Widget["WizardFrame"] for stand-alone or modeless wizard tools, but you might choose to use a Widget["WizardDialog"] when the wizard runs in a modal session relative to another user interface frame.
- The following properties are available:
-
"pages" {} the wizard page contents "title" Null title of the wizard "sideBarTitle" Null title of the sidebar - The following events are available:
-
"wizardFinished" the event triggered when the wizard successfully completes all tasks "wizardCanceled" the event triggered when the wizard was canceled and will not complete all tasks "wizardClosed" the event triggered when the wizard will close, either after a successful finish or cancel
Examples
open allclose allBasic Examples (1)Summary of the most common use cases
In[1]:=1

✖
https://wolfram.com/xid/0hmd43t7z1swx-2lyep
In[2]:=2

✖
https://wolfram.com/xid/0hmd43t7z1swx-mek
Out[2]=2

In[3]:=3

✖
https://wolfram.com/xid/0hmd43t7z1swx-b60
Out[3]=3

In[4]:=4

✖
https://wolfram.com/xid/0hmd43t7z1swx-l4k
Out[4]=4

In[5]:=5

✖
https://wolfram.com/xid/0hmd43t7z1swx-imu
Out[5]=5

Interactive Examples (2)Examples with interactive outputs
In[1]:=1

✖
https://wolfram.com/xid/0hmd43t7z1swx-f6ppab
In[2]:=2

✖
https://wolfram.com/xid/0hmd43t7z1swx-lrw
Out[2]=2

In[3]:=3

✖
https://wolfram.com/xid/0hmd43t7z1swx-bee
Out[3]=3

In[1]:=1

✖
https://wolfram.com/xid/0hmd43t7z1swx-brp0ec
Create a wizard that imports text into the Wolfram System:
In[2]:=2

✖
https://wolfram.com/xid/0hmd43t7z1swx-r9
Out[2]=2

In[3]:=3

✖
https://wolfram.com/xid/0hmd43t7z1swx-l07
Out[3]=3
