Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sevmaster

    "child process exited abnormally"

    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...
  2. sevmaster

    BWidget PanedWindow: changing size of frames

    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...

Part and Inventory Search

Back
Top