Tagged Questions
1
vote
1answer
47 views
Can't see updating performed by NMinimize[…,StepMonitor->(…)] outside of Button in which it's called [duplicate]
I've made a peak-fitting GUI in which I have a "Fit" button that, when pressed, calls NMinimize[...,StepMonitor->(step++)] to minimize a sum of squared ...
5
votes
3answers
150 views
Self-referential list or table of buttons
How could one create a table or list of buttons, such that clicking on a button removes the button itself from the list?
4
votes
1answer
194 views
Emulating a button push or a mouse click with Mathematica code
I need to perform a long action with a button. I tried setting the DynamicEvaluationTimeout, but it seems it doesn't work for me. So I want to try using several ...