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 strongm 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: *

  • Users: SloppyNick
  • Content: Threads
  • Order by date
  1. SloppyNick

    Nested Substitution in Tcl/Tk

    I am trying to create a dynamic GUI in Tcl/Tk. I have a spinbox that the user can manipulate, and I have a number of checkbuttons that I want to be able to refer to dynamically. So, for example, in the spinbutton callback, $value refers to the value of the spinbutton. chk$value is the name of a...
  2. SloppyNick

    Trouble with .entry text refeshing

    I am trying to write a virtual console that will allow the user to run programs from tcl/tk. The purpose is so the user can manupilate command-line parameters with check boxes so they don't have to retype them each time they want to change something. Here is my code: #!/usr/bin/wish # execlog -...

Part and Inventory Search

Back
Top