06-02-2011 01:54 PM
Hi,
I would like to have a box that we can input any number into the program and then that program uses the number for calculation. Right now, I can only use the slider to get the input which takes too much spaces. Do you have any suggestion or function should I use?
Thank you very much,
Jane
06-02-2011 02:00 PM
You can use the slider and minize it so that it only allows keyboard inputs, or you could create a layout with a table that allows inputs that you can enter a variables.
Another possibility is to use the action list with "enter Variable" action.
06-06-2011 03:02 PM
Here's a quick example with all three of the suggestions that Tom made.
You need DASYLab Full to use a Switch/Action to prompt the user, but DASYLab Basic can do it with a Key Action, rather than a Switch.