You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This is my code
my problem is that I can only do the keyboard bindings in the main view, so if in BookManagerApp I have
this works perfectly and I would also have the controller but then I wouldn't be using MVC properly.
If I write the bindings in
MainTableView
this doesn't work and I would still have the problem of communication with the controller.It would be optimal for the
BINDINGS
to execute a method I have in MainTableController but I don't know if this would be possible.What am I doing wrong conceptually?
Beta Was this translation helpful? Give feedback.
All reactions