revSetStackFileProfile: How fast? Is it blocking?
Posted: Sat Feb 11, 2023 1:09 pm
Hello.
I use revSetStackFileProfile in order to change all the labels (many...) of my mobile standalone, according to the language chosen by the user.
I noticed that if the revSetStackFileProfile script is running too close in the script to other setting activity (like bluetooth, sockets, opening library, etc) the standalone crashes on Android 11 (not on iOS).
My question is: the line
sets everything in the standalone before releasing to the next script line or the script lines after that are run while stack, substacks, cards and controls are still being modified?
I tried to pinpoint the crash, but it does not happens while debugging line by line.
Thanks for any help.
Trevix
I use revSetStackFileProfile in order to change all the labels (many...) of my mobile standalone, according to the language chosen by the user.
I noticed that if the revSetStackFileProfile script is running too close in the script to other setting activity (like bluetooth, sockets, opening library, etc) the standalone crashes on Android 11 (not on iOS).
My question is: the line
Code: Select all
revSetStackFileProfile "English", "Referi" --= English, for example, takes more or less a second
I tried to pinpoint the crash, but it does not happens while debugging line by line.
Thanks for any help.
Trevix