Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proper Propagation of Program Preferences #33

Open
GoogleCodeExporter opened this issue Apr 18, 2015 · 3 comments
Open

Proper Propagation of Program Preferences #33

GoogleCodeExporter opened this issue Apr 18, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link


Generally, the program grabs global settings (all settings, in fact) as it
needs them.  This is fine in most cases, but not for others.  The HSQLDB
module, for instance, grabs the data output directory at startup and never
checks it again.  If the user wants to change the location they keep their
data, they have to make the change and restart the program.  This is
somewhat counterintuitive.

PROPOSED FIX:
Define a settingsUpdated() method in one of the module classes and
implement it each of the modules.  For most of them, it would be empty.  We
could then call the settingsUpdated() method when the settings dialog is
closed.

Original issue reported on code.google.com by cropplan...@gmail.com on 1 Apr 2008 at 2:38

@GoogleCodeExporter
Copy link
Author

Original comment by cropplan...@gmail.com on 29 Sep 2008 at 10:28

  • Added labels: Milestone-Future, Priority-High, Type-Enhancement, Wanted
  • Removed labels: Priority-Medium, TargetVersion-1.0, Type-Defect

@GoogleCodeExporter
Copy link
Author

Original comment by cropplan...@gmail.com on 18 Oct 2008 at 11:43

  • Added labels: Priority-Wanted

@GoogleCodeExporter
Copy link
Author

Original comment by cropplan...@gmail.com on 18 Oct 2008 at 11:52

  • Added labels: Version-Future
  • Removed labels: milestone-future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant