Handle parent/child binding conflicts in compound widget? #2601
Unanswered
TomJGooding
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry if I have missed something in the docs or other discussions - but how might you handle parent/child binding conflicts in a compound widget (i.e. a custom widget composed of other child widgets)?
For example, in my custom widget below I want the
down
key to focus the overlay, so initially just set this topriority=True
. But obviously the problem is thatdown
now won't navigate the overlay. Presumably the binding instead needs to be set in the child widget, but then I'm not sure how to have this trigger an action in my compound widget...?Hopefully this makes sense - thanks in advance for any advice!
Beta Was this translation helpful? Give feedback.
All reactions