Putting wxFrame on the second monitor

M

Michael Butscher

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
 
C

Chris Mellon

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top