hi Thomas,
Thomas Grill wrote: ...
is there a way for an external to get the return values from the TCL/TK widget commands?
one simple way to do that would be to bind your external object to a unique <target> symbol, and send it any value from within your tcl proc with something like
pd [concat <target> <value>]
That would be really powerful. Somehow i'm gradually making friends with TCL/TK.
great!
Krzysztof