On 4/25/14, 5:32 AM, Werner wrote:
I am cleaning up the code and test it with the 'working' branch.Noticed that I needed to do: class DesignerController(dApp): def initProperties(self): self.BasePrefKey = "dabo.ide.reportdesignerDF" Note the "DF" (for dockForm), if I didn't do this I had layout problems/errors due to the old persistence data for the designer. Is there another way of forcing a reset/ignoring the persistence file on first load of a new version?
We could write a script to manually delete all the old keys, or just leave them behind because it's no big deal and use your new key instead. I think it's a fine solution. Eventually, people start with new pref files anyway.
Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
