1- The data in all LiveCode objects can be saved in one fell swoop
with the Save command. (Amazing! No other platform does this.)
2- This only works on sub-stacks, so a Splash screen is used
to enable this feature in the main application.
3- In the Standalone Application Settings, under the Stacks icon,
you must choose, "Move substacks into individual subfiles".
Then, all it takes is one simple line of code:
Code: Select all
save this stack
sub-stack-name.rev. Now here's my question.
It seems that the .rev file saved is source code and can be opened
just like any other .livecode stack. Is there any way to protect
this .rev file from hackers? AND how secure are the executables?
I do need to store PostgreSQL DB longin and passwords.