Hi, I am adding custom menu items to Virtuoso. Clicking the menu will launch a UI with tabular data (~100 rows, 4 columns). I found the SKILL forms API to be limiting to show tabular data. What are my choices to build a custom UI with tabular data? One of the options I thought of is to build the UI in a complely different technology (say Python Qt) and launch the other application via IPC.
↧