I am using, for mobile, the Splash method for my standalone. A splash stack that launches the real stack (named "ReferiTOP").
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?)Thanks for any help.
Trevix
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:
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
Statistics: Posted by trevix — Thu Jan 30, 2025 1:22 pm