| Author |
Comment/Response |
Dr_Spencer
|
08/29/12 07:56am
a = CreateDialog[
{
TextCell["Quante case ci sono?"],
DynamicModule[{},Row[{RadioButtonBar[Dynamic[q],{1, "2", "3", "4"}, Appearance-> "Vertical"]}]],
DefaultButton[NotebookClose[a];
b = CreateDialog[
{
TextCell["aa"],
DefaultButton[]
}]
]}];
I do this code. I want to see "correct" in "b" when in "a" I press the first choise. In the other cases i want to see "false".
is it possible??
URL: , |
|