Robin Dunn
Robin Dunn
This issue has been mentioned on **Discuss wxPython**. There might be relevant details there: https://discuss.wxpython.org/t/textctrl-in-4-2-1-smaller-than-in-4-2-0/36625/8
This pull request has been mentioned on **Discuss wxPython**. There might be relevant details there: https://discuss.wxpython.org/t/has-wx-accessible-ever-worked/35454/7
@thetestgame, platform, wx version and python version? Sample app code?
It looks like the current status of the IsShown flag is getting out of sync for the child window, due to it being raised when the parent is unminimized. IOW,...
There probably isn't any way around that other than not using the main frame as the other frame's parent, but that of course negates the value of wx.FRAME_FLOAT_ON_PARENT. You can...
No, it's definitely not intended. You may want to create a ticket for this at https://trac.wxwidgets.org/, if one doesn't already exist, and add a link to the ticket here so...
Yes, XOR on a wxClientDC in the gtk3 port. This ticket: http://trac.wxwidgets.org/ticket/16890 about working around wxINVERT no longer working also touches on the XOR issue you are seeing. So you...
I've spent some time on this and although I don't have a definitive answer yet it seems to be a good idea to record some findings here so I don't...
See: https://github.com/pypa/manylinux
See my latest attempt at https://github.com/RobinD42/Phoenix/tree/manylinux/vagrant/manylinux