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.
-- 
Regards
Jacek Kałucki

_______________________________________________
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]

Reply via email to