Hello,
I'm getting an invalid command name error in the following script running in ActiveState Wish.
The script is simply,
#!/usr/bin/wish
tk_messageBox -default "ok" -message "this works";
usermessage "but this doesn't!";
proc usermessage {themessage} {
tk_messageBox -default "ok"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.