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

    Tk package file for tooltip feature

    Hi Does anyone know which file from the TK package is called when we execute the line: package require tooltip
  2. pri04

    Destroy messagebox

    I created a message box with command: tk_messageBox -type ok -icon warning -message "Error occured" -title "Configuration file error" -parent . Is there a way to destroy this message box after a certain time interval without user intervention?
  3. pri04

    Tk window icon image showing blank

    I used the following code to add icon image to tk window: set iconimage [image create photo -file [pwd]/logo.GIF] wm iconphoto . -default $iconimage On some of the machines the icon image is displayed fine. However on other machines, blank space is displayed in place of the icon image. Is it...

Part and Inventory Search

Back
Top