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


Groups > comp.lang.python > #100941 > unrolled thread

Re: Message Box

Started byTerry Reedy <tjreedy@udel.edu>
First post2015-12-28 18:41 -0500
Last post2015-12-28 18:41 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#100941 — Re: Message Box

FromTerry Reedy <tjreedy@udel.edu>
Date2015-12-28 18:41 -0500
SubjectRe: Message Box
Message-ID<mailman.45.1451346141.11925.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web