Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #100941

Re: Message Box

From Terry Reedy <tjreedy@udel.edu>
Newsgroups comp.lang.python
Subject Re: Message Box
Date 2015-12-28 18:41 -0500
Message-ID <mailman.45.1451346141.11925.python-list@python.org> (permalink)
References <CABe8r0LZQbkOgwjYTwU4uRCQJvbigZzaOqjRBMYms_zKP6_5Aw@mail.gmail.com>

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Message Box Terry Reedy <tjreedy@udel.edu> - 2015-12-28 18:41 -0500

csiph-web