Timeline for Manipulate with explicit updates
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 15, 2012 at 9:28 | history | edited | Mike Honeychurch | CC BY-SA 3.0 | added 3 characters in body |
| Oct 15, 2012 at 9:17 | history | edited | Mike Honeychurch | CC BY-SA 3.0 | added 172 characters in body |
| Oct 15, 2012 at 8:35 | comment | added | Helium | @Mike: This is not what I am looking for, indeed. I want to update the result only if one of f or g are clicked. Your approach may result in the same result in theory, but it is not so practical because f and g are CPU intensive and/or stateful (by stateful I mean a function which has side effect, so calling f twice is different from calling it once). Also, using Manipulate[op[x],{x, {1, 2, 3}, Setter},{op, {f, g}, Setter},TrackedSymbols->{op}] doesn't work. | |
| Oct 15, 2012 at 8:19 | comment | added | kglr | This updates with every click; OP wants "to update the evaluation only when the user clicks on one of the buttons f or g". | |
| Oct 15, 2012 at 7:30 | history | edited | Mike Honeychurch | CC BY-SA 3.0 | added 37 characters in body |
| Oct 15, 2012 at 7:21 | history | answered | Mike Honeychurch | CC BY-SA 3.0 |