Message Box

Terry Reedy tjreedy at udel.edu
Mon Dec 28 18:41:47 EST 2015


On 12/28/2015 4:43 PM, Malik Brahimi wrote:

> I have an event driven script

What does that mean, more specifically?

> that prompts users as the events are
> triggered with a message box. Is there anyway with any GUI toolkit to
> create these dialogs simultaneously in the event that they coincide?

Yes, in tkinter, though the events must be tk events.
(By simultaneously, I presume you mean in the event handler.)


-- 
Terry Jan Reedy




More information about the Python-list mailing list