Missing the wxWindow.Validate method

Jan Finell wrote:

Hi everyone,

I downloaded and built the new wxPython-2.5.1.5 on Linux yesterday. The installation went just fine and the demo is running without any problems.

Though now when I started to migrate my current code (running wxPython-2.4.2.4) to use the new release I ran into a problem I haven't been able to find a solution to.

Where is the wxWindow.Validate method (or any of the Validator related ones)?
According to the wxwidgets manual there should be one (http://www.wxwidgets.org/manuals/2.5.2/wx_wxwindow.html#wxwindowvalidate),
and also I could't find any mention in any previous posting about any changes to this one. So what am I missing?!

For various reasons Validate and a couple others accidentally got left out of the 2.5.1.5 build. It has since been fixed and they will be available in the next release. If you would like to get a sneak peek then download the latest test build from http://starship.python.net/crew/robind/wxPython/daily/

ยทยทยท

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