Re: Win standalone question

2016-08-16 Thread Phil Davis
Good idea Richard. Ultimately I may need to do something like that. Phil On 8/16/16 3:44 PM, Richard Gaskin wrote: LC's standalone settings are removed at build time. Not sure why, as they contain useful info like versions numbers. I use a custom prop in my mainstack for version and build n

Re: Win standalone question

2016-08-16 Thread Richard Gaskin
LC's standalone settings are removed at build time. Not sure why, as they contain useful info like versions numbers. I use a custom prop in my mainstack for version and build numbers, with a setProp handler that updates the SB settings in sync with it when it changes. -- Richard Gaskin Fo

Win standalone question

2016-08-16 Thread Phil Davis
Hi everyone, In a Windows standalone, how do you retrieve its standalone version info (the info you entered when building the standalone)? Here is what my code looks like right now. As you can see, it currently returns empty for a Win standalone: function appLongVersion switch the pla