I know you have a webpage you direct people to when they ask this
question, but I have a new wrinkle on this...
I think.
You mentioned at several points that you were waiting on wxWidgets
2.9.1 to be released before making an official wxPython 2.9.1 release.
I noticed that wxwidgets 2.9.1 was released on July 15th.
So...is the plan still in place to release wxPython 2.9.1 somewhat
soon-ish?
I would like to start testing my apps with wxPython 2.9.x,
but I don't have time/resources to build from sources.
If you could publish the pre-built 2.9.1 binaries,
that would help us smooth the transition.
Even if 2.9.1 is not a fully stable release.
Fabio
···
On 17 Ago, 05:20, Chris Spencer <cspen...@cinci.rr.com> wrote:
I know you have a webpage you direct people to when they ask this
question, but I have a new wrinkle on this...
I think.
You mentioned at several points that you were waiting on wxWidgets
2.9.1 to be released before making an official wxPython 2.9.1 release.
I noticed that wxwidgets 2.9.1 was released on July 15th.
So...is the plan still in place to release wxPython 2.9.1 somewhat
soon-ish?
Yes, I'm working on solving some glitches I've recently discovered and then I'll be working on the release as I have time available.
···
On 8/16/10 8:20 PM, Chris Spencer wrote:
I know you have a webpage you direct people to when they ask this
question, but I have a new wrinkle on this...
I think.
You mentioned at several points that you were waiting on wxWidgets
2.9.1 to be released before making an official wxPython 2.9.1 release.
I noticed that wxwidgets 2.9.1 was released on July 15th.
So...is the plan still in place to release wxPython 2.9.1 somewhat
soon-ish?
I've ported my apps from wxPython 2.8 to 2.9.0.1-preview.
All fine after a few small adjustments:
- wx.grid.SetColLabelValue() asserts if called from a grid with zero
rows
- event.m_controlDown ==> event.ControlDown()
- DoPrepareDC ==> PrepareDC
- GridCellEditor.EndEdit interface and behavior has changed (and must
define ApplyEdit as well)
- wxGridSizer asserts if you add more rows than declared
- wx.MessageBox wants either wx.OK or wx.YES
- small layout differences (some box became larger, some other
smaller)