Questions about the Mathematica control type InputField.
12
votes
2answers
248 views
How can I make an InputField[] with a proper newline/carriage return?
The return key does not work as expected in an InputField, how can I overcome this?
11
votes
1answer
241 views
InputField does not update correctly
By fiddling with Vitaliy's solution for a small GUI, I've come accross this particular behaviour of InputField:
...
24
votes
3answers
567 views
Automatically check student answers in tests
I am a physics teacher and I am looking for a way to create homework assignments within Mathematica so that each problem has an input field that students can use to check their answers.
For example, ...
7
votes
1answer
91 views
Converting to InputForm or StandardForm without deleting comments
Following on from this question: Is it possible to convert an expression to InputForm or StandardForm without losing the comments?
For example,
...
6
votes
2answers
164 views
How to efficiently get the value from form UI built with dynamic InputField
Here is the code that I used to make a tabular UI.
...
10
votes
1answer
176 views
Rounding problems inside InputField
Consider the following InputField
InputField[Dynamic[h2,
If[# === Null, h2 = h2, h2 = Round[#, 0.001]] &], Number]
The ...
4
votes
2answers
131 views
Updating the format style of input cells from an older/'pre-styled' notebook
I have been given a large notebook that was created in mathematica 6. It contains a structure of sections and subsections and the input text is formatted in an unusual (possibly just old) style (see ...

