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

Loading a stimulus config at the CLI does not update the GUI text #132

Open
raacampbell opened this issue Aug 11, 2023 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@raacampbell
Copy link
Contributor

Describe the bug
Loading a stimulus config at the CLI is not reflected in the GUI text at the bottom of the screen.

To Reproduce

pathToExample = fullfile(zapit.updater.getInstallPath,'examples','example_stimulus_config_files');
exampleFiles = dir(fullfile(pathToExample,'*.yml'));
hZP.loadStimConfig(fullfile(pathToExample,exampleFiles(1).name))

Does not alter GUI text. This is because zapit.gui.main.controller.loadStimConfig_Callback is the only thing that does this and that is run by a button press.

Expected behavior
It should alter the GUI text.

  • Zapit Version: v0.12.0
@raacampbell raacampbell added the bug Something isn't working label Aug 11, 2023
@raacampbell raacampbell self-assigned this Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant