Keep one GUI always on TOP while python code is running

Chris Angelico rosuav at gmail.com
Fri Aug 8 11:05:49 EDT 2014


On Sat, Aug 9, 2014 at 12:58 AM, Rustom Mody <rustompmody at gmail.com> 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



More information about the Python-list mailing list