John wrote: > On Wednesday 18 November 2009 03:04:31 pm Paul McNett wrote: >> John wrote: >>> You know what would be very cool if the grids saved there configuration. >>> Like when the user changes the size of a column. >> It's done that forever. It saves column width, row height, relative column >> position, and sort order. Are you not seeing that? >> >> Paul > > Does not work for me. Is there a setting I'm missing? Can I assume it is > saved in the Dabopreference.db?
Run dabo/ui/uiwx/dGrid.py. Change a column width, close, and run again. Did that stick? Yes, it saves to the preference file. There's no setting for it, other than you need to have dGrid.SizableColumns and dColumn.Sizable set to True for custom sizes, and dGrid.MovableColumns and dColumn.Movable set to True for custom positions. But if those were False you wouldn't be able to size/move them at all. Paul _______________________________________________ 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]
