Questions tagged [gui-construction]
GUI-construction involves everything that is used to programmatically construct a custom graphical user interface under Mathematica.
633 questions
7 votes
1 answer
247 views
Adjusting/Customizing Control Size in Manipulate[]
I'm looking to adjust the overall size of various controls in Manipulate[] (or just customize each control, in general). The best I could find is the option "ImageSize" but, at best, it just ...
3 votes
0 answers
90 views
Create Dynamic element only when button is pressed
I have a DynamicModule that looks like this: Input boxes Button to create complex UI Element Complex UI Element Or with some more detail: ...
4 votes
1 answer
163 views
Switch between different documents in the same window
This feature comes from one book Introduction to Machine Learning. Its notebook edition provides the following interactive features without open new window: But it cannot view and edit the source ...
1 vote
1 answer
87 views
How do you stop InputField from expanding to show all text in the field?
I recently updated to Mathematica 14 and InputField now behaves differently. I want to paste large amounts of data into an input field, and I don't want the input ...
1 vote
0 answers
80 views
Saving data from a Manipulate's current state using a FormObject control
I would like to save a large set of data that has been computed within a Manipulate. Here is a minimal example: ...
1 vote
1 answer
107 views
Controlling Manipulate using a mouse-over wheel scroll
Can I get Manipulateto allow me, once the plot appears, to hover my mouse over the plot and scroll my mouse wheel to vary the parameter $a$? Currently I need to ...
3 votes
1 answer
146 views
Checkbox alternating between first and third state of appearance
When clicking on the first checkbox its appearance alternate between first and second states. When clicking on any of the three checkboxes in the row they alternate between three states of appearance. ...
5 votes
1 answer
510 views
Rotation Slider Control
Mathematica seems to support no "rotation slider" Control which might be used, for instance, in setting an angular direction ($0 \leq \theta \leq 2 \pi$) on a plane. I couldn't find one in ...