Re: Mathematica Button
- To: mathgroup at smc.vnet.net
- Subject: [mg27816] Re: Mathematica Button
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Mon, 19 Mar 2001 01:29:07 -0500 (EST)
- References: <98vim5$93r@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Vitmar, Button["Freq = 440", ButtonFunction :> (Freq = 440), ButtonEvaluator -> "Automatic", Active -> True] -- Allan --------------------- Allan Hayes Mathematica Training and Consulting Leicester UK www.haystack.demon.co.uk hay at haystack.demon.co.uk Voice: +44 (0)116 271 4198 Fax: +44 (0)870 164 0565 "vitmar" <vitmar at yahoo.com> wrote in message news:98vim5$93r at smc.vnet.net... > 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 > > > >