Thanks Bong, but I found where was the problem. In fact,
Tcl/Tk updates the display when he has time. If you want to
force him to refresh the display, you have to add
update idletasks
thus he will refresh the display immediately, no matter
what event or computing he has to do..
Well, I'm quite new to Tcl/Tk. I'm developping a soft designed to follow edges in a sequence of pictures and I chose Tcl/Tk to make the GUI. I display the images in a canvas, as I have to draw lines over them (the edges). I have no problem to load the first picture and initialize the edge, but...
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.