Opening tag properties from Window script in Designer

v7.9.12

I have a Window just for Designer usage that returns a list of UDTs based on some filter criteria:

What I’d like to be able to do is:

  1. Double click on a UDT to bring up the tag editor for it
  2. Click (maybe from a popup menu) to select and show the UDT in the tag browser

I’m sure it’s possible, but I’m just not sure where to start looking…

Just to start looking…
inside of package com.inductiveautomation.ignition.designer.sqltags.dialog you can call the “TagSelectionComponentBuilder”, for this you need pass the TagPath.

I think this is the way