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 SkipVought 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
  • 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

    Calling the tk_dialog without the button names doesn't work as it gives syntax error. But that's fine as it's not my major requirement to hide button. I have another issue: After I display the tk_dialog, I want it to be destroyed after some time but this time interval is not defined. I want...
  3. pri04

    Destroy messagebox

    Thanks. I'll try this out and see if it works.
  4. pri04

    Destroy messagebox

    Thanks Would it be possible to create a tk_dialog with just text message and no buttons on it?
  5. 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?
  6. pri04

    Tk window icon image showing blank

    Ya, they are on same OS and same version of Tcl. I feel it's not a tcl error but something regarding to missing windows dlls.
  7. 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