Mathematica 9 is now available
 Documentation / Mathematica / Built-in Functions / New in Version 3.0 / Notebooks  /
FrontEndExecute

  • FrontEndExecute[ expr ] sends expr to be executed by the Mathematica front end.
  • FrontEndExecute[ expr ] sends expr to $FrontEnd via MathLink using LinkWrite.
  • The standard Mathematica front end can handle only specific notebook manipulation commands such as NotebookApply, NotebookLocate and SelectedNotebook. It uses the versions of these commands in the FrontEnd` context.
  • FrontEndExecute[FrontEndToken[" name "]] executes named commands in the front end, typically corresponding to menu items.
  • See the Mathematica book: Section 2.10.5.
  • See also: LinkWrite, ButtonEvaluator.


    Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
    THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
    SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.