Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Malik Brahimi Newsgroups: comp.lang.python Subject: Message Box Date: Mon, 28 Dec 2015 16:43:02 -0500 Lines: 8 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de yUQGAn3V7wzIp+F7r/rImwwg248mN5cdABD23UL2eeMA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.063 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'anyway': 0.11; 'guys,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'gui': 0.18; 'hey': 0.20; 'trying': 0.22; 'script': 0.25; 'right.': 0.27; 'message-id:@mail.gmail.com': 0.27; "can't": 0.32; 'driven': 0.33; 'received:google.com': 0.35; 'but': 0.36; 'there': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'seem': 0.37; 'received:209': 0.38; 'to:addr:python.org': 0.40; 'box.': 0.66; 'everything,': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=4N2xrJbu65vzm6MTvo127A43aBmopOD9coawkft6Xvg=; b=t0bkSSU4M3aJATLl/0h+bL14uLVdYsCHNRojz2GgORzC1CTtviZTS9dNmiNEgK3PoF cO/A5fLKc2ffFdf01tIvNstmGC0dLlO5he3vW0v/KtQndnyl0FivL4k/6jUZhG1ywnk5 PBJZgLJxdQRKuFywBlx8yDiD6aMNUb87km0RLcdyGsXpU7DrwAgwZwbCu/LXc+LePCrF K+MclBWJ57SlRPQMkJhRPySz6wo7SB9HoeD7hjMEXKh5pigOR0imK+vX50DcyfgTeR7s gDjdtOkee3XSURgmnlVKjcsKxbcnTEebq9eHVm6y+ZAnzQmMMVedgh7lIniLPawuodGe Wq2w== X-Received: by 10.140.248.70 with SMTP id t67mr77194532qhc.97.1451338982338; Mon, 28 Dec 2015 13:43:02 -0800 (PST) X-Mailman-Approved-At: Mon, 28 Dec 2015 17:39:34 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100939 Hey Guys, I have an event driven script 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? I have been trying everything, but I can't seem to get it right. Malik