Paul McNett wrote: >>> self.intEditorClass = wx.grid.GridCellNumberEditor >>> self.longEditorClass = wx.grid.GridCellNumberEditor >>> self.decimalEditorClass = wx.grid.GridCellNumberEditor >>> self.floatEditorClass = wx.grid.GridCellFloatEditor >>> self.listEditorClass = wx.grid.GridCellChoiceEditor >>> #self.listEditorClass = GridListEditor >>> >>> Mostly, you don't need to know about the normal ones, as Dabo will >>> choose the correct editor based on the datatype of the column. >>> >> OK, I was able to get >> col.CustomEditorClass = col.listEditorClass >> to work. >> >> What is the correct format to get the others to work the wx.grid ones? > > col.CustomEditorClass = col.intEditorClass, for example. > > Paul > > Hello again Paul
OK, use what's on the left side of the '=' sign. For now the only list type is the GridCellChoiceEditor, which is tied to listEditorClass? I think I understand now. Thanks Paul McNary [EMAIL PROTECTED] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
