Skip to content
Discussion options

You must be logged in to vote

If your bindings display in the footer, but don't run, it likely means the action syntax is wrong. Where is action_add_project defined? If it is not in your TabPane class, you will need a namespace prefix. i.e. app.add_project, if the action is defined on the app. Or screen.add_project if it is defined on the screen.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@metahke
Comment options

Answer selected by metahke
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