Dialog Boxes
Mathematica's unified symbolic architecture makes it incredibly easy to create dialog boxes that range from the straightforward to the highly elaborate and customized. Every dialog box is a notebook with arbitrary layout and styling, in which arbitrary actions defined by
Mathematica programs can immediately be applied through
Mathematica's
Dynamic mechanism.
ChoiceDialog — put up a dialog box with buttons to make choices
CreateDialog — put up a dialog, but let
Mathematica evaluation continue
SystemDialogInput — get input through system dialog boxes (files, colors, sound, ...)
Buttons
Annotation & Labeling
Modal — specify whether a dialog box is modal to the front end
TUTORIALS
MORE ABOUT