Hi,
I have several dynamic UIs that I launch through script buttons on my journal.
Each button simply runs an Include()
of the relevant JSL file, for example:
Set Function(Include(
"....\UIs\xxx_StationMonitor_Raw.jsl")
)
When I launch a second UI, the first one is no longer dynamic (its interactivity stops responding).
However, if I open both JSL files directly in JMP and run them manually, both remain fully dynamic and responsive.
It seems that running multiple includes from a journal somehow causes them to “override” each other’s state.
Is there a recommended way to launch multiple independent UI scripts from the same journal so that all remain active?
Thanks,
Adam
Thanks, Adam