This example demonstrates some simple interaction between user interface controls and some Mathematica scripting.
Here is an implementation of the RealTimeAlgebra J/Link example. You can also interact with the dialog in a modeless session.
ColorData["scheme"] gives a function that generates colors in the named color scheme when applied to parameter values. ColorData["scheme", " property"] gives the specified ...
Widget["Frame"] represents a complete window.
The history of an interactive Mathematica computation is both maintained in a fully editable Mathematica notebook, and is stored symbolically in a sequence of In and Out ...
Mathematica uses its symbolic architecture to provide a convenient modular framework for generating and managing messages, both in programs and interactive sessions.
Mathematica has integrated interactive and programmatic access to the full power of the Wolfram|Alpha computational knowledge engine, using it to allow free-form linguistic ...
Mathematica 's slide shows are ideal for use in the classroom, and can very quickly be leveraged as a lesson or lecture. Any presentation created with Mathematica can display ...
StackBegin[expr] evaluates expr, starting a fresh evaluation stack.
$BatchOutput is True if output in the current session is being sent in batch mode, suitable for reading by other programs.