Re: unable to "evaluate notebook"
- To: mathgroup at smc.vnet.net
- Subject: [mg75616] Re: unable to "evaluate notebook"
- From: David Reiss <dbreiss at gmail.com>
- Date: Sun, 6 May 2007 01:59:40 -0400 (EDT)
- References: <f1hkg3$o54$1@smc.vnet.net>
So, with all of what is new in V6 this is relatively easy to program yourself--this sort of thing really is straightforward Mathematica programming now. Here is a Palette with a single button that does what the old menu command did: CreateDocument[ PaletteNotebook[{ ExpressionCell[ Button[Style[ "Evaluate Notebook", FontFamily -> "Helvetica", FontSize -> 10, FontWeight -> "Bold" ], With[{nb = InputNotebook[]}, (SelectionMove[nb, All, Notebook, AutoScroll -> False]; SelectionEvaluate[nb]) ], Appearance -> "Palette", Background -> White ] ]}, WindowTitle -> "Notebook Evaluate" ] ] Shall I add such a button to the Evaluation Palette in A WorkLifeFrameWork? http://scientificarts.com/worklife http://scientificarts.com/worklife/documentation/evaluationpalette.html By the way, a new version of A WorkLife FrameWork will be released very soon that is compatible with Mathematica V6: http://scientificarts.com/worklife/wlfwblog/index.html It is currently in Beta and I am using it all the time now. Best, David On May 5, 5:58 am, "alexxx.ma... at gmail.com" <alexxx.ma... at gmail.com> wrote: > in V.6, the Evaluation->Evaluate notebook command just disappeared! > It's just me that is not able to find it, or some other command > superseded it??? > > thanks for any reply... > > Alessandro Magni
- Follow-Ups:
- Re: Re: unable to "evaluate notebook"
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Re: unable to "evaluate notebook"