Multiple wx.FileHistory

Hi,
In the 2.5.2.7 documentation i've read that is possible to manage multiple fileHistory menu passing different ID as second argument
wxFileHistory(size_t maxFiles = 9, wxWindowID idBase = wxID_FILE1)

But it seems that passing the second argument raises an error.
Is this a bug? Or i didn't understand how to use multiple filehistory menu. (i need multiple filehistory for multiple menu)

thanks

Alessandro Crugnola - sephiroth

···

---------------------------------------------
Macromedia Flash Team Volunteer
http://www.macromedia.com/go/team
Flash && PHP developer
alessandro@sephiroth.it

*relax with SEPY http://www.sf.net/projects/sepy
---------------------------------------------

Alessandro Crugnola *sephiroth* wrote:

Hi,
In the 2.5.2.7 documentation i've read that is possible to manage multiple fileHistory menu passing different ID as second argument
wxFileHistory(size_t maxFiles = 9, wxWindowID idBase = wxID_FILE1)

But it seems that passing the second argument raises an error.
Is this a bug?

Yes it is. The wrappers didn't specify the second parameter. Fixed now.

···

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