Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100941 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2015-12-28 18:41 -0500 |
| Last post | 2015-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.
Re: Message Box Terry Reedy <tjreedy@udel.edu> - 2015-12-28 18:41 -0500
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2015-12-28 18:41 -0500 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web