The button tag has no wiki summary.
14
votes
4answers
175 views
How to Initiate a queued evaluation from a Dynamic GUI without using a Button
I have a Dynamic-based GUI, and one part of it will kick off a calculation that could take longer than the default 5-second dynamic timeout.
I know that ...
0
votes
1answer
115 views
Why are some Buttons not working in CDFPlayer?
I have two Buttons within a single panel. My problem is that after deploying that panel, the second Button is not working in the ...
3
votes
3answers
119 views
Can Button[] generate output without using Print[]?
Button[] beguiles me. A simple example follows:
...
4
votes
1answer
108 views
Evaluation inside Button stops after some seconds
I would like to trigger a long calculation inside a dynamic module with a Button. It seems that the evaluation stops without an error-message after some seconds.
I made a test outside the a dynamic ...
3
votes
1answer
65 views
Evaluation order of Button[]'s action
it looks like it should be well known issue but I haven't found answer anywhere.
Please tell me why the result (after clicking) of this:
...
2
votes
1answer
118 views
Why doesn't “Defer” work with “TableForm”?
Background:I want to create a "palette" that contains buttons that evaluate the selected part of the expression and replace the selection with the result, just like what the built-in palette ...
4
votes
1answer
98 views
Evaluation order control
This question is related to Evaluation order of Button[]'s action
Concusion was, Button[]'s actions are evaluated in preemptive link so "the code that needs ...
15
votes
5answers
636 views
How can I create a rectangular graphic with curved edges?
I want to make some button shaped graphics that would essentially be a rectangular shape with curved edges. In the example below I have used Polygon rather than ...
5
votes
3answers
149 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?
3
votes
1answer
180 views
How to perform DialogInput operation within Button
Can someone clarify how to perform a DialogInput operation within a Button?
I wrote some code for that but it's not working.
...
2
votes
1answer
95 views
Button doesn't evaluate variable containing Module
I have a huge set of code to accomplish a data transformation. I have saved this set of code as eg:
...