Skip to content
Discussion options

You must be logged in to vote

If you then try to query the TabPane by id, query_one raises WrongType because it finds the ContentTab.

This is because you're making a pretty broad query here. In your case you want to be making a query for a TabPane whose ID is foo, so you would want to query for TabPane#foo.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@davep
Comment options

@guystreeter
Comment options

@davep
Comment options

@guystreeter
Comment options

@davep
Comment options

Answer selected by davep
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
Converted from issue

This discussion was converted from issue #3665 on November 12, 2023 20:21.