#11391: A mistake in the wxPython Demo
Note: This is not a bug of wxWidgets and wxPython but a mistake in the Demo code(2.8.10.1). In "CommonDialogs"-->"ColourDialog", the following demo code doesn't work as expectation on Windowx XP...
View Article#12172: wxConditionInternal::WaitTimeout() Mac/Carbon broken like in many...
Hi, reporting this in a hurry, just to make sure it won't get lost. Perhaps I'm the only guy to evaluate return values _and_ then be bold enough to pass them to an ASSERT to swallow ;) trunk...
View Article#10226: When opening the popup of a combo box it sends a kill focus event.
When opening the popup of a combo box it sends a kill focus event. I patched this by only sending a kill focus when the focus is really set to a different widget. Also I am missing the widget...
View Article#9880: wxWidgets failed to build under mingw-w64, mainly caused by pointer...
wxWidgets failed to build under mingw-w64, mainly caused by pointer convert to int. Under mingw-w64, sizeof(void*) = 8, but sizeof(int) = 4, sizeof(long) = 4, so we can't convert a "void *" to "long",...
View Article#9722: wxAuiPaneInfo Documentation Inconsistencies
wxAuiPaneInfo::Top() wxAuiPaneInfo::Right() do not mention the equvivalent call to wxAuiPaneInfo::Direction() while wxAuiPaneInfo::Left() wxAuiPaneInfo::Bottom() wxAuiPaneInfo::Center()...
View Article