On Sep 30, 2019, at 1:36 PM, johnf <[email protected]> wrote: > > What I'd like to know is what/where in the code are parameters written to > the db file. I checked the dPref.py but I do not believe the file is called > when the user exits the program (I believe the db file is corrupted at the > exit).
Did you change the setting of AutoPersist in dPref.py from the default of True? If not, then settings should be written to the db immediately, not when the app closes. -- Ed Leafe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/dabo-dev Searchable Archives: https://leafe.com/archives This message: https://leafe.com/archives/byMID/[email protected]
