Is there a way to use persistent variables with RPN code? Maybe by accessing StoredData variables from JavaScript panels.
I have a toolbar panel where users can change settings. The settings are used by a mission calculator, but it can only get the settings if the toolbar panel is active. This means the user has to open the toolbar panel to load their settings. I would like to have the mission calculator access storedData directly, so it can load the settings independent of the toolbar panel.