|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ContinuousAction
ContinuousAction
is an option for Manipulate, Slider, and related functions that specifies whether action should be taken continuously while controls are being moved.
DetailsDetails
- With ContinuousAction->True, continuous updates are supplied to Dynamic objects whenever the position of a control is changed.
- With ContinuousAction->False, updates are supplied only when the controls are in their final position, say as determined by the release of a mouse button.
- ContinuousAction->False typically gives the same behavior as Dynamic[expr, Temporary].
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
Create a Slider that updates only when the mouse is released:
| In[1]:= |
| Out[1]= |
Create an InputField that updates continuously:
| In[1]:= |
| Out[1]= |
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
