I want to create a s开发者_高级运维imple Console in Tcl/Tk I have two problems. First changing every * with a [glob *] but also, when my entry contains \"ls -a\" it doesn\'t understand that ls is the
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
A list in lisp is a series of cons cells, but in Tcl, a list is a string with whitespace separating the elements.For translating code from lisp to tcl, one might simply take lisp lists and translate t
Is it po开发者_C百科ssible to create some kind of fullscreen mode (e.g. no window title bar) in Tk applications?I used to use the wm overrideredirect trick in my code. Recently I found it to be buggy
I tried the following code: set exp {elem[0]} set temp {elem[0]} regsub $temp $exp \"1开发者_运维问答\" exp
I have a set of radiobuttons (say, with choices 1 and 2) and need to show some widget based off of the user\'s choice. For example, if they chose 1, I would show them a labelframe with several radiobu
At csh you can do set ignoreeof or at bash tou can do export ignoreeof=1 and this will make csh/bash to ignore EOF, i.e. it will not exit on Ctrl+D, or when it reaches the end or file.
How do you create your status line at the bottom of your window? An inactive entry does not look very nice. What other options are there?
I can run this expect script just fine using root or my own user account, however when I run it with cron, I always get an error. The OS is Ubuntu 8.04.
I found tcl exec command returns string from stdout first then stderr. For example, my following \"test script\" generates messages in this order: