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 dencom 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: dmaggian
  • Content: Threads
  • Order by date
  1. dmaggian

    Can't bind KeyPress event to Canvas

    I can't seem to bind key press events to the canvas widget.I used the wish shell for the simplest possible test and wrote the following code from the console. (bin) 2 % canvas .can -bg black .can (bin) 3 % pack .can (bin) 4 % bind .can <Button-1> {tk_messageBox -message "%W got button press"}...
  2. dmaggian

    Column Selection in TkTable

    Hey all, I'm new to the forum but not new to tcl though I've been away from it for some years. I'm writing a control application that needs to send data to a remote embedded device and using the tkTable widget for the first time as an interface. I started with a variation of the buttons.tcl...

Part and Inventory Search

Back
Top