tags:

views:

7

answers:

0

This is a copy of a question I asked on their forums and got no replies:

Having trouble finding information on making dialogs appear on the correct monitor when the parent is not on the main display. Currently I used wxDefaultPosition to initialize the dialog but this doesn't seem to play well with dual monitors (or more).

Is there something I need to do so that the WX or whatever default location takes into account multiple monitors or do I really need to figure out the right location for every dialog I pop up?

This is wxMSW.