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 » Wed May 24, 2017 10:45 am

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 » Tue May 30, 2017 12:22 pm

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: 13793
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Vary the applications

Post by Klaus » Tue May 30, 2017 2:01 pm

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 » Tue May 30, 2017 2:57 pm

Thanks!
I'll do that in a setProp

Post Reply

Return to “Software Engineering”