Keep one GUI always on TOP while python code is running

Chris Angelico rosuav at gmail.com
Fri Aug 8 02:02:39 EDT 2014


On Fri, Aug 8, 2014 at 3:57 PM, Jaydeep Patil <patil.jay2009 at gmail.com> wrote:
> I mean to say, One GUI should be always on top from start to end of code running.
> So that user cant do any other operation.
> I am using wxpython

Ah, that would be called "System Modal", and should be reserved for
absolutely critical system-wide alerts. It's also a feature that's
simply not available to most user-space programs, and not available in
most GUI toolkits.

Short answer: Don't.

ChrisA



More information about the Python-list mailing list