On Thursday, October 20, 2011 11:12:51 pm Jacek Kałucki wrote: > Użytkownik Paul McNett napisał: > > + self.decimalEditorClass = dabo.ui.makeGridEditor(dabo.ui.dTextBox, > > Alignment="Right") ##wx.grid.GridCellFloatEditor > > + self.floatEditorClass = dabo.ui.makeGridEditor(dabo.ui.dTextBox, > > Alignment="Right") ##wx.grid.GridCellFloatEditor > > I must say, that changing default editors for int, decimal and float data > types doesn't make my customers happy. Previous, GridCellNumberEditor and > GridCellFloatEditor editors performs here much better because of better > handling numeric data. I think, that you should at last use instead masked > text control with appropriate mask.
Should you decide to use the dMask please fix the "None" value reporting an error. Johnf _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
