I am wondering how I can link a button to the play button shown if you expand "Show Animation Control",
So something like,
Manipulate[x, {x, 0, 1}, Row[{Button["Play", ImageSize -> 80]}]]
But where pushing the button "plays" x
|
I am wondering how I can link a button to the play button shown if you expand "Show Animation Control", So something like,
But where pushing the button "plays" x |
|||
|
A natural solution is something like this:
or like this:
where AppearanceElements control what type of buttons you can add. |
||||
|
|
Read the FAQs! 3) When you see good Q&A, vote them up byclicking the gray triangles, because the credibility of the system is based on the reputation gained by users sharing their knowledge. ALSO, remember to accept the answer, if any, that solves your problem,by clicking the checkmark sign` – Vitaliy Kaurov Sep 9 '12 at 8:46