wait until the window is the right size before executing my function
I need to execute a function as soon as my window changes size, this function is quite consuming like this :
If this Python code can open webkit in Tkinter, what’s missing to make it work in Tcl?
I may likely be completely misunderstanding what the asker is doing in this python code but …
how is it possible that “winfo width $w” provides a width that is different from “$w cget -width” ? which one is the real width displayed?
in TCL TK I have a huge gui that I’m trying to explore. using a tcl procedure that does the exploration, I noticed that winfo and cget provides différents information for width parameter of widgets. how is it possible ? which one is the real width of the widget ?
how is it possible that “winfo width $w” provides a width that is different from “$w cget -width” ? which one is the real width displayed?
in TCL TK I have a huge gui that I’m trying to explore. using a tcl procedure that does the exploration, I noticed that winfo and cget provides différents information for width parameter of widgets. how is it possible ? which one is the real width of the widget ?
TCL can’t modify size of windows
I don’t succeed to modify the size of the main windows of my TCL TK GUI :