--- ---
|
|||||||||
|
|||||||||
Limitations:TkCon requires Tk8.4+. Since TkCon is meant to behave like the original Tk console, it does not separate itself from the environment (it does not use send to function, except when attached to foreign Tk interpreters). This means that it can be can be altered or destroyed by any sourced applications, and it will respond to an application's 'exit' call by exiting (by default, slave consoles will only close themselves instead of exiting the entire TkCon environment). However, the widget tree of TkCon is hidden from the user environment.Since TkCon is built for cross-platform capability, in Unix/Windows environments it does not have tty/shell
behavior. This means programs like When connecting to non-Tcl Tk interpreters (ie - PerlTk, SchemeTk, ...), you must use the syntax of the target environment. See my notes on using other Tk-embedded languages for more info. |
© Jeffrey Hobbs