Re: Take away the sliders
- To: mathgroup at smc.vnet.net
- Subject: [mg101156] Re: [mg101122] Take away the sliders
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Thu, 25 Jun 2009 07:14:56 -0400 (EDT)
- Reply-to: hanlonr at cox.net
Manipulate[a + b,
{{a, 0}, ControlType -> InputField},
{{b, 0}, ControlType -> InputField},
FrameLabel -> {None, None, "a + b", None}]
Manipulate[a + b,
{{a, 0}, InputField},
{{b, 0}, InputField},
FrameLabel -> {None, None, "a + b", None}]
Bob Hanlon
---- Lobotomy <labbman at gmail.com> wrote:
=============
Hi
I just want to use the boxes below the sliders to enter the parameter
values. I dont want to use the sliders or the other functions coming
with Manipulate. Is there another commando i can use than manipulate,
or just a way to remove the sliders?
- Follow-Ups:
- Re: Re: Take away the sliders
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Re: Take away the sliders