Re: Embed the Tk Console in a Tcl/Tk application
- From: Hugues Leonardi <hugues@xxxxxxxxxxx>
- Date: Thu, 31 Jan 2008 22:39:52 +0100
dallas.goecker@xxxxxxxxx a écrit :
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?
CrowTDE is an example of application which integrates Tkcon in the GUI.
http://crowtde.sourceforge.net/
.
- References:
- Embed the Tk Console in a Tcl/Tk application
- From: dallas . goecker
- Embed the Tk Console in a Tcl/Tk application
- Prev by Date: Re: Why doesn't foreach return a value
- Next by Date: Re: Why doesn't foreach return a value
- Previous by thread: Embed the Tk Console in a Tcl/Tk application
- Index(es):
Relevant Pages
|