Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Version 6.0 Palettes

162 views
Skip to first unread message

WetBlanket

unread,
Jun 5, 2007, 7:24:23 AM6/5/07
to
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


John Fultz

unread,
Jun 6, 2007, 7:32:25 AM6/6/07
to

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
jfu...@wolfram.com
User Interface Group
Wolfram Research, Inc.

0 new messages