i am using eclipse with tcl /tk plugin .No matter how i give file name it says -
couldn't execute "print.tcl": no such file or directory
the print file has -
while {1} {
puts "ajayu"
}
P.S. i want the "ajay " to be printed contimously in the log.
i am typing file name in it .. so that it executes it .
if it doenot do that can you please tell me how to redirect the console output to gui frame.
Basically i want run a file from gui .The tcl file is stand alone and run through console interaction .Now i want use GUI so that when i press RUN...
Hi i am trying to run this code from brent welch and it says file/directory not found .Basically i want to run a file from GUI and the output which appears on console should be redirected to the GUI text box.
code:
#!/usr/local/bin/wish
# execlog - run a program with exec and log the output
#...
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.