On the very first launch of the standalone, the splash stack copies the folder containing the ReferiTOP stack (and other stuff) to the Documents folder (so that I am able to save changes).
After that and on subsequent launches, the Splash stack opens the ReferiTOP stack using a "go stack filepathOfReferiTOP" and hide the Splash stack.
The problem is that timing between the "go stack filepathOfReferiTOP" command and the PreOpenStack of the ReferiTOP stack is around 13 seconds!!
Too much in my opinion (the ReferiTOP stack is 18 MB).
Either I am doing something wrong or I should use, on the Splash stack preopenstack, this line (if it is correct. Can I use a path?)
Code: Select all
set the stackFiles of me to "DataStackName,filepathOfReferiTOP"
--ex.: set the stackFiles of me to "ReferiTOP,/data/user/0/com.trevix.it.segnapunto/files/Referi_/ReferiTOP.livecode"
Trevix