-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Gmoccapy-integration halui MDI commands #3441
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
base: master
Are you sure you want to change the base?
Conversation
Maybe @hansu could review this. |
This patch does the MDI Running Check in the button press functions, IMHO the check should be done in Hal Status change function instead. On the other Hand I do not like that the code is introduced on several places, so we have the same code on several places instead of having it in its own function. Norbert |
This patch has three parts:
I also thought about enclosing part of the code in a function. But does it make sense to make a function for 3 lines?
The problem is that the MESSAGE is different every time. I don't know how to do it so that it doesn't make it even worse for clarity. Or do you want to move the code in the init part into the function? |
Is there anything I can do to get this Pull Request merged? Or is it just that no one has gotten to it and I should wait? |
I saw that @hansu had self-assigned it, so I have not been paying much attention to it. |
Hello Andy, Thanks for your response. I don't want to put any pressure on Hans. I didn't want a situation where I would be waiting for Hans and Hans would be waiting for me. Zdeněk |
When the "halui MDI command" is run, the modes are switched in the background:
This Pull Request ensures that the mode screens in the Gmoccapy GUI are not switched.