Tagged Questions
3
votes
1answer
115 views
How to force Pane to always scroll to end of content? [duplicate]
Mathematica seems to know about the actual end of content position in a Pane if given large enough (but not too large$^1$) initial position value. Here, the ...
8
votes
6answers
309 views
How to make text flash for a short period
How could I display text that flashed red for a half second or so and then reverted to black? (Or was put in bold and reverted to normal, etc.)
2
votes
2answers
181 views
How to format dynamic InputField value using NumberForm?
Background: I want all numbers in InputField's displayed as NumberForm[num,2];
Now, consider the following the snippet of ...