Hi Alan,
Thank you very much for your help. I will start working on ti. There's a lot
to chew on here :)
Two questions:
1. Got it that nothing to do when mainloop() gets called. How do you send an
event of data arriving when the events for tkinter are all about user
interaction?
2. You men
On 05/28/2018 12:56 PM, Alejandro Chirife via Tutor wrote:
> Hi Alan,
> Thank you very much for your help. I will start working on ti. There's a
> lot to chew on here :)
> Two questions:
> 1. Got it that nothing to do when mainloop() gets called. How do you send an
> event of data arriving
On 28/05/18 19:56, Alejandro Chirife via Tutor wrote:
> Two questions:
> 1. ... How do you send an event of data arriving
> when the events for tkinter are all about user interaction?
The easiest way is to set a global variable and use a timer
event (after()) to poll the variable periodically a
On 27/05/18 16:18, Alejandro Chirife via Tutor wrote:
>
> Hi all, I am having a hard time to create what at first looked like a simple
> program with Python 3 and Tkinter:
> The UI consist of a window with a label and a button.
> The label shows "waiting for a message" and the button shows "res
Hi all, I am having a hard time to create what at first looked like a simple
program with Python 3 and Tkinter:
The UI consist of a window with a label and a button.
The label shows "waiting for a message" and the button shows "reset display".
The handler for the button click just resets the