Keep one GUI always on TOP while python code is running

Chris Angelico rosuav at gmail.com
Thu Aug 7 08:57:48 EDT 2014


On Thu, Aug 7, 2014 at 9:24 PM, Jaydeep Patil <patil.jay2009 at gmail.com> wrote:
> 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.
>

"till" or "while"?

If you mean "while", then yes. But it depends on your GUI toolkit. Are
you using Tkinter, wxpython, PyGTK, etc, etc, etc? Check the docs for
that toolkit and see how to make a window stay on top.

ChrisA



More information about the Python-list mailing list