Thanks Andrew. I get this message when clicking on your link: The =
requested topic does not exist.

> On 14 May 2025, at 2:36=E2=80=AFpm, Andrew at MWCM via use-livecode =
<use-livecode@lists.runrev.com> wrote:
>=20
>> =3D20
>> Date: Fri, 9 May 2025 17:13:34 +0000
>> From: Bob Sneidar <bobsnei...@iotecdigital.com>
>> To: How to use LiveCode <use-livecode@lists.runrev.com>
>> Subject: Standalone Version
>> Message-ID: <fa532007-cee0-477a-9ca5-6247be158...@iotecdigital.com>
>> Content-Type: text/plain; charset=3D3D"utf-8"
>> =3D20
>> Hi all.=3D20
>> =3D20
>> This has probably been asked before. I have a request to include the =
=3D
> standalone version of an application in the About splash screen. I =
would =3D
> like to access the value from the Standalone Settings, either when =3D
> building the app or after it=3DE2=3D80=3D99s done, but I can=3DE2=3D80=3D=
99t find a =3D
> function for that.=3D20
>> =3D20
>> Bob S
>> =3D20
>=20
> You are referencing the cRevStandaloneSettings. Here is a preOpenStack =
=3D
> snippet that I use in a project:
>=20
> switch the platform
>   case "iphone"
>      put ("IU McKinney CLE app v" & the =3D
> cRevStandaloneSettings["ios,bundle version"] of this stack) into field =
=3D
> "versionField" of card "splash"
>      break
>   case "Win32"
>      put ("IU McKinney CLE app v" & the =3D
> cRevStandaloneSettings["Windows,productversion1"] of this stack) into =
=3D
> field "versionField" of card "splash"
>      break
>   case "MacOS"
>      put ("IU McKinney CLE app v" & the =3D
> cRevStandaloneSettings["OSX,shortVersion"] of this stack) into field =3D=

> "versionField" of card "splash"
>      break
> end switch=3D20
>=20
>=20
> Here is a reference to the available settings: =3D
> https://forums.livecode.com/viewtopic.php?t=3D3D19253
>=20
> =3DE2=3D80=3D94Andrew Bell=3D
>=20
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your =
subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to