Re: Why I need to click twice to destroy a top level window?
- From: Ralf Fassel <ralfixx@xxxxxx>
- Date: Mon, 18 Dec 2006 10:21:37 +0100
* "pheobe" <pheobe.du@xxxxxxxxx>
| By the way:
|
| exec wish.exe b.tcl
Just a guess: 'exec' in TCL does not terminate the current process
like e.g. in sh or perl. 'exec' executes the command, waits for it to
finish *and then continues the current TCL script*. So yes, after the
'exec', the current 'wish' is still running, the exec'd wish is not.
R'
.
- References:
- Why I need to click twice to destroy a top level window?
- From: pheobe
- Re: Why I need to click twice to destroy a top level window?
- From: Larry W. Virden
- Re: Why I need to click twice to destroy a top level window?
- From: pheobe
- Re: Why I need to click twice to destroy a top level window?
- From: pheobe
- Why I need to click twice to destroy a top level window?
- Prev by Date: Re: How to source a file which is in a remote machine?
- Next by Date: Re: Gracefully stopping an infinite loop after a particular keyboard input
- Previous by thread: Re: Why I need to click twice to destroy a top level window?
- Next by thread: Gracefully stopping an infinite loop after a particular keyboard input
- Index(es):
Relevant Pages
|