Sujet : Re: The joy of FORTRAN
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : alt.folklore.computers comp.os.linux.miscDate : 07. Oct 2024, 21:33:46
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <ve1gj9$1rd13$5@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
User-Agent : Pan/0.160 (Toresk; )
On 7 Oct 2024 18:43:25 GMT, rbowman wrote:
I did one test app to simulate a paging interface using Tkinter. That
was enough.
I have dabbled with tkinter, too. Trouble is, it doesn’t seem to provide
any convenient way to interface to asyncio: you have to keep periodically
calling some update() routine to ensure the GUI stays live.