|
|
||
|
|
| BUILT-IN MATHEMATICA SYMBOL | Tutorials »|See Also »|More About » |
| Dynamic[expr] represents an object that displays as the dynamically updated current value of expr. If the displayed form of Dynamic[expr] is interactively changed or edited, an assignment |
| Dynamic[expr, None] does not allow interactive changing or editing. |
| Dynamic continually evaluates |
| Dynamic also evaluates |
| Dynamic also evaluates |
| Automatic | assign values using Set | |
| None | perform no action | |
| Temporary | allow interactive operations to make temporary changes | |
| func | evaluate |
| Deinitialization | None | an expression to evaluate when the Dynamic can no longer be displayed | |
| Evaluator | Automatic | the kernel to use for evaluations | |
| Initialization | None | an expression to evaluate when the Dynamic is first displayed | |
| ShrinkingDelay | 0. | how long to delay before shrinking if the displayed object gets smaller | |
| SynchronousUpdating | True | whether to evaluate contents synchronously | |
| TrackedSymbols | All | symbols whose changes trigger an update | |
| UpdateInterval | Infinity | time interval at which to do updates |