Hello:
Would anyone help me to find out why it report to me wrong argument, after i run my code.
Would anyone help me to find out why it report to me wrong argument, after i run my code.
Code:
button .button1 -text "Generic dialog" -command { tk_dialog .dialog "A modal dialog"
"This dialog has grabbed input focus" ""
1 "Cancel" "Ok"}
pack .button1