binding enabled+hidden #6054
Unanswered
marcinpiotrsobczyk
asked this question in
Q&A
Replies: 1 comment
-
Rather than using |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
It is possible to override DOMNode.check_action.
Docstring:
"""Check whether an action is enabled.
So the possible states are:
enabled + visible
disabled + hidden
disabled + visible
Is it possible to have enabled + hidden? We can use
show=False
but its global configuration, withcheck_action
we can have configuration depending on screen type. Basicly I want to have on one screen bindingenabled + visible
and on other isenabled + hidden
.Beta Was this translation helpful? Give feedback.
All reactions