MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: button to evaluate notebook

  • To: mathgroup at smc.vnet.net
  • Subject: [mg32548] Re: [mg32413] button to evaluate notebook
  • From: Omega Consulting <omega_consulting at yahoo.com>
  • Date: Sat, 26 Jan 2002 04:08:12 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

At 12:17 AM 1/19/2002, David P. Johnson wrote:
>Has anyone got a button that will evaluate the whole notebook every
>time you click on it? I've just started looking at buttons, but still
>don't get it..
>
>--
>-David
>(Signature continues here)
>N.B.: Remove the 'x' to email me

ButtonBox["Evaluate", Active -> True,
     ButtonFunction :> (SelectionMove[InputNotebook[], All, Notebook];
         SelectionEvaluate[InputNotebook[]])] // DisplayForm

--------------------------------------------------------------
Omega Consulting
"The final answer to your Mathematica needs"

Spend less time searching and more time finding.
http://www.wz.com/internet/Mathematica.html



  • Prev by Date: Re: NestWhile
  • Next by Date: Re: Break up very long expression for C implementation
  • Previous by thread: button to evaluate notebook
  • Next by thread: Simplify with assumptions