Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Dynamic Interactivity > Control Objects > Controls Options >

ContinuousAction

ContinuousAction
is an option for Manipulate, Slider and related functions which specifies whether action should be taken continuously while controls are being moved.
  • 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.
Create a Slider that updates only when the mouse is released:
Create an InputField that updates continuously:
Create a Slider that updates only when the mouse is released:
In[1]:=
Click for copyable input
Out[1]=
 
Create an InputField that updates continuously:
In[1]:=
Click for copyable input
Out[1]=
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team