|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DynamicWrapper
DynamicWrapper[e, expr]
represents an object that displays as e, but dynamically updates the expression expr whenever that object is visible on screen.
Details and OptionsDetails and Options
- The displayed e is not treated as dynamic, although it can contain explicit Dynamic expressions.
- The expression expr is not displayed anywhere.
- DynamicWrapper has the attribute HoldRest.
- When used to display e in a notebook, DynamicWrapper[e, expr] is effectively equivalent to Dynamic[expr;Refresh[e, None]].
- DynamicWrapper takes the same options as Dynamic.
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
