I am trying the following with NSToolbar:
1 - Add a toolbar and create 3 items (buttons) using the "Items" property
2 - Add event handlers to each sub item
3 - Testing the event handling works
4 - Add 3 NSViews to the form and assign each one to the View property of each sub item
5 - Event handling is no longer working
6 - Add a handler to each NSView OnTap event, still event handling is not working
How can I handle the click events if I assign an NSView to the NativeNSToolbarItem?
Regards