Deutsch   English   Français   Italiano  
<vko323$5v8p$2@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Ashok <apnmbx-public@yahoo.com>
Newsgroups: comp.lang.tcl
Subject: Re: Mirroring events
Date: Sat, 28 Dec 2024 11:11:22 +0530
Organization: A noiseless patient Spider
Lines: 18
Message-ID: <vko323$5v8p$2@dont-email.me>
References: <1735332919-1405@newsgrouper.org.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 28 Dec 2024 06:41:23 +0100 (CET)
Injection-Info: dont-email.me; posting-host="540516d62f5f9fc1e21e585469ad8ffd";
	logging-data="195865"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19JBNE7Hd1TwRfs5fh0DS4s"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:CNEMQz9jxVnob5XdsVRDKGZ0n5Q=
Content-Language: en-US
In-Reply-To: <1735332919-1405@newsgrouper.org.uk>
Bytes: 1720

I don't know one offhand but possible TkReplay might give you ideas 
(https://wiki.tcl-lang.org/page/TKReplay)?

It's somewhat dated but Tcl/Tk tend to be very compatible between 
releases so perhaps a few tweaks might get it running.

If you do implement something with tkreplay or independently, the 
community would be grateful if you publish it :-)

/Ashok

On 12/28/2024 2:25 AM, Shaun Kulesa wrote:
> I want to mirror events happening on one tk window to another. I know I can execute these the events using `event generate`.
> 
> But I am unsure how to read all events being handled in a window. I have looked at things like the dooneevent and the history command.
> 
> Is there a way to record all the previous executed events?