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!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; '(b)': 0.07; 'plenty': 0.07; 'subject:code': 0.07; 'subject:while': 0.09; 'cc:addr :python-list': 0.11; 'bit.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:GUI': 0.16; 'subject:python': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'aug': 0.22; 'cc:addr:python.org': 0.22; '(a)': 0.24; 'cc:2**0': 0.24; 'header :In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'easy,': 0.31; 'received:google.com': 0.35; 'subject:one': 0.36; 'next': 0.36; 'anything': 0.39; 'even': 0.60; 'dont': 0.67; 'preventing': 0.84; 'subject:Keep': 0.84; '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=5litPf1KBS90+L38DGuHIvICk/wdSPl4sP42Z+g8Y0s=; b=UrpX+6a0RCcoV18g8u5jRNynblwqNxkhVje5FcsfhmlOBTMg37dz0ECPRkRDwHH67c WEV1YLAPOnHSa3ZCp+Pn6xQZfXg7j8/4Qi8msP2eVowVrgBLnb41dPRazgPCAREK+Fys OFSJVh7cXK5oTiLh8Wcjh+sRjt6POtVTGRYQC+iw8eg6iBg1RXzhUgY4BQHPRjIeLjld R0YEaEvp+3/sdGABjxd7ULIdzWvDLjXVHtxggEx/PG0NGE0pukxrN6hA4au4M/TMS++E mnb5DUW5+nhb/nfsaJA+9Vmh5AoBM8m2jb/vQcbl5EADJKi/yweRRCUYwqWR2pKbQSpc UGog== MIME-Version: 1.0 X-Received: by 10.42.216.148 with SMTP id hi20mr12453927icb.12.1407509567799; Fri, 08 Aug 2014 07:52:47 -0700 (PDT) In-Reply-To: <1d7d60c5-e63e-496b-83ef-07843cf9732d@googlegroups.com> References: <446aa6dd-ff18-472b-82b8-ba99d59bf112@googlegroups.com> <7a3b1122-8251-4702-ab61-0eeb767e9f44@googlegroups.com> <1d7d60c5-e63e-496b-83ef-07843cf9732d@googlegroups.com> Date: Sat, 9 Aug 2014 00:52:47 +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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407509570 news.xs4all.nl 2978 [2001:888:2000:d::a6]:52611 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75893 On Sat, Aug 9, 2014 at 12:45 AM, Rustom Mody wrote: > I dont see anything about preventing access. That came from his next post, in which he said "So that user cant do any other operation.". That's the preventing access bit. Of course, if "Always On Top" is sufficient, then it's (a) easy, even across platforms, and (b) not the UI annoyance that misused system modality would be. There's plenty of use for always-on-top. ChrisA