Merged
Conversation
added fields to display most recent event, state, and print line
…ent' and 'print' text boxes from the run_task_tab and run_experiment_tab into a seperate TaskInfo class in utility.py to remove dupication of code. - Removed the restriction on subject name lengths in the run task tab and made the text box fill the available space rather than being fixed width.
Collaborator
|
Many thanks for implementing this Andy. I've added one commit to the branch, the main purpose of which is to factorise out the common code in run_task_tab and run_experiment_tab into a seperate class in utility.py. Please take a look at the changes and let me know if your happy with them. |
alustig3
commented
Oct 4, 2021
Contributor
Author
alustig3
left a comment
There was a problem hiding this comment.
Looks good to me!
IsabelDAlessandro
pushed a commit
to IsabelDAlessandro/pycontrol_code
that referenced
this pull request
Jan 21, 2026
Merge pull request adding display of current state and most recent event and print line in run task tab.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added fields to display most recent event, state, and print line.
Addresses issue #14
I also moved the task group to precede the data file group. Since the data group isn't enabled until a task is selected, it makes more sense to me to have the task group come first.