In Tcl/Tk, the source of file /usr/bin/wan27 #! /usr/bin/wish -f set w .main toplevel $w wm title $w \"FOO\"
I am trying to run a thread continuously and not have it become blocked by the tcl main event loop. Here is a simple example of what I\'m trying to do:
I\'m getting the following error when running a python/tkinter GUI application I wrote. I thought it could be a Tcl/Tk version issue, but the LabelFrame() command was added in Tcl/Tk 8.4, (which is t
I\'ve never used Tcl previously, however, I need to modify a certain file for a project. I have used regex with Perl, however I\'m unsure of the syntax with Tcl.
I have a Python class that looks like this: c开发者_开发技巧lass Mine: def __init__ (self, param1=None, param2=None, param3=None):
i downloaded Doulos trev-tcl regexp gui- but i cant get it started. is there any prefix and suffix that should be added to the regexp in order t开发者_运维问答o get a match with the search string?With
How do I make a variable unique in TCL? Example: exec echo $msgBody - /tmp/Alert_Notify_Work.$$ exec cat /home/hci/Alert.txt -- /tmp/Alert_Notify_Work.$$
I\'m trying to check if a file exists or not in Tcl, but I can\'t seem to get a true result. Even though I know it is present.
I am trying to use the trial version of ActiveState\'s TclDevKit-5.2. I am getting an error message like this:
I am trying to create a custom TCL interpreter with TclPro according instructions at TclPro User\'s Guide Chapter 7, but it fails with linking error undefined reference to __ctype_b.