On Thu, Aug 7, 2014 at 9:24 PM, Jaydeep Patil <patil.jay2...@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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to