|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
AutoAction
AutoAction
is an option for objects such as Slider, Locator, and Button that specifies whether they should automatically take action whenever the mouse pointer is over them, even if they are not clicked.
DetailsDetails
- The default in all cases is AutoAction->False.
- AutoAction->True causes controls to take action whenever the mouse is near them.
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
Make Slider respond to mouse movement without clicking:
| In[1]:= |
| Out[1]= |
Make locators in LocatorPane respond to mouse movement without clicking:
| In[1]:= |
| Out[1]= | ![]() |
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

