Hello, I've got some nested donecanvasdialogs controlling subpatches which I'm using to control different parameters of the same job. I'm using floatatoms to enter the values but when I close the subpatches (using escape via keyname) I get...
(Tcl) INVALID COMMAND NAME: invalid command name ".x96979f400.c"
while executing
"$tkcanvas focus $tag"
(procedure "pdtk_text_editing" line 4)
invoked from within
"pdtk_text_editing .x96979f400 {.x969564000.t967c0a380} 1 "
("uplevel" body line 53)
invoked from within
"uplevel #0 $docmds"(Tcl) UNHANDLED ERROR: bad window path name ".x96979f400.c"
while executing
"selection clear $tkcanvas"
(procedure "pdtk_text_editing" line 3)
invoked from within
"pdtk_text_editing .x96979f400 {} 0 "
("uplevel" body line 1)
invoked from within
"uplevel #0 $docmds"
This doesn't happen when I click outside the floatatom to deselect it before pressing escape. Does anyone have any suggestions as to how I can get the floatatom to lose edit focus after I've committed the input?
Thank you in advance
~~

