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

[LVGL] Add "screen stack control" property to Change Screen action #649

Closed
zalexzperez opened this issue Nov 25, 2024 · 3 comments
Closed
Assignees
Milestone

Comments

@zalexzperez
Copy link

If we need to change screen without adding the active one to the stack, we need the missing Set Active Screen action.
In order not to create a new action just for this, it makes sense to have a "Put active screen on the stack" option - enabled by default - on the Change Current screen action.

@mvladic
Copy link
Contributor

mvladic commented Nov 27, 2024

Implemented.

I added a new property called "Use stack":

image

@zalexzperez
Copy link
Author

The property seems to come disabled by default. And also, it's marked in red as if it requires user intereaction
image

mvladic added a commit that referenced this issue Nov 27, 2024
@mvladic
Copy link
Contributor

mvladic commented Nov 27, 2024

The property seems to come disabled by default.

Fixed.

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

No branches or pull requests

2 participants