Vary the applications

Stop by to discuss use cases, requirements, information architecture, flow diagraming, unit testing and usability.

Moderators: FourthWorld, Klaus

Post Reply
yuzutake
Posts: 10
Joined: Mon Feb 27, 2017 5:36 pm

Vary the applications

Post 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?
yuzutake
Posts: 10
Joined: Mon Feb 27, 2017 5:36 pm

Re: Vary the applications

Post 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?
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Vary the applications

Post 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
yuzutake
Posts: 10
Joined: Mon Feb 27, 2017 5:36 pm

Re: Vary the applications

Post by yuzutake »

Thanks!
I'll do that in a setProp
Post Reply