Re: Re: how save newly created palette?
- To: mathgroup at smc.vnet.net
- Subject: [mg76289] Re: [mg76237] Re: how save newly created palette?
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Sat, 19 May 2007 04:34:15 -0400 (EDT)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <f2h9nr$1d3$1@smc.vnet.net> <200705181013.GAA13083@smc.vnet.net>
- Reply-to: murray at math.umass.edu
The source of the trouble was a Saveable->False option in the code creating the palette. Hence the normal action of clicking the palette's close button and getting the prompt to save would not work. David Bailey wrote: > Murray Eisenberg wrote: >> From another notebook I've newly created a separate notebook that's a >> palette. How do I save that palette? Neither File>Save nor File>Save >> As seem to do anything. >> >> I'm sure I've asked this question before, but I cannot find the answer. >> I know it's something VERY simple and VERY obvious! But each time I >> encounter the issue I'm dumbfounded. >> >> This time I promise to store the answer somewhere where I can find it >> readily again. >> > I just execute Notebooks[] to get a list of open notebooks, so say I > discover the palette is the third item in this list, I would execute: > > NotebookSave[Notebooks[][[3]],"file"] > > David Bailey > http://www.dbaileyconsultancy.co.uk > -- 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
- References:
- Re: how save newly created palette?
- From: David Bailey <dave@Remove_Thisdbailey.co.uk>
- Re: how save newly created palette?