CentreOnParent() not working on multi-head displays under windows

I think it is definitely a bug. Especially after I saw the code. The
code tries hard to make sure the window doesn't accidentally get moved
off screen where you can't get to it. The trouble is it uses the
display it's currently on for calculations rather than the display the
parent is on.

Many of the built in dialogs are broken by this:
MultiChoiceDialog
ProgressDialog
SingleChoiceDialog
TextEntryDialog

The native dialogs work fine.

I just submitted a patch to CVSHEAD for this.
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1570995&gro
up_id=9863

-Paul

ยทยทยท

-----Original Message-----
From: Robin Dunn [mailto:robin@alldunn.com]
Sent: Wednesday, October 04, 2006 3:22 PM
To: wxPython-users@lists.wxwidgets.org
Subject: Re: [wxPython-users] CentreOnParent() not working on multi-head
displays under windows

Stefan Sonnenberg-Carstens wrote:

As I said,
it does only work, if the main and the child frame are on the same

screen.

I got 3 of them.
wxPython is latest stable, python 2.3.5.

I'm not sure if it is supposed to work or not, but you can enter a
wxWidgets bug report about it. Use a category of "wxMSW Specific"

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org