Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.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.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:code': 0.07; 'subject:while': 0.09; 'yeah,': 0.09; 'cc:addr:python-list': 0.11; 'windows': 0.15; 'alert': 0.16; 'for,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:GUI': 0.16; 'subject:python': 0.16; 'sat,': 0.16; ':-)': 0.16; 'wrote:': 0.18; 'machine': 0.22; 'input': 0.22; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'right.': 0.26; 'excel': 0.26; 'asking': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; "user's": 0.31; 'running': 0.33; 'ago': 0.33; 'maybe': 0.34; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'subject:one': 0.36; 'window': 0.38; 'whatever': 0.38; 'rather': 0.38; 'affect': 0.61; 'minutes': 0.67; 'useful.': 0.68; 'attention': 0.75; 'popup': 0.84; 'subject:Keep': 0.84; 'pita.': 0.91; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=E1HjJefQ2fte0eTuhT9x+wg7CZ8xVdQCIb3zb95hRyI=; b=MoqlXj+EwC3G+H8uFroWUJpXlqJZ1bKOSMjmdBE+vCzU8faU4h0GV7o9zBBy5eEZxC yA9zypKI73vdNfucfHltsqBAWLsiv+BqrGhfA25yzeJ48N4dWyAOF1IXkMTq83wmJl6s hZ9Xomp+we4w/+5I37XdLTDBI65ehOcDfdfNliPfx2omRjezn++h9+jkc7gX23ZsirWK TQK10XS7vHP8KS75MPBQkCJOdBw+RSYv/N9/sRM25TUtFiEV35TMe7M3sb8m41hqrCND J+xw4MMX4qXW+Tmlf3dEOCdxv9Oa8I1wHXKXtcqubY8mSlhK1fmlRAp3ActwyuSqx9x8 E8zQ== MIME-Version: 1.0 X-Received: by 10.50.176.202 with SMTP id ck10mr6224428igc.2.1407510349080; Fri, 08 Aug 2014 08:05:49 -0700 (PDT) In-Reply-To: <7140ddd2-c038-4447-b7e8-c505731b2592@googlegroups.com> References: <446aa6dd-ff18-472b-82b8-ba99d59bf112@googlegroups.com> <7a3b1122-8251-4702-ab61-0eeb767e9f44@googlegroups.com> <1d7d60c5-e63e-496b-83ef-07843cf9732d@googlegroups.com> <7140ddd2-c038-4447-b7e8-c505731b2592@googlegroups.com> Date: Sat, 9 Aug 2014 01:05:49 +1000 Subject: Re: Keep one GUI always on TOP while python code is running From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407510352 news.xs4all.nl 2879 [2001:888:2000:d::a6]:35255 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75896 On Sat, Aug 9, 2014 at 12:58 AM, Rustom Mody wrote: > Now I seem to remember this same questioner (??) asking a few months ago > about: > > I have an excel program running for 20 minutes and I want to lock > the machine or something like that > > And you proscribing similarly then :-) > > Yeah 'On top' can be useful. 'Modal' is a PITA. Yeah, that sounds about right. "Always on top", incidentally, is very often used for windows which won't have input focus - maybe a small window showing a status graph, or maybe a short-lived popup alert - rather than as a means of keeping the user's attention on something. But whatever it's used for, it doesn't affect input focus. ChrisA