Hi! I'm trying to combine two ScriptUIs. I have one main "dock" UI panel for users, and I have another ScriptUI that I'd like to embed in another tab of this main dock.
When I use #include or $evalFile, it opens the second UI in a separate panel. I'd like to have it directly in a tab of the main panel... not a separate panel or window.
I'd rather keep the scripts separate for easier updating for the future. The problem with the second UI opening in a separate panel is that this new panel is not dockable and can only be floating.
Has anybody been able to do this before?
Using AE 2019, Mac OSX Mojave.