In my program stack after the program has launched I clone graphics and paste them on the car. Then a cleanup routine deletes them on quitting the application. Also the state of some buttons are set to disabled state in the cleanup routine.
Occasionally in the standalone i encounter an error where the cleanup routine doesn't run and the graphics that were added do not get deleted by script and buttons do not get reset to disabled.
I thought this should not be a problem because I thought the program stack can't be saved as it is in the standalone's bundle.
However the next time the program launches the graphics are still in the stack and the buttons have not been reset.
Is it possible that changes to the program stack are changed in a standalone?
Martin