Page 1 of 1

Vary the applications

Posted: Wed May 24, 2017 10:45 am
by yuzutake
I have a project that will be used by various clients (standalone name, copied files, etc. and code differ), but the process of building is a pain, there's a lot of settings.
I use a custom property to switch code, so can I use it and savingStandalone to change the standalone application settings?

Re: Vary the applications

Posted: Tue May 30, 2017 12:22 pm
by yuzutake
Since it seems impossible to change standalone settings from code, do you know any command line tool that would compile a .livecode, but using standalone settings passed as parameters?

Re: Vary the applications

Posted: Tue May 30, 2017 2:01 pm
by Klaus
Hi yuzutake,

of course you can set set the standalone application settings by script!
These are stored in a custom property-set of the mainstack and is named: cRevStandaloneSettings

Set some standalone settings for a stack and then examine its above mentioned CP set.


Best

Klaus

Re: Vary the applications

Posted: Tue May 30, 2017 2:57 pm
by yuzutake
Thanks!
I'll do that in a setProp