MathGroup Archive 2007

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

Search the Archive

Re: v6 resizing palettes on a mac

  • To: mathgroup at smc.vnet.net
  • Subject: [mg76058] Re: v6 resizing palettes on a mac
  • From: rip pelletier <bitbucket at comcast.net>
  • Date: Tue, 15 May 2007 05:03:26 -0400 (EDT)
  • References: <f26p1i$56v$1@smc.vnet.net> <f293hu$mb8$1@smc.vnet.net>

In article <f293hu$mb8$1 at smc.vnet.net>, David Reiss <dbreiss at gmail.com> 
wrote:

> ...
> However, if you want it to be part of a palette you can simple execute
> 
> SetOptions[nb, WindowFrameElements -> {"ResizeArea"}]
> 
> where nb is the notebook object for the palette (if it is open).
> 
> or if the palette is not editable you can execute
> 
> 
> SetOptions[nb, Editable->True,WindowFrameElements -> {"ResizeArea"}];
> SetOptions[nb, Editable->False]
> 
> And if you aremaking the palette from scratch you can just add the
> WindowFrameElements -> {"ResizeArea"} optoin to it.  If you want onter
> WindowFrameElements  included you can include them in the list on the
> right hand side of the option.
> 
> --David
> http://scientificarts.com/worklife/

thanks for the suggestions. i ended up using the option inspector, and 
fixed the two palettes in question.

vale,
   rip

-- 
NB eddress is r i p 1 AT c o m c a s t DOT n e t


  • Prev by Date: Re: Solve & RotationMatrix
  • Next by Date: v6 time series package
  • Previous by thread: Re: v6 resizing palettes on a mac
  • Next by thread: Working with D, definition of a function