Make included scripts have their own context (Run several dynamic user interface)
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 ...