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

tackling issue #1140 #1143

Merged
merged 7 commits into from
Dec 26, 2021
Merged

tackling issue #1140 #1143

merged 7 commits into from
Dec 26, 2021

Conversation

discip
Copy link
Collaborator

@discip discip commented Dec 26, 2021

Please refer to #1140 for more details.

Tested this on both TS80P & Pinecil.
Worked well for both of them!

@Ralim
Copy link
Owner

Ralim commented Dec 26, 2021

Looks good to me, just need to fix MHP30 building and I'm happy :)

I think you just need to ensure the declarations are masked to match the functions they control

@discip
Copy link
Collaborator Author

discip commented Dec 26, 2021

@Ralim
Good morning Sir,

I think you just need to ensure the declarations are masked to match the functions they control

Sorry, but I don't really get what is meant by that. 😵
please help 🥺
It would be very helpful, if you could provide an example. 😊

@discip
Copy link
Collaborator Author

discip commented Dec 26, 2021

And there is one more thing, which I am not able to solve myself:
If the settings are set, so that affected subentries are hidden, the 'scrollbar' is not updated right away, instead it is required to reenter the menu.

Please help.

thanks in advance

@discip discip changed the title tackling #1140 tackling issue #1140 Dec 26, 2021
@Ralim
Copy link
Owner

Ralim commented Dec 26, 2021

So the issue looks to be you have put the functions to control I'd they are shown or not, inside the #ifdef so that it's not included for the MHP30, but it needs to be included for the menu.

So most likely you just need to move the functions out of being in the #ifdef

@Ralim
Copy link
Owner

Ralim commented Dec 26, 2021

Scrolling is currently only updated when you enter a menu .

@discip
Copy link
Collaborator Author

discip commented Dec 26, 2021

@Ralim
Should be good to go.
Maybe someone, who owns the MHP30, could test this.

Scrolling is currently only updated when you enter a menu .

Is it possible to change that?
If so, would this imply any downsides?

@Ralim
Copy link
Owner

Ralim commented Dec 26, 2021

Is it possible to change that?

Yeah it is possible

If so, would this imply any downsides?

Mostly just more compute time, since it requires re-calling all of the "show" functions for each menu items.
Certainly doable without too much effort.
To keep this PR small I would say its best to make an issue for fixing this.

Maybe someone, who owns the MHP30, could test this.
Tested it quickly on mine and it looks to work :)

@Ralim Ralim merged commit bd19d35 into Ralim:master Dec 26, 2021
@discip discip deleted the patch-2 branch December 26, 2021 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants