I met this problem too and have solve it for myself by calling application I needed in separate thread. To avoid error message (it's not an error, it's warning!), I redirect output to special output pipe.
proc ::myProc {} {
package require Thread
# Create thread for run 'Build Table' function...
Hi all!
There is a toplevel form with PanedWindow widget (BWidget library) with two horizontally separated frames (left and right). I have two qwestions:
1. How to set a fixed proportion between the frames when I resizing the window? - For example, left panel allways will be 0.3 and right panel...
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.