Re: Creating forms for user input in Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg56667] Re: Creating forms for user input in Mathematica
- From: dh <dh at metrohm.ch>
- Date: Tue, 3 May 2005 05:26:19 -0400 (EDT)
- References: <d54efm$dq$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Mark, If you are using Mathematica version 5.1 you will have "GUIKit" that allowes creation of custom interfaces. You may also check out the following site: http://www.dbaileyconsultancy.co.uk/superwidgetpackage/superwidgetpackage.html For earlier versions, you may write a separate program that gathers your input and writes it into a file, from where Mathematica will read it. Sincerely, Daniel Mark Coleman wrote: > Greetings, > > Can anyone help me (or point me to an example) of a form in Mathematica that > takes user input and then passes that input to a function for > evaluation. I have a module which takes about 20 or arguments and > ideally I'd like to have a simple form that I can use to query users > for input. > > Many thanks, > > -Mark >