Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
Mathematica > 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->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.
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
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team