Hi,
I want to add additional menu entries in the Designer > TagBrowser contextual menu (the one appearing on right mouse of a tag) in Ignition 8.1.
In Ignition 7 I was able to do this using designerContext.getTagBrowser() and accessing popup field and tree field. This doesn’t work anymore in Ignition 8.1.
It seems that I’ve found a way to obtain the tree from designerContext.getTagBrowser().getTabbedPanel().getTagPanel() but I don’t find the popup: JPopupMenu anymore.
Adding menu items like that was never supported. Are you trying to add things for a tag provider you’re managing, or to add/updates item on the tag browser’s menu for all tag providers?
I think getToolbar() is what you want on the TagBrowserFrame - but, again, this isn’t supported, and is very subject to breaking between Ignition versions.