Answer Dialog with variable buttons
Posted: Fri Oct 07, 2016 3:24 pm
May idea is to build a variable string in tdialog to get an answer dialog with 1 , 2 ,3,4 or 5 buttons
how do i escape the string correctly to get 3 buttons in this example?
on mouseUp
put "button1" into t1
put "button2" into t2
put "button3" into t3
put t1 && "or" && t2 "or" && t3 into tdialog
answer "What to do" with tdialog
end mouseUp
how do i escape the string correctly to get 3 buttons in this example?
on mouseUp
put "button1" into t1
put "button2" into t2
put "button3" into t3
put t1 && "or" && t2 "or" && t3 into tdialog
answer "What to do" with tdialog
end mouseUp