Skip to content
Discussion options

You must be logged in to vote

Further to what Will says above, I think you may also have run into a small issue we do have from time to time: it's not uncommon that the documentation for the main branch "leaks" onto the website before the next release is made. From what I can see of your problem you're (rightly, as per the docs right now) calling post_message when you likely really want post_message_no_wait; this is assuming you're working with 0.13 of Textual rather than a clone of main.

For the moment things should work for you if you use post_message_no_wait; but note that this will change in 0.14, where it will be post_message and you won't need to await it.

Hope that makes sense?

Long story short: one of those ra…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@tomg404
Comment options

@davep
Comment options

@davep
Comment options

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