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 gkittelson 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. mkanna

    Storing the entires in TK GUI

    Hi, I have a question on TK GUI. I have written a simple TK procedure to popup a window requesting the user to enter the MAC address of a device. It works perfectly. But I have to enter the MAC address every time I ran the test. I'm just wondering is there way to store those MAC address and...
  2. mkanna

    problem in using Tk and Tclx package

    Hi Rob, My mistake. It was typo error. Actually, its 'keyed list'. Basically, keyed list is a list in which each element contains a key and value pair. http://wiki.tcl.tk/2519 I'm trying use the keyed list command - keylget and keylset and it requires Tclx package. - Kanna
  3. mkanna

    Issue in invoking TK procedure from TCL script

    Hi Rob, Thank you so much for your response. It works now. Thank you so much again. - Kanna
  4. mkanna

    problem in using Tk and Tclx package

    Hi, I have written small TCL script. One of the procedure is used to invoke TK window and another procedure use keylist. And so I have used "package require Tk" and "package require Tclx" on my main TCL script. I'm facing an issue in using above packages. 1. If I use the Tclx package then...
  5. mkanna

    Issue in invoking TK procedure from TCL script

    Hi Rob, Thanks for your reply. The files that are sourced are TCL files used by TCL main script on later stage. This tk procedure don't use those files listed in source. The tk procedure should work even if I remove those two source command. Am I missing any tk commands or any env setting...
  6. mkanna

    Issue in invoking TK procedure from TCL script

    Hi, I have written a small TCL script that will call TK procedure which will open a widgets and has text field init. When I execute the TK procedure seperately through command line, it works fine. But when I call the TK procedure from TCL script, i dont see tk window coming up. Not sure...

Part and Inventory Search

Back
Top