The controls tag has no wiki summary.
5
votes
2answers
36 views
How to set the slider width inside Manipulate
I use the code below to visualise the connection between a sine curve and the unit circle, but would like to make the slider wider, so it has at least almost the same with as the image. I have tried ...
0
votes
0answers
36 views
manipulate: time limit on calculations [duplicate]
I'd like to disable the 5 second time limit in the manipulate construct. I read about setting
SynchronousUpdating -> False
But for some reason this does ...
2
votes
1answer
62 views
Detecting change of a variable (detect mouse clicks)
I want to do something when the mouse is clicked. But it shouldn't matter where the mouse is clicked, so I can't use EventHandler. Instead, I'm trying to do it like ...
1
vote
0answers
136 views
Is this a bug in ListPicker?
I use Mathematica v9.0.1 Home Edition. I recently modified some code to take advantage of the ListPicker Manipulate control (new ...
2
votes
2answers
109 views
How can I create a table of sliders?
I'm trying to do the following:
I have a table:
w = Table[ToExpression[ToString[h] <> ToString[i]], {i, 1, Length[c]}]
This table is suposed to generate ...
9
votes
2answers
126 views
Can one affect the appearance of components of a control?
I'd like to control the appearance of the components of a TabView[] control.
Such a control appears constructed of Buttons, ...
12
votes
1answer
179 views
Using a MacBook's builtin sudden motion sensor with Manipulate
With the following code I can get the value of the "Sudden Motion Sensor", which is build into MacBooks:
...
6
votes
1answer
123 views
Estimate Imagesize of any given Particular Control object?
I make different controls(InputFields,Text,panel, etc) in my code for which the corresponding code is below.
...
10
votes
2answers
163 views
Difference between action of a Slider and a HorizontalGauge
First time posting. I am working on creating some interactive materials for the engineering classes that I teach and have run into an issue that I cannot puzzle out. I am using a slider to allow for a ...
5
votes
2answers
88 views
What are Controlling and Computing Processes?
My wolfram user portal claims that I have 2 controlling processes and 8
computing processes.
Mousing over the question mark gives me some information, but I still don't fully understand what this ...
6
votes
4answers
235 views
How to save Manipulate bookmarks permanently?
I would like to save current Manipulate parameter values to load them again later. Bookmarks (previously discussed here and here) work fine until the cell is ...
0
votes
1answer
97 views
Manipulate[]'ing complex roots of an equation using a 2D slider [closed]
I want to make a demonstration of how the complex roots of a polynomial change when I alter the coefficients. Here is my attempt:
...
1
vote
2answers
100 views
How can I align the labels of the buttons on a setter bar to the button centers?
I tried to align the labels on the buttons of a SetterBarto the button centers. This is my code:
...
0
votes
0answers
136 views
Using Control Objects with TabView [duplicate]
I have a number of different tabs on my 'dashboard'. Each tab has a few different Controls (drop down boxes) that the user makes selections with. These selections determine what is displayed on the ...
2
votes
3answers
102 views
How to change FieldSize to be the same as dropdown menu width in PopupMenu?
I've tried the following code to change the FieldSize but I can't make it equal the actual value of MenuSize and I tried to ...