Question:
Need to find a way to call functions from “System:Global Activity” in my code.
I have not found any options for that in DoInvoke description.
So – how to call functions from “Global Scripts”?
Answer:
You don’t ‘call it’, it’s an event handler (misnamed as Global Scripts, it should have been name Global Events Handler…..).
Place your code in the global event that’s pertinent.



