Sujet : Re: event generate send arg
De : user1405 (at) *nospam* newsgrouper.org.uk.invalid (Shaun Kulesa)
Groupes : comp.lang.tclDate : 02. Jan 2025, 11:25:18
Autres entêtes
Message-ID : <1735813518-1405@newsgrouper.org.uk>
References : 1 2
User-Agent : Newsgrouper/0.7.0
First question is: why? What are you really trying to accomplish?
I am running live clones of a Tk GUI over a server.
These clones are just a clone of the host GUI which I do by collecting all the widget data from the host and then rebuild in the clients.
I use a library that tells me all events that have happened, it tells me if it was done by manual interaction or by `event generate`.
I want the clients manual interactions to be sent to the server to dispute whether they are up to date with the other clients.
Therefore I want the client to be able to gather their input but not act on it unless the server agrees.