say I create a window on top of an existing tkcanvas and I'd like to
give the focus back to an existing textbox ($tag) without killing the
new window. I do:

$tkcanvas focus $tag

which gives the focus to $tag (keys events work) but I don't see the
cursor until I focus any another window and focus $tkcanvas again

replying to myself:

focus --force $tkcanvas

does the trick.

cheers,
_y

_______________________________________________
Pd-dev mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-dev

Reply via email to