[[ ANN ]] Release of 10.0.2 RC-2

2025-04-24 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 10.0.2 RC-2. LiveCode 10.0.2 RC-2 comes with 2 bugfixes: - When building for iOS, the standalone builder will now search the new (Xcode 16+) location for provisioning profiles - Android standalones now build correctly when inc

Re: LC 10.0.1 and Xcode

2025-04-22 Thread panagiotis merakos via use-livecode
Hello Klaus, Yes this is correct :) Kind regards, Panos -- On Tue, 22 Apr 2025 at 13:05, Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi friends, > > before ich download several gigabytes, I want to make sure that I got it = > right: > Starting with LC 10.0.1 it does

[[ ANN ]] Release of 10.0.1 STABLE and 10.0.2 RC-1

2025-04-17 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 10.0.1 STABLE and LiveCode 10.0.2 RC-1. - LiveCode 10.0.1 comes with 22 new features and bugfixes since the previous stable release. - LiveCode 10.0.2 RC-1 comes with 21 additional new features and bugfixes, including support

Re: text-to-speech on Android

2025-04-03 Thread panagiotis merakos via use-livecode
Hello Klaus, Are you having any issues with the new Speech Library (speechSpeakUtterance etc)? This should work out of the box on Android 5 (or 6?) and above. Kind regards, Panos -- On Thu, 3 Apr 2025 at 15:01, Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi friends,

Re: answer "bla bla" in LC serverscript

2025-03-07 Thread panagiotis merakos via use-livecode
@Klaus major-k Is the web form written in LiveCode (and deployed as a Web app)? If yes, then you can just use the "Answer" command in the web form - in the script of the "Submit" button I guess - if the name/email field is left empty. Hope this helps! Panos -- On Fri, 28 Feb 2025 at 21:15, Klaus

Re: 10.0.1rc3, building to iOS: Compulsory 18.1, strange splash screen

2024-12-12 Thread panagiotis merakos via use-livecode
Hello Ben, Ok, so what you see RE Xcode happens because: - As of LC 10.0.1 RC-2, it is no longer required to have a specific version of Xcode / iOS SDK installed. LiveCode uses the one that is returned if you run this command in the Terminal: xcode-select -p - As of Xcode 15, the simulator runti

[[ ANN ]] Release LiveCode 10.0.1 RC-3

2024-12-05 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 10.0.1 RC-3. LiveCode 10.0.1 RC-3 comes with 2 bugfixes: - Apps submitted to the iOS app store will no longer have problems with missing privacy manifests - When building for iOS, the standalone builder will now search the ne

[[ ANN ]] Release of 10.0.1 RC-2

2024-11-05 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 10.0.1 RC-2. - LiveCode 10.0.1 RC-2 comes with 4 bugfixes: - Menu keyboard shortcuts will now behave as expected, regardless of current keyboard layout - The externals containing support stacks will now be included correctly o

Re: LC 10.0.1(rc1) and XCode

2024-10-11 Thread panagiotis merakos via use-livecode
Hello all, This is indeed a bug, and it affects testing on the simulator. Long story short, if you want to test in the simulator, currently you have to choose an Xcode version that will include any of these SDKs: 14.4, 15.2, 16.2, 17.0 However, note that to build an iOS standalone for **device**

[[ ANN ]] Release of 10.0.0 STABLE and 10.0.1 RC-1

2024-10-09 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 10.0.0 STABLE and LiveCode 10.0.1 RC-1. - LiveCode 10.0.0 comes with 116 new features and bugfixes since the previous stable release. - LiveCode 10.0.1 RC-1 comes with 16 additional new features and bugfixes, including that bu

Re: I came back and ... What?!

2024-09-18 Thread panagiotis merakos via use-livecode
Hello Dar, Heather is off for a couple of weeks. I suggest you contact supp...@livecode.com, to get answers to all these questions. Kind regards Panos On Wed, 18 Sept 2024, 22:05 Dar Scott via use-livecode, < use-livecode@lists.runrev.com> wrote: > I did not mean to kick up rubble. My bad. > >

Re: LivecodeShare/revOnline - How to upload?

2024-09-12 Thread panagiotis merakos via use-livecode
Hello all, I am afk now, but if I remember correctly, the options to log in etc are still there in LC 10, but they have white textColor in white background! But if you hover the mouse over them they should change color. Cheers, Panos On Thu, 12 Sept 2024, 20:14 Niggemann, Bernd via use-livecode,

Re: Still problems with creating the neccessary file for keystore reset (Lengthy mail)

2024-08-28 Thread panagiotis merakos via use-livecode
ain > what's going wrong. > The tone of their last mails however made me feel that they only take > actual JAVA developers seriously. :-/ > > > Am 28.08.2024 um 09:37 schrieb Klaus major-k via use-livecode < > use-livecode@lists.runrev.com>: > > > > Hi Pa

Re: Still problems with creating the neccessary file for keystore reset (Lengthy mail)

2024-08-28 Thread panagiotis merakos via use-livecode
Also, in the screenshot you attached, it looks like the arguments "signing-keystore" and "keystore" expect a different value. The "keystore" looks like it should be the "android_upload.keystore" you created and used to sign the app in LiveCode. I am not sure what is the "signing-keystore" - were y

Re: Still problems with creating the neccessary file for keystore reset (Lengthy mail)

2024-08-28 Thread panagiotis merakos via use-livecode
Hello Klaus, I vaguelly remember I had a similar problem in the past. After searching in stackoverflow, it was suggested to use the OpenJDK version of Java, rather than the Oracle's one. I had used version 20.0.1. I still have the .tar file I downloaded back then, it is named "openjdk-20.0.1_maco

Re: Error creating Android Standalone

2024-08-26 Thread panagiotis merakos via use-livecode
In the IDE, in the mobile prefs, there is an invisible button (I think it is called "chooseJDK" or such - I am not in the office now) that allows you to manually choose the desired JDK path. That way we could have both JDK v8 (required by LC) and newer ones installed. I am not sure why this button

Re: Error creating Android Standalone

2024-08-26 Thread panagiotis merakos via use-livecode
-key-path=/path/to/your/encryption_public_key.pem > - > Is this: > > > ... > > --encryption-key-path=/path/to/your/encryption_public_key.pem > > The PEM file I already created? > > Why is this all so damn difficult and complicated? :-/ > &g

Re: Error creating Android Standalone

2024-08-26 Thread panagiotis merakos via use-livecode
Hello Klaus, Ok I see. Yes, so it seems you need to install a newer JDK version to work with the terminal. So you need to do some JDK "dance": - Download and install a newer (version >= 20.x) version of the Java JDK - Verify it is installed correctly, by checking in /Library/Java/JavaVirtualMac

Re: Error creating Android Standalone

2024-08-26 Thread panagiotis merakos via use-livecode
Hello Klaus, Hmm, I do not see anything from 13:25 - could you paste it here? Thanks, Panos On Mon, 26 Aug 2024 at 14:38, Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Panos, > > > Am 26.08.2024 um 13:19 schrieb panagiotis merakos via us

Re: Error creating Android Standalone

2024-08-26 Thread panagiotis merakos via use-livecode
Hello Klaus, Hmm, it might be the case the terminal needs a newer Java version than the one LiveCode expects. LiveCode expects v8. What Java command do you want to execute in the terminal? Kind regards, Panos On Mon, 26 Aug 2024 at 14:06, Klaus major-k via use-livecode < use-livecode@lists.run

Re: Error creating Android Standalone

2024-08-26 Thread panagiotis merakos via use-livecode
Hello Klaus, What is your installed version of the *build-tools*? LiveCode expects *only* version 31.0.0. You can find the installed version here - you should have a subfolder named "31.0.0" here: /Users//Library/Android/sdk/build-tools/ If you have any newer version installed too, you have to

Re: revSpeak/speechSpeakutterance?

2024-08-12 Thread panagiotis merakos via use-livecode
gt; use-livecode@lists.runrev.com> wrote: > > revSpeak works, speechSpeakUtterance does not. > > Bob S > > > On Aug 12, 2024, at 6:36 AM, panagiotis merakos via use-livecode < > use-livecode@lists.runrev.com<mailto:use-livecode@lists.runrev.com>> > wrote: > >

Re: revSpeak/speechSpeakutterance?

2024-08-12 Thread panagiotis merakos via use-livecode
Hello Klaus, Yes, indeed, we should make it clearer :) Kind regards, Panos -- On Mon, 12 Aug 2024 at 16:58, Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Panos, > > > Am 12.08.2024 um 15:36 schrieb panagiotis merakos via use-livecod

Re: revSpeak/speechSpeakutterance?

2024-08-12 Thread panagiotis merakos via use-livecode
Hello Klaus, It is not the same library: - The "revSpeak" one is the old speech library, implemented in the engine level, available for Windows and macOS - The "speechSpeakUtterance" is the new speech library, implemented in LCB, available for macOS, Android, iOS Also, each one of them has a sl

Re: iOS App Crashing On Close

2024-08-08 Thread panagiotis merakos via use-livecode
e to know how to symbolicate a crash log!!! > > Bob S > > > On Aug 8, 2024, at 2:14 AM, panagiotis merakos via use-livecode < > use-livecode@lists.runrev.com> wrote: > > In any case, I think the best way to get this resolved is to send us the >

[[ ANN ]] Release 9.6.13

2024-08-08 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.13 STABLE. LiveCode 9.6.13 STABLE comes with 11 bugfixes and performance improvements since the last stable release, including support for building against API 34 on Android, and a new version of Google's in-app billing lib

Re: iOS App Crashing On Close

2024-08-08 Thread panagiotis merakos via use-livecode
Hello Dan and Mark, Hmm, interesting, I cannot think of anything we changed from 10 DP-8 to 10 RC-1 that could have caused this on iOS. Is the app doing anything when it is in the background (e.g. playing background audio or such)? In any case, I think the best way to get this resolved is to send

[[ ANN ]] Release 10.0.0 RC-1

2024-07-25 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 10.0.0 RC-1. LiveCode 10.0.0 RC-1 comes with 11 bugfixes since the previous DP release, and also includes the bugfixes of LiveCode 9.6.13 RC-1, including support for building against API 34 on Android. You can find more detail

[ ANN ] Release 9.6.13 RC-1

2024-07-15 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.13 RC-1. LiveCode 9.6.13 RC-1 comes with 11 bugfixes and performance improvements, including support for building against API 34 on Android, and a new version of Google's in-app billing library used for in-app purchase. Bot

Re: Google Play Billing Library Version

2024-07-09 Thread panagiotis merakos via use-livecode
Hello Dan, The current most recent versions of livecode use Google's billing library v5.x. Support for v6 of the library will be added in the next release, along with support for building against API 34. Both of them are new requirements for app submission to the Google Play Store, and the deadli

Re: Copying groups

2024-06-21 Thread panagiotis merakos via use-livecode
Hello jbv, What is the sharedText property of the field(s)? I _think_ it has to be true in your use case. Kind regards, Panos -- On Fri, 21 Jun 2024 at 14:16, jbv via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi list, > > I have a single card stack containing several groups, > each

[[ ANN ]] Release 9.6.12

2024-06-20 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.12 STABLE. LiveCode 9.6.12 STABLE comes with 19 bugfixes and performance improvements since the last stable version, including support for adding a privacy manifest in your iOS app, which is a new requirement for AppStore s

[[ ANN ]] Release 10.0.0 DP-8

2024-05-01 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 10.0.0 DP-8. LiveCode 10.0.0 DP-8 comes with 5 bugfixes since the previous DP release, and also includes the bug fixes of LiveCode 9.6.12 RC-1, including support for adding a privacy manifest in your iOS app, which is a new req

[[ ANN ]] Release 9.6.12 RC-1

2024-05-01 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.12 RC-1. LiveCode 9.6.12 RC-1 comes with 19 bugfixes and performance improvements, including support for adding a privacy manifest in your iOS app, which is a new requirement for AppStore submissions as of today. You can f

Re: LiveCode 10 and Xcode 15

2024-04-28 Thread panagiotis merakos via use-livecode
it, I need to update the OS. So then I check the System >>> Settings/Update option in macOS and it suggests Sonoma 14.4. Fine, down it >>> comes. Now Sonoma 14.4 says my Xcode is not up to date so I have to >>> RE-update that to 15.3. Now Xcode runs and I have the right SDK av

Re: LiveCode 10 and Xcode 15

2024-04-27 Thread panagiotis merakos via use-livecode
.4 says my Xcode is not up to date so I have to >> RE-update that to 15.3. Now Xcode runs and I have the right SDK available >> for iOS 17.4.1 (the SDK is 15.3 I believe… too many numbers to keep track >> of). So now I download the latest LC 10 DP-7 and go to Mobile Support to >

Re: LiveCode 10 and Xcode 15

2024-04-27 Thread panagiotis merakos via use-livecode
t has an SDK > among 14.4, 15.2, 16.2, 17. But, but, but… what SDK is in Xcode 15.3 if not > 17? > > What now? > > Mark > > > > > > On 22 Apr 2024, at 12:29 PM, panagiotis merakos via use-livecode < > use-livecode@lists.runrev.com> wrote > > Hello Dan,

Re: LiveCode 10 and Xcode 15

2024-04-22 Thread panagiotis merakos via use-livecode
Hello Dan, The released (public) version of LiveCode 10 DP-7 does support building with Xcode 15.0 and 15.0.1, (thus with the iOS 17 SDK). If you got this message - a rough guess is that you used a "custom" (and now outdated) internal build of DP-7 we had done for you back then, which did not sup

Re: Android 13 and higher and share files problems

2024-04-17 Thread panagiotis merakos via use-livecode
Hello Ludovic, Which file explorer app do you use? As of Android 13, apps that need to access media files that other apps have created, must request one or more of the following granular media permissions instead of the READ_EXTERNAL_STORAGE permission: READ_MEDIA_IMAGES READ_MEDIA_VIDEO READ_MED

Re: Cursor Placement in MobileControl

2024-03-05 Thread panagiotis merakos via use-livecode
Hello Dan, I take it you are formatting the text in inputTextChanged? Unfortunately yes, on Android calling mobileControlSet "phoneNumber","text", pText puts the cursor in the beginning of the text: https://quality.livecode.com/show_bug.cgi?id=24055 RE using the selectedRange with mobile nati

[[ANN]] Release 10.0.0 DP-7

2023-12-12 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 10.0.0 DP-7. LiveCode 10.0.0 DP-7 comes with more than 16 bugfixes and new features since the previous DP release, and also includes the bug fixes of LiveCode 9.6.11, such as support for building with Xcode 15 / iOS 17 SDK and

[[ ANN ]] Release 9.6.11

2023-11-16 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.11 STABLE. LiveCode 9.6.11 STABLE comes with more than 10 bugfixes and new features, including support for Xcode 15 / iOS 17 SDK. You can find more details on the bug fixes and improvements of this new release here: https

[[ ANN ]] New Enhancements Bundle v1.0.33 available

2023-11-15 Thread panagiotis merakos via use-livecode
Hello all, Just to let you know that there is an update of the enhancements bundle available in your account area. Latest update 1.0.33: 15 November 2023 This update includes some bugfixes. I'll update BugZilla later tonight. You can have a look at the "changelog.txt" file that is included in t

Re: Finally success with code signing Windows standalones withe the new eToken certificates under macOS using jarsigner

2023-11-10 Thread panagiotis merakos via use-livecode
Hello Matthias, I think a lesson on this would be super useful! Kind regards, Panos -- On Fri, 10 Nov 2023 at 01:43, Peter Bogdanoff via use-livecode < use-livecode@lists.runrev.com> wrote: > Matthias, I am definitely interested in this! > > Peter Bogdanoff > > > On Nov 9, 2023, at 1:25 PM, mat

Re: Windows maximization on desktops

2023-11-07 Thread panagiotis merakos via use-livecode
Hello Paul, I think the "resizeStack" message should be sent. Kind regards, Panos -- On Tue, 7 Nov 2023 at 18:08, Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > Is there a message sent when a user click the maximize icon (macOS and > Windows) in the titlebar of a window?

Re: Crashing on M2 Mac

2023-11-06 Thread panagiotis merakos via use-livecode
t; when the convert command is called. I can (in my experience) absolutely > confirm this. Debugged it down to the single line of code. Rebuilt the > app with 10.0.0 (dp 6) and the issue was solved. > > > > Apologies for posting the wrong platform. > > > > -Dan >

Re: Crashing on M2 Mac

2023-11-03 Thread panagiotis merakos via use-livecode
Hello all, We are not aware of any bug in the "convert" command, and I think it is highly unlikely such a bug to affect M2 machines but not M1 ones. We have a M2 machine running Sonoma which is used in the prerelease testing so my feeling is that if there was such a bug, we would have caught it i

Re: [[ ANN ]] Release 9.6.11 RC-1

2023-11-02 Thread panagiotis merakos via use-livecode
dalone for an iOS device or the simulator. Cheers, Panos -- On Thu, 2 Nov 2023 at 17:13, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > looking forward to maybe finally doing the sonoma thing > > On Thu, Nov 2, 2023 at 10:32 AM panagiotis merakos via use-live

Re: Direct editing of polygrid text cells and polylist text elements

2023-11-02 Thread panagiotis merakos via use-livecode
Hello all, You can write a script for that. Just add a PolyGrid and a field, set the name of the field to "Edit" and add this code: Add this in the script of the field "edit": on enterinfield hide me end enterinfield on returninfield hide me end returninfield on textChanged set the pg

[[ ANN ]] Release 9.6.11 RC-1

2023-11-02 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.11 RC-1. LiveCode 9.6.11 RC-1 comes with more than 10 bugfixes and new features, including support for Xcode 15 / iOS 17 SDK. You can find more details on the bug fixes and improvements of this new release here: https://l

Re: Google new API 33 requirements

2023-10-19 Thread panagiotis merakos via use-livecode
t; > Am 19.10.2023 um 11:42 schrieb panagiotis merakos via use-livecode < > use-livecode@lists.runrev.com>: > > > > Hello Klaus, > > > > *>>>>>Does that mean I have to select -> 13 (API 33) as the * > > *Minimum Android Version in the

Re: Google new API 33 requirements

2023-10-19 Thread panagiotis merakos via use-livecode
Hello Klaus, *>Does that mean I have to select -> 13 (API 33) as the * *Minimum Android Version in the STAB?* Nope, if you select "13 (API 33)" in the android standalone application settings it means your app will run only on devices that run Android 13+. Regarding the warning/error you get

Re: AW: Another (macOS) Code signing guidance question...

2023-10-10 Thread panagiotis merakos via use-livecode
Hello all, Just downloading the certificate from your account in the apple dev website, and using it in a different machine from the one it was created will not work (you get identity not found), because you need the private key as well. This is why you have to export the certificate from the old

Re: Can't codesign Mac app

2023-10-09 Thread panagiotis merakos via use-livecode
Hello Jacque, Have you included any entitlements when codesigning the app? I suggest including all of these: https://lessons.livecode.com/m/4071/l/1293515-entitlements-for-signed-and-notarized-apps There is an option to do that in the settings (iirc) in Matthias' notarization tool. Kind regard

Re: Android Standalone buiulding error

2023-09-28 Thread panagiotis merakos via use-livecode
keyboard :) On Thu, 28 Sept 2023, 20:51 Klaus major-k via use-livecode, < use-livecode@lists.runrev.com> wrote: > Hi Panos, > > > Am 28.09.2023 um 19:40 schrieb panagiotis merakos via use-livecode < > use-livecode@lists.runrev.com>: > > > > Hello Klaus, > &

Re: Android Standalone buiulding error

2023-09-28 Thread panagiotis merakos via use-livecode
Hello Klaus, I am afk now, but there is a bug report about it. The workaround is to make sure you have installed only v31.0.0 of the android *build tools*. Anything above v31 will cause this error. Cheers, Panos On Thu, 28 Sept 2023, 18:35 Klaus major-k via use-livecode, < use-livecode@lists.run

[[ ANN ]] Release 10.0.0 DP-6

2023-08-31 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 10.0.0 DP-6. LiveCode 10.0.0 DP-6 comes with more than 30 bugfixes and exciting new features. You can find more details on this new release here: https://livecode.com/livecode-10-dp-6-web-fonts-and-api-33/ You can find the r

[[ ANN ]] Release 9.6.10

2023-08-29 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.10 STABLE. LiveCode 9.6.10 STABLE comes with more than 20 bugfixes, including support for Android API 33, which will be a requirement for submitting new apps to the Google Play Store as of the 31st of August. You can find

[[ ANN ]] Release 9.6.10 RC-1

2023-08-17 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.10 RC-1. LiveCode 9.6.10 RC-1 comes with more than 20 bugfixes, including support for Android API 33, which will be a requirement for submitting new apps to the Google Play Store as of the 31st of August. You can find more

[[ ANN ]] New Enhancements Bundle v1.0.32 available

2023-08-04 Thread panagiotis merakos via use-livecode
Hello all, Just to let you know that there is an update of the enhancements bundle available in your account area. Latest update 1.0.32: 4 August 2023 This update includes some bugfixes. I'll update BugZilla later tonight. Note that when installing this new version using the stack "WidgetPackIn

[[ ANN ]] Release 10.0.0 DP-5

2023-04-18 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 10.0.0 DP-5. LiveCode 10.0.0 DP-5 comes with some amazing new features, such as: - The initializing value for constant and local declarations can now be any constant expression - The suspend and resume messages are now support

[[ ANN ]] Release 9.6.9

2023-04-10 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.9 STABLE. LiveCode 9.6.9 STABLE comes with more than 75 bugfixes and improvements, compared to the previous stable (9.6.8) release, including: - Support for Android API 31, which is now a requirement for submitting new app

[[ ANN ]] New Enhancements Bundle v1.0.31 available

2023-03-31 Thread panagiotis merakos via use-livecode
Hello all, Just to let you know that there is an update of the enhancements bundle available in your account area. Latest update 1.0.31: 31 March 2023 This update includes some bugfixes. I'll update BugZilla later tonight. Kind regards, Panos -- ___

[[ ANN ]] Release 9.6.9 RC-3

2023-03-29 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.9 RC-3. LiveCode 9.6.9 RC-3 comes with more than 25 bugfixes and improvements, including support for building with Xcode 14.2 and the iOS 16.2 SDK to meet the new requirements of the Apple AppStore. You can find more detai

[[ ANN ]] New Enhancements Bundle v1.0.30 available

2023-02-24 Thread panagiotis merakos via use-livecode
Hello all, Just to let you know that there is an update of the enhancements bundle available in your account area. Latest update 1.0.30: 24 February 2023 This update includes some bugfixes. I'll update BugZilla later tonight. Kind regards, Panos -- _

[[ ANN ]] New Enhancements Bundle v1.0.29 available

2023-02-09 Thread panagiotis merakos via use-livecode
Hello all, Just to let you know that there is an update of the enhancements bundle available in your account area. Latest update 1.0.29: 9 February 2023 This update includes several bugfixes. I'll update BugZilla later tonight. Kind regards, -- Panos Merakos LiveCode Software Developer

[ANN] Release 9.6.9 RC-2

2022-11-04 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.9 RC-2. LiveCode 9.6.9 RC-2 comes with more than 20 bugfixes, including the update of the version of OpenSSL used by the engine to 1.1.1q, allowing LiveCode built apps including "SSL & Encryption" to be submitted successful

[ANN] Release 9.6.9 RC-1

2022-08-10 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.9 RC-1. LiveCode 9.6.9 RC-1 comes with more than 30 bugfixes, including support for Android API 31, which is now a requirement for submitting new apps to the Google Play Store. You can find more details on the bug fixes an

[[ ANN ]] Release 9.6.8

2022-07-08 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.8 STABLE You can find more details on the bug fixes and improvements of this new release here: https://livecode.com/livecode-9-6-8-stable-m1-and-onwards-apple-architecture-support/ You can find the release in your LiveCod

[ANN] Release 9.6.8 RC-3

2022-07-04 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.8 RC-3. Getting the Release === You can find the release in your LiveCode account area or get it via the automatic updater. To find the 9.6.8 RC-3 test release in your LiveCode account, please scroll down t

[ANN] Release 9.6.8 RC-2

2022-06-16 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.8 RC-2. Getting the Release === You can find the release in your LiveCode account area or get it via the automatic updater. To find the 9.6.8 RC-2 test release in your LiveCode account, please scroll down t

[[ ANN ]] Release 10.0.0 DP-4

2022-05-31 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 10.0.0 DP-4. You can find more details on the new features and the bug fixes of this new release here: https://livecode.com/m1-native-latest-livecode-releases/ You can find the release in your LiveCode account area or get it

[[ ANN ]] Release 9.6.8 RC-1

2022-05-31 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.8 RC-1. You can find more details on the bug fixes and improvements of this new release here: https://livecode.com/m1-native-latest-livecode-releases/ You can find the release in your LiveCode account area or get it via t

[ANN] Release 9.6.7

2022-04-01 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.7. You can find more details on the bug fixes and improvements of this new release here: https://livecode.com/9-6-7-stable-maintenance-release/ You can find the release in your LiveCode account area or get it via the auto

[ANN] Release LC 10.0.0 DP-3

2022-03-24 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 10.0.0 DP-3. You can find more details on the new features of this amazing release here: https://livecode.com/livecode-10-dp-3-release/ Enjoy! Kind regards The LiveCode Team -- ___

[ANN] Release 9.6.7 RC-2

2022-03-17 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.7 RC-2. Getting the Release === You can find the release in your LiveCode account area or get it via the automatic updater. Release Contents LiveCode 9.6.7 RC-2 comes with 1 regression fi

[ANN] Release 9.6.7 RC-1

2022-02-25 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.7 RC-1. Getting the Release === You can find the release in your LiveCode account area or get it via the automatic updater. To find the 9.6.7 RC-1 test release in your LiveCode account, please scroll down t

[ANN] Release 10.0.0 DP-2

2022-02-18 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 10.0.0 DP-2. You can find more details on the new features of this amazing release here: https://livecode.com/livecode-10-dp-2-charts-guidelines-web-browser-widget-and-more/ Not to spoil the surprise but ... anyone want a cha

[ ANN ] Release 9.6.6

2022-01-24 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.6 STABLE. Getting the Release === You can find the release in your LiveCode account area or get it via the automatic updater. Release Contents LiveCode 9.6.6 comes with several changes, inc

[ANN] Release 9.6.6 RC-2

2022-01-06 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.6 RC-2. Getting the Release === You can find the release in your LiveCode account area or get it via the automatic updater. Release Contents LiveCode 9.6.6 RC-2 comes with 2 regression fi

[ANN] Release 9.6.6 RC-1

2021-12-21 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.6 RC-1. Getting the Release === You can find the release in your LiveCode account area or get it via the automatic updater. To find the 9.6.6 RC-1 test release in your LiveCode account, please scroll down t

[ANN] Release 9.6.5

2021-12-03 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.5. Getting the Release === You can find the release in your LiveCode account area or get it via the automatic updater Release Contents LiveCode 9.6.5 comes with several changes, including

[ANN] Release 9.6.5 RC-3

2021-11-25 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.5 RC-3. Getting the Release === You can find the release in your LiveCode account area or get it via the automatic updater. To find the rc-3 test release in your LiveCode account, please scroll down to belo

[ANN] Release 10.0.0 DP-1

2021-11-18 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 10.0.0 DP-1. Developer Preview Release = Warning: this is not a stable release. Please ensure that you back up your stacks before testing them. Getting the Release === You can find the

[ANN] Release 9.6.5 RC-2

2021-10-25 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.5 RC-2. Getting the Release === You can find the release in your LiveCode account area or get it via the automatic updater. Release Contents LiveCode 9.6.5 RC-2 comes with 5 regression fi

[ANN] Release 9.6.5 RC-1

2021-09-23 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.5 RC-1. Getting the Release === You can get the release at https://downloads.livecode.com/livecode/ or via the automatic updater. Release Contents LiveCode 9.6.5 RC-1 comes with several c

[ANN] This Week in LiveCode 273

2021-08-02 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #273 here: https://bit.ly/3jbr6CZ This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

[ANN] Release 9.6.3

2021-07-30 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.3 STABLE. Getting the Release === You can get the release at https://downloads.livecode.com/livecode/ or via the automatic updater. Release Contents LiveCode 9.6.3 STABLE comes with more

[ANN] Release 9.6.3 RC-3

2021-07-27 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.3 RC-3. Getting the Release === You can get the release at https://downloads.livecode.com/livecode/ or via the automatic updater. Release Contents LiveCode 9.6.3 RC-3 comes with 1 regress

[ANN] Release 9.6.3 RC-2

2021-07-23 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.3 RC-2. Getting the Release === You can get the release at https://downloads.livecode.com/livecode/ or via the automatic updater. Release Contents LiveCode 9.6.3 RC-2 comes with 3 regress

[ANN] This Week in LiveCode 272

2021-07-19 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #272 here: https://bit.ly/3kAIVxA This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

[ANN] This Week in LiveCode 271

2021-07-05 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #271 here: https://bit.ly/3qLsbEO This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

[ANN] Release 9.6.3 RC-1

2021-07-05 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.3 RC-1. Getting the Release === You can get the release at https://downloads.livecode.com/livecode/ or via the automatic updater. Release Contents LiveCode 9.6.3 RC-1 comes with more than

[ANN] This Week in LiveCode 270

2021-06-28 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #270 here: https://bit.ly/35UTPWx This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

[ANN] This Week in LiveCode 269

2021-06-21 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #269 here: https://bit.ly/3dhOg8L This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

[ANN] This Week in LiveCode 268

2021-06-07 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #268 here: https://bit.ly/3vW6rIa This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

[ANN] This Week in LiveCode 267

2021-05-31 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #267 here: https://bit.ly/3yPwCSB This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

[ANN] This Week in LiveCode 266

2021-05-24 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #266 here: https://bit.ly/3wtnFMN This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: iOS screen size

2021-05-21 Thread panagiotis merakos via use-livecode
Hello Dan, Rough guess, are you including a custom plist? If so, then this plist was probably created by an older LC version, before storyboard support was added. If this is the case, the (old) plist expects some splash images, which are not in the app bundle, thus you see the black bars. Kind re

[ANN] Release 9.6.2

2021-05-18 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.2 STABLE. Getting the Release === You can get the release at https://downloads.livecode.com/livecode/ or via the automatic updater. Release Contents LiveCode 9.6.2 STABLE comes with 49 ch

  1   2   3   4   5   6   7   8   9   >