Hi
I'm experimenting with adding a custom menu item to my main menu. It should be a component with a TreeView and a search filed.
My component works good on windows but on osx I'm having some issues.
1. The native osx menu bar does not display the custom component. not that surprising I guess.
2. If i don't use the native menu bar, I get the component to display, but it can't get keyboard focus. clicking on the text field does nothing.
I've tried adding some other control to the component, but none of them get keyboard focus on osx
Any help would be great. Also if there is a workaround, maybe not using addCustomItem at all. I just need to be able to click the to level menu item and display my component, then make it go away when the user clicks outside.
Regards
Nikolai