Sujet : Re: Mirroring events
De : apnmbx-public (at) *nospam* yahoo.com (Ashok)
Groupes : comp.lang.tclDate : 28. Dec 2024, 06:41:22
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vko323$5v8p$2@dont-email.me>
References : 1
User-Agent : Mozilla Thunderbird
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?