Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:code': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:while': 0.09; 'windows': 0.15; 'dll,': 0.16; 'message- id:@4ax.com': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:GUI': 0.16; 'tends': 0.16; 'subject:python': 0.16; 'apps': 0.16; 'server,': 0.19; '+0000': 0.22; 'aug': 0.22; 'url:home': 0.24; 'mon,': 0.24; 'server.': 0.24; '(or': 0.24; 'header:X-Complaints-To:1': 0.27; "doesn't": 0.30; '(which': 0.31; 'contrast,': 0.31; 'maybe': 0.34; 'could': 0.34; 'display': 0.35; 'but': 0.35; 'really': 0.36; 'subject:one': 0.36; 'charset:us-ascii': 0.36; 'responsible': 0.36; 'behind': 0.37; 'application': 0.37; 'too': 0.37; 'received:76': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'even': 0.60; 'full': 0.61; 'such': 0.63; 'different': 0.65; 'overall': 0.69; 'behavior': 0.77; 'subject:Keep': 0.84; 'edwards': 0.91; 'suffer': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: Keep one GUI always on TOP while python code is running Date: Mon, 11 Aug 2014 19:47:51 -0400 Organization: IISS Elusive Unicorn References: <32f85c79-17a1-4d2f-a926-43812b8083ed@googlegroups.com> <85fvh7icj4.fsf@rudin.co.uk> <53e4d7a0$0$24963$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-76-249-18-82.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407800865 news.xs4all.nl 2951 [2001:888:2000:d::a6]:33850 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76089 On Mon, 11 Aug 2014 22:14:12 +0000 (UTC), Grant Edwards declaimed the following: > >But, AFAICT, that's the only reason behind the behavior for a lot of >Windows apps. Authors of X apps don't seem to suffer from such >delusions of grandeur (or maybe it's just too hard under under X). > Or maybe influenced by the facet that X-Window is a full client/server model where the display engine is the server, and multiple applications (which could even be on different computers) are the clients. In contrast, M$ Windows tends to make each application responsible for its windows via a DLL, but doesn't really have an overall display server. -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/