Re: Embedding Tk in an MFC application
- From: Don Porter <dgp@xxxxxxxx>
- Date: Thu, 31 Aug 2006 13:34:51 -0400
antred wrote:
Okay, I'm working around my last prolblem by using a Tcl_Eval call to
source auto.tcl as well and it works. Now I have a new problem.
The following sample is supposed to display a window saying "hello
world":
label .hello -text "Hello World"
pack .hello
Unfortunately it does not. The interpreter executes the commands and
then ends. No window is ever shown. =(
Your program is probably failing to start an event loop.
Can you go back several steps and just consider dynamically
loading Tk in the usual way with
package require Tk
?
.
- References:
- Embedding Tk in an MFC application
- From: antred
- Re: Embedding Tk in an MFC application
- From: antred
- Re: Embedding Tk in an MFC application
- From: antred
- Re: Embedding Tk in an MFC application
- From: antred
- Embedding Tk in an MFC application
- Prev by Date: Re: Embedding Tk in an MFC application
- Next by Date: Re: Twapi get primary domain controller
- Previous by thread: Re: Embedding Tk in an MFC application
- Next by thread: Re: Embedding Tk in an MFC application
- Index(es):
Relevant Pages
|