|
SOLUTIONS
|
OBSOLETE MATHEMATICA SYMBOL
ButtonEvaluator
As of Version 6.0,
has been superseded by Evaluator.
![]()
is an option for the low-level function ButtonBox that specifies where the expression constructed from ButtonFunction should be sent for evaluation.
DetailsDetails
- The default setting is ButtonEvaluator->None.
- Possible settings are:
-
None the front end Automatic the kernel used by default in the current notebook "name" a kernel referred to by a specific name - With ButtonEvaluator->Automatic, the expression to be evaluated can contain any Mathematica objects.
- With ButtonEvaluator->None, the expression can contain only the specific notebook commands supported by the front end. All these commands are in the context
. Expressions intended for processing purely by the front end must be wrapped with FrontEndExecute.
New in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
