[wxPython] wxGrid - Attribute Error

Is wxGrid fully implemented? When calling either SetEditInPlace or SetEditable I get the following:

File "C:\My Documents\Dev\iPortfolio\App\main.py", line 321, in OnNew
    dlg = cxDataSetDialog(self.parent, self.path)
  File "C:\My Documents\Dev\iPortfolio\App\main.py", line 600, in __init__
    self.grid.SetEditInPlace(false)
AttributeError: SetEditInPlace

Thanks,

Gene

···

______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup

Is wxGrid fully implemented? When calling either SetEditInPlace or

SetEditable I get the following:

Unfortunatly, the current docs are for the old wxGrid class, but the new
wxGrid is what is wrapped. The new docs are being worked on now.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxpython.org Java give you jitters?
http://wxpros.com Relax with wxPython!