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...
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
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.