Re: Re: Re: Presentation quick with grid and pasted
- To: mathgroup at smc.vnet.net
- Subject: [mg100788] Re: [mg100765] Re: [mg100724] Re: [mg100678] Presentation quick with grid and pasted
- From: John Fultz <jfultz at wolfram.com>
- Date: Sun, 14 Jun 2009 05:38:33 -0400 (EDT)
- Reply-to: jfultz at wolfram.com
There is no missing step. Palettes->Install Palette..., which I mention below, installs a copy of the palette into the right location so that it will be found in the Palettes menu. It does so by saving a copy of the palette in the right directory with the name you specify, and then immediately regenerating the menus so that you don't have to quit/restart to see the results. Sincerely, John Fultz jfultz at wolfram.com User Interface Group Wolfram Research, Inc. On Sat, 13 Jun 2009 06:03:48 -0400 (EDT), Murray Eisenberg wrote: > There's a step missing below: how to save the palette after using > Palettes->Generate Palette from Selection ! > > This issue has arisen before in MathGroup. I know there's an answer, and > I could probably again reconstruct it or find it by a search, but the > difficulty indicates that there's a design gap in Mathematica in such > situations. It just should not be that non-obvious. > > > John Fultz wrote: > >> ... evaluate this code to make a button, click on a >> cell insertion point, and click the button: >> >> Button["Insert Text+Math Grid", >> NotebookWrite[InputNotebook[], >> Cell[BoxData[ >> FormBox[GridBox[{{Cell["text"], "\[Placeholder]"}}], >> TraditionalForm]], "Text"]]] >> >> You could turn this button into a palette (Palettes->Generate Palette >> from Selection) and install it (Palettes->Install Palette...) and use >> it later (Palettes-><whatever you named your palette>) as well.