Standalone Version
Mark Smith
marksmithhfx at gmail.com
Wed May 14 12:31:00 EDT 2025
Thanks Andrew. I get this message when clicking on your link: The requested topic does not exist.
> On 14 May 2025, at 2:36 pm, Andrew at MWCM via use-livecode <use-livecode at lists.runrev.com> wrote:
>
>> =20
>> Date: Fri, 9 May 2025 17:13:34 +0000
>> From: Bob Sneidar <bobsneidar at iotecdigital.com>
>> To: How to use LiveCode <use-livecode at lists.runrev.com>
>> Subject: Standalone Version
>> Message-ID: <FA532007-CEE0-477A-9CA5-6247BE158931 at iotecdigital.com>
>> Content-Type: text/plain; charset=3D"utf-8"
>> =20
>> Hi all.=20
>> =20
>> This has probably been asked before. I have a request to include the =
> standalone version of an application in the About splash screen. I would =
> like to access the value from the Standalone Settings, either when =
> building the app or after it=E2=80=99s done, but I can=E2=80=99t find a =
> function for that.=20
>> =20
>> Bob S
>> =20
>
> You are referencing the cRevStandaloneSettings. Here is a preOpenStack =
> snippet that I use in a project:
>
> switch the platform
> case "iphone"
> put ("IU McKinney CLE app v" & the =
> cRevStandaloneSettings["ios,bundle version"] of this stack) into field =
> "versionField" of card "splash"
> break
> case "Win32"
> put ("IU McKinney CLE app v" & the =
> cRevStandaloneSettings["Windows,productversion1"] of this stack) into =
> field "versionField" of card "splash"
> break
> case "MacOS"
> put ("IU McKinney CLE app v" & the =
> cRevStandaloneSettings["OSX,shortVersion"] of this stack) into field =
> "versionField" of card "splash"
> break
> end switch=20
>
>
> Here is a reference to the available settings: =
> https://forums.livecode.com/viewtopic.php?t=3D19253
>
> =E2=80=94Andrew Bell=
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list