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

create new module cfg functionality #1

Closed
ewerybody opened this issue Jan 8, 2015 · 1 comment
Closed

create new module cfg functionality #1

ewerybody opened this issue Jan 8, 2015 · 1 comment
Assignees
Labels

Comments

@ewerybody
Copy link
Owner

On the far end we don't want to touch the configurations manually but only through the interface. This calls for embedding all functionality in the interface in the first place. So there is never a difference of hidden and exposed functionality.

so the user will see the controls with the settings of a module read from the cfg
and when in 'dev mode': an option to change or add stuff, or option to create a module cfg with a list of provided files in the module.

...

@ewerybody ewerybody added the task label Jan 8, 2015
@ewerybody ewerybody self-assigned this Jan 8, 2015
@ewerybody
Copy link
Owner Author

Done.
the ui reads the config.json and builds "draw" controls from that. (currently that's only the nfo control)
editing creates a copy of the config as tempConfig and builds editable controls from that. While editing only the tempConfig is changed. On OK the tempConfig is submitted and a data refresh is initiated which rewrites the includes and calls the ahk runtime again.

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

No branches or pull requests

1 participant