Does this mean that I'm wrong and core-Tcl commands cannot be used in this way or am I doing something wrong in my method of using them?

The documentation for the conversion from the argument to Tk.return to TCL code is given here:
http://www.mozart-oz.org/documentation/system/node82.html
The simplest solution to send TCL code seems to be:
{Browse {Tk.return v("clock clicks")}}
Hi,

I had tried the documentation and got as far as 'invalid command name "clock\040clicks" '.
But, you're suggestion works perfectly - thank you.
Seems I was missing the 'v(".....")' part.
I also don't believe I've seen that syntax anywhere in the documentation?

Regards
Mark


_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to