Skip to content
Discussion options

You must be logged in to vote

Rather than just push the screen right away, I'd do this (assuming from functools import partial):

msg.call_after_refresh(partial(self.app.push_screen,"main"))

In other words: once the label has fully updated, then swap to the main screen.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@TomJGooding
Comment options

TomJGooding Mar 13, 2023
Collaborator Author

@davep
Comment options

@davep
Comment options

@TomJGooding
Comment options

TomJGooding Mar 13, 2023
Collaborator Author

Answer selected by TomJGooding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants