Putting wxFrame on the second monitor

Chris Mellon arkanes at gmail.com
Mon Feb 12 09:02:33 EST 2007


On 2/12/07, Michael Butscher <mbutscher at gmx.de> wrote:
> Hi,
>
> My software is written with wxPython. At some point it pops up a child-
> frame of the main frame. The child-frame gets a fixed position in
> constructor (maybe this is the problem).
>
> Now I got reports from users with dual monitor systems that this child-
> frame is always shown on the primary monitor even if the main frame is
> on the second. Any hints what I can do here?
>
>
> TIA
>
> Michael
> --


Don't give it a fixed position in the constructor, position it
relative to the parent frame.



More information about the Python-list mailing list