Johannes Schacht
2014-07-29 11:23:59 UTC
Hi experts,
I have a canvas and I want some action to happen when the window is resized. When I bind code to <Configure> it will be called repeatedly during the resizing process. That does not help me as the function takes a lot of resources and time to finish.
I need a function when the user *finished*, i.e. when he/she releases the button. I tried to bind to <ButtonRelease> but that does not work as the frame around the application that is used to resize the application does not seem to be part of the Tk window (".").
Does anyone know how to tackle this?
Johannes
I have a canvas and I want some action to happen when the window is resized. When I bind code to <Configure> it will be called repeatedly during the resizing process. That does not help me as the function takes a lot of resources and time to finish.
I need a function when the user *finished*, i.e. when he/she releases the button. I tried to bind to <ButtonRelease> but that does not work as the frame around the application that is used to resize the application does not seem to be part of the Tk window (".").
Does anyone know how to tackle this?
Johannes