Re: Version 6.0 Palettes
- To: mathgroup at smc.vnet.net
- Subject: [mg77270] Re: [mg77198] Version 6.0 Palettes
- From: John Fultz <jfultz at wolfram.com>
- Date: Wed, 6 Jun 2007 07:06:38 -0400 (EDT)
- Reply-to: jfultz at wolfram.com
On Tue, 5 Jun 2007 06:54:32 -0400 (EDT), WetBlanket wrote: > I have installed several palettes in my Version 6.0 system. This is a > nice feature. However on one occasion I made a mistake and installed a > palette that I did not really want. Is there a way to remove a > palatte from the installed list ( the list you see when you clikc on > Palettes on the band at the top of the Mathematica 6.0 window? > > Thanks > > Gary Boswell You can get the pathname of the installation by evaluating... ToFileName[{$BaseDirectory, "SystemFiles", "FrontEnd", "Palettes"}] or ToFileName[{$UserBaseDirectory, "SystemFiles", "FrontEnd", "Palettes"}] depending upon whether it was installed in the user directory or the system directory. You have to delete it by hand (you could use DeleteFile in Mathematica, of course). There are still a few rough edges around Install...expect more improvements to be coming. But I'm glad you find it useful. Sincerely, John Fultz jfultz at wolfram.com User Interface Group Wolfram Research, Inc.