Hey
I’ve just implemented a SplashScreen object in my app in the recommended way as described in the classes docs.
However since implementing the new splash screen (before, my splash screen was being handled with my own class, but it was buggy) the JUCEApplication::anotherInstanceStarted() function doesn’t seem to be being called after initialise() when launching my app by opening a project file of my app via Finder. The project from the clicked file just won’t load anymore.
Is it possible that the SplashScreen object is interfering with this process and the anotherInstanceStarted() function in some way?