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

    Sizing TK widgets

    Hi. Thanks for your answer. I indeed use the grid command. A sample code: grid .netlist -in . -row 1 -column 1 grid .netlist.label -in .netlist -row 1 -column 1 grid .netlist.path_label -in .netlist -row 1 -column 2 grid .netlist.path_name -in .netlist -row 1 -column 3 grid .netlist.file_label...
  2. tcldude

    Sizing TK widgets

    Hi. I'm writing TCL/TK GUI but I've encoutered 2 problems: 1. I have a series of buttons - each one in a different row and each one has its own text. Since the text is different per button, the size of the buttons are different - how can I force that the size of all the buttons will be the...
  3. tcldude

    Scrolling in wish application

    Hi. I'm programming under TCL/TK environment. I've created a GUI but under certain resolutions, I can't see the whole menu and the GUI window doesn't come with a built in scrolling bars. I want to add to the main frame (.) the ability to scroll - I've tried browsing the web for answers how to...

Part and Inventory Search

Back
Top