Paul McNary wrote: > Paul McNett wrote: >>> What is the correct format to get the others to work the wx.grid ones? >> col.CustomEditorClass = col.intEditorClass, for example. >> > 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.
Yes, the left side of the '=' is the CustomEditorClass property of the dColumn object. What's on the right is an attribute of the dColumn object set up in dColumn's __init__ for your convenience. However, we (the Dabo developers) need to make this a bit better. There should be IMO a static list of possible choices, documented in the dColumn property api docs. I'll see about doing that soon. Here are the relevant api docs, btw: http://paul.dabodev.com/doc/api/dabodoc/dabo.ui.uiwx.dGrid.dColumn.html http://paul.dabodev.com/doc/api/dabodoc/dabo.ui.uiwx.dGrid.dColumn.html#Properties_CustomEditorClass Paul _______________________________________________ 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]
