MathGroup Archive 2001

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

Search the Archive

Re: Mathematica Button

  • To: mathgroup at smc.vnet.net
  • Subject: [mg27821] Re: Mathematica Button
  • From: Anton Antonov Antonov <dmuaaa at student.dtu.dk>
  • Date: Mon, 19 Mar 2001 01:29:12 -0500 (EST)
  • Organization: UNI-C
  • References: <98vim5$93r@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Vitmar

I think uou can try this:

ButtonBox["Vitmar's Button", ButtonFunction :> (Freq = 800),
    ButtonEvaluator -> Automatic, Active -> True] // DisplayForm

In[348]:=
Freq

Out[348]=
800


vitmar wrote:

> When I create a Button to EvaluateCell is there a way to evaluate without
> displaying the function on the notebook?
> For example I create a button that does the assignment: "Freq=440". When I
> click on the button I want to do the assignment "Freq=440" but I don't want
> to display "Freq=440" on the notebook.
> I hope that you have understood my problem.
> Thank you very much, it's very important for me and I'm sorry for my
> english: I'm italian.
> Goodbye.
>
> --
> vitmar



  • Prev by Date: Graphics for Shaded Curved Regions
  • Next by Date: Re: Simple question about plot
  • Previous by thread: Graphics for Shaded Curved Regions
  • Next by thread: Re: Mathematica Button