Keep one GUI always on TOP while python code is running

Rustom Mody rustompmody at gmail.com
Fri Aug 8 10:23:53 EDT 2014


On Friday, August 8, 2014 7:21:35 PM UTC+5:30, Chris Angelico wrote:
> On Fri, Aug 8, 2014 at 11:44 PM, Rustom Mody wrote:
> > On Thursday, August 7, 2014 4:54:09 PM UTC+5:30, Jaydeep Patil wrote:
> >> Hi all,
> >
> >> I have one query. I have did some programming which copies and paste data using system clipboard. I need to keep one GUI always on top till my python code is running.
> >
> > In linux you can do (at shell level)
> > $ wmctrl -r "window" -b add,above
> 
> 
> 
> AIUI that just sets the "always on top" flag, which isn't what he's
> 
> asking for. Also, his toolkit should offer that directly.

A windows equivalent for linux's wmctrl seems to be nir
http://www.nirsoft.net/utils/nircmd2.html#using

Search for 'settopmost'



More information about the Python-list mailing list