I am only using a single custom property in my *Devawriter Pro* for end-users to set the thing to the left, right or centre of their screen. This is not something that needs to persist between user sessions.

On 10.03.20 16:52, Bob Sneidar via use-livecode wrote:
The downside to doing this is that you cannot have your properties persist 
between sessions unless you can save the stack containing the properties. A 
mainstack in a standalone cannot be saved, and other stacks may have issues 
saving if they are in a sandboxed or secured location.

If you are using this just for runtime variables, that would work but it begs 
the question, why? Variables are easier to reference in your code.

Bob S


On Mar 10, 2020, at 03:38 , Kaveh Bazargan via use-livecode 
<use-livecode@lists.runrev.com> wrote:

Absolutely. I keep most of my variables in stack custom properties.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to