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 Chris Miller 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. satguy

    Placing a scrollbar in a toplevel window

    In my application I have a single frame that contains some entries and three buttons. One of the buttons is labeled "Help". Here's what I'd like to do. When the user pushes "Help", another window will pop up displaying the help text. I have been able to do this using a procedure called...
  2. satguy

    Odd results using keyboard entry

    esjo - Thanks for clearing this up. I am still new to tcl and appreciate the help. satguy
  3. satguy

    Odd results using keyboard entry

    I've run into a situation that I can't explain and was wondering if anyone else has run across this. When I use an entry to allow user keyboard input, and restrict the key strokes to be numbers (0-9), I encounter a problem trying to enter some numbers after the initial number entered is a 0...
  4. satguy

    disable button after initial selection

    The 'd' helped as did placing the write_file proc before the button. Thanks.
  5. satguy

    disable button after initial selection

    Bones3 - Thanks for the input. I tried it and have not been able to successfully implement it. I am new to Tcl/Tk and am probably not invoking a proc just right. Here's my code with your additions in the button section. (I have successfully set up the entries and the frame prior to the...
  6. satguy

    disable button after initial selection

    How would one deselect or disable a button after it has been initially selected so it can't be selected again?

Part and Inventory Search

Back
Top