Embed the Tk Console in a Tcl/Tk application
- From: dallas.goecker@xxxxxxxxx
- Date: Thu, 31 Jan 2008 13:07:20 -0800 (PST)
I have many programs that have a GUI and use the Tk Console. It is
difficult and annoying to have two separate windows for one
application. How can the Console be integrated into a Tcl program
GUI?
What I want to do is simply create a container frame in my main
program then call:
console eval ". configure -use $frameId"
but -use does not work with configure.
Surly this has been done many times before but I have been searching
for a few hours now and have not found anything.
Does anyone have a solution?
.
- Follow-Ups:
- Re: Embed the Tk Console in a Tcl/Tk application
- From: Hugues Leonardi
- Re: Embed the Tk Console in a Tcl/Tk application
- Prev by Date: Re: Vista theme for Ttk?
- Next by Date: Re: Why doesn't foreach return a value
- Previous by thread: Tcl tcom : Type mismatch error when passing [in] integer pointer parameters
- Next by thread: Re: Embed the Tk Console in a Tcl/Tk application
- Index(es):
Relevant Pages
|