MathGroup Archive 2003

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

Search the Archive

Re: On Packages and Buttons

  • To: mathgroup at smc.vnet.net
  • Subject: [mg39545] Re: [mg39482] On Packages and Buttons
  • From: Ken Levasseur <klevasseur at mac.com>
  • Date: Sat, 22 Feb 2003 03:38:20 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Jan:

Al Hibbard and I developed a set of packages called AbstractAlgebra and we
include some palettes, including one with a button that loads the packages.
The code is

    ButtonBox[
            StyleBox[
              RowBox[{
              "Needs", "[", "\"\<AbstractAlgebra`Master`\>\"",
                "]"}],
              FontFamily->"Times",
              FontSize->12],
            ButtonFunction:>Needs[ "AbstractAlgebra`Master`"],
            ButtonEvaluator->"Local",
            Background->RGBColor[0.740001, 0.990005, 0.790005],
            ButtonNote->"Loads master package"]

You can get the packages with the whole palette at
http://www.central.edu/eaam/index.asp

Ken Levasseur
Math. Sci. 
UMass Lowell

> From: Jan Mangaldan <hokenjan at yahoo.com>
To: mathgroup at smc.vnet.net
> Date: Wed, 19 Feb 2003 04:41:46 -0500 (EST)
> To: mathgroup at smc.vnet.net
> Subject: [mg39545] [mg39482] On Packages and Buttons
> 
> 
> Has anyone here made a button that loads packages, i.e. a button that when
> clicked on, will load a prespecified package.
> 
> If so, how do you make one?
> 
> Jan M. (^_^)
> 
> 
> 
> 



  • Prev by Date: Re: spectrum
  • Next by Date: Re: Finding the closest number from a list
  • Previous by thread: Re: On Packages and Buttons
  • Next by thread: Re: Animation to QuickTime Movie? (EMERGENCY)