MathGroup Archive 2007

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

Search the Archive

Re: Re: unable to "evaluate notebook"

  • To: mathgroup at smc.vnet.net
  • Subject: [mg75629] Re: [mg75616] Re: unable to "evaluate notebook"
  • From: Murray Eisenberg <murray at math.umass.edu>
  • Date: Mon, 7 May 2007 05:31:31 -0400 (EDT)
  • Organization: Mathematics & Statistics, Univ. of Mass./Amherst
  • References: <f1hkg3$o54$1@smc.vnet.net> <200705060559.BAA03984@smc.vnet.net>
  • Reply-to: murray at math.umass.edu

I think it's better to have Evaluate Notebook directly on the main 
Mathematica 6.0 menu, as David Bailey explained.  The idea, after all, 
is to have really quick and direct access to the command!

David Reiss wrote:
> 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
> 
> 
> 

-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305


  • Prev by Date: Re: FrameLabel-type axes labels without setting Frame->True
  • Next by Date: Re: General::obspkg and "Compatibility Guide"???
  • Previous by thread: Re: unable to "evaluate notebook"
  • Next by thread: Mathematica Player 6.0