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

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

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

[[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:

[[ 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

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,

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

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

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

[[ 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:

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

Re: Can't codesign Mac app

2023-10-10 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

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, &g

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, <

[[ 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

[[ 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

[[ 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

[[ 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

[[ 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

[[ 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

[[ 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

[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

[[ 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

[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

[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

[[ 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

[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

[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

[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

[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

[ 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,

[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

[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

[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,

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

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

[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

[ANN] This Week in LiveCode 265

2021-05-17 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 #265 here: https://bit.ly/3u2Upex This is a weekly newsletter about LiveCode, focussing on what's been going on in and

[ANN] This Week in LiveCode 264

2021-05-10 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 #264 here: https://bit.ly/3o8bBhk This is a weekly newsletter about LiveCode, focussing on what's been going on in and

[ANN] Release 9.6.2 RC-6

2021-05-10 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.2 RC-6. 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 RC-6 comes with 3

Re: Close & remove from memory - Engine hang

2021-05-07 Thread panagiotis merakos via use-livecode
Hello Curry, What Tiemo described sounded like this issue https://quality.livecode.com/show_bug.cgi?id=22896 - so if this is the case, this bug is very specific to Big Sur, and it is fixed in LC 9.6.2 RC-1+. Kind regards, Panos -- On Fri, 7 May 2021 at 19:19, Curry Kenworthy via use-livecode <

Re: the systemversion shows wrong version # on Mac

2021-05-07 Thread panagiotis merakos via use-livecode
Hello all, Yeap, what Phil said: function mySystemVersion get shell("sw_vers -productVersion") return it end mySystemVersion This will return 11.2.3 on a Mac running Big Sur 11.2.3 See https://quality.livecode.com/show_bug.cgi?id=22887 Cheers, Panos -- On Fri, 7 May 2021 at 19:43, Phil

Re: Close & remove from memory - Engine hang

2021-05-07 Thread panagiotis merakos via use-livecode
Hello all, If I remember correctly, this happened on Big Sur only, and it is fixed in LC 9.6.2 rc-X Cheers, Panos On Fri, 7 May 2021, 18:52 J. Landman Gay via use-livecode, < use-livecode@lists.runrev.com> wrote: > Are you trying to remove a substack? I'm not sure you can do that. > Substacks

Re: notarizing DMG fails

2021-05-04 Thread panagiotis merakos via use-livecode
Hello Tiemo, When did you create these certificates? And what is your MacOS version, and the Xcode version returned if you type "xcode-select -p" in a Terminal? I am wondering if you need to install the new Apple Worldwide Developer Relations Intermediate Certificate:

Re: where do I find the notarization log?

2021-05-03 Thread panagiotis merakos via use-livecode
Hello Tiemo, Sorry, it seems this is no longer the case (i.e. the email from Apple no longer contains the notarization log URL). In this case, you can use the command that is described in section 6.3. Check the status of analysis of Matthias' lesson (

Re: where do I find the notarization log?

2021-05-03 Thread panagiotis merakos via use-livecode
Hello Tiemo, I think the email you got from Apple should have a link where you can view the log. Cheers, Panos -- On Mon, 3 May 2021 at 13:02, Tiemo via use-livecode < use-livecode@lists.runrev.com> wrote: > Hello, > > > > I successfully signed a dmg and wanted to notarize it via terminal with

Re: install custom apps from Google Drive, known limits?

2021-04-29 Thread panagiotis merakos via use-livecode
Hello Klaus, A rough guess is that both appd had the same Identifier (e.g. "com.yourcompany.yourapp"). This is what makes an app unique - not the display name. Kind regards, Panos -- On Thu, 29 Apr 2021 at 21:32, Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi all,

[ANN] This Week in LiveCode 263

2021-04-26 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 #263 here: https://bit.ly/3eB3LYW This is a weekly newsletter about LiveCode, focussing on what's been going on in and

Re: App fails to launch after code signing

2021-04-26 Thread panagiotis merakos via use-livecode
Hello all, Yes, indeed, it seems the culprit is the Xcode version. We build LiveCode (and its externals) against the MacOSX 10.9 SDK, and set the minimum deployment version, again, to MacOSX 10.9. If you examine the externals using the "otool" command (otool -l /path/to/your.dylib | grep -B 1 -A

Re: iOS push notifications on Windows

2021-04-23 Thread panagiotis merakos via use-livecode
Hello Andrew, The lesson was written and tested on a Mac. But yeah, on Windows, when trying to execute "sh /path/to/send.sh" either directly from the terminal or via the shell command using LC, it is expected to throw an error. You _might_ be able to work around this by changing the .sh extension

Re: Changes to revsecurity.dylib in LC 9.6.2?

2021-04-21 Thread panagiotis merakos via use-livecode
Also, I am not entirely sure but I think LC 9.6.2 rc-1 and above was built with xcode 12.x, whereas 9.6.1 was built with Xcode 11.x. However, in both cases LC was built against the macosx10.9 sdk. Btw, the error msg and what you see looks similar to this report about revzip

Re: Changes to revsecurity.dylib in LC 9.6.2?

2021-04-21 Thread panagiotis merakos via use-livecode
Hello Trevor, Are you using any entitlements when signing the standalone? Could you try adding the one that disables library validation? Kind regards, Panos On Wed, 21 Apr 2021, 21:04 Trevor DeVore via use-livecode, < use-livecode@lists.runrev.com> wrote: > This is a question for the LIveCode

[ANN] Release 9.6.2 RC-5

2021-04-14 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.2 RC-5. 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 RC-5 comes with 2

[ANN] This Week in LiveCode 262

2021-04-12 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 #262 here: https://bit.ly/3mNiK60 This is a weekly newsletter about LiveCode, focussing on what's been going on in and

Re: License Activation

2021-04-12 Thread panagiotis merakos via use-livecode
Hello Ralph, In which platform do you see this issue? Kind regards, Panos -- On Mon, 12 Apr 2021 at 16:56, Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > When I started LC 9.6.1 this am I got a message that the license is > corrupted. When I entered my

Re: More Android woes

2021-04-07 Thread panagiotis merakos via use-livecode
Hello Klaus, Does your stack by any chance include a barcode scanner widget? I think you should follow the workaround described here: https://quality.livecode.com/show_bug.cgi?id=22384 Regards, Panos On Wed, 7 Apr 2021, 20:18 Klaus major-k via use-livecode, < use-livecode@lists.runrev.com>

[ANN] Release 9.6.2 RC-4

2021-04-07 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.2 RC-4. 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 RC-4 comes with 1

[ANN] This Week in LiveCode 261

2021-04-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 #261 here: https://bit.ly/3fHxxNW This is a weekly newsletter about LiveCode, focussing on what's been going on in and

Re: [bug] strange memory leak in LC

2021-03-31 Thread panagiotis merakos via use-livecode
Hello all, After a brief Google search it seems there are some other apps that have a similar memory leak after upgrading to Big Sur: https://discussions.apple.com/thread/252276774 https://discussions.apple.com/thread/252090206 The issue folks here (in this list) have mentioned does not seem to

Re: Android and httpS

2021-03-30 Thread panagiotis merakos via use-livecode
t; > Am 30.03.2021 um 19:23 schrieb panagiotis merakos via use-livecode < > use-livecode@lists.runrev.com>: > > > > Hello all, > > > > Android 9+ by default blocks non-https connections. You can workaround it > > by tweaking the manifest file. There is a

Re: Android and httpS

2021-03-30 Thread panagiotis merakos via use-livecode
Hello all, Android 9+ by default blocks non-https connections. You can workaround it by tweaking the manifest file. There is a bug report (and a pull request) about it. I am afk now so I cannot post the link. Cheers, Panos On Tue, 30 Mar 2021, 20:04 Klaus major-k via use-livecode, <

[ANN] This Week in LiveCode 260

2021-03-29 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 #260 here: https://bit.ly/3u1lz5K This is a weekly newsletter about LiveCode, focussing on what's been going on in and

Re: mobileStoreMakePurchase not working for iOS

2021-03-29 Thread panagiotis merakos via use-livecode
Hello Andrew, Just to mention that in-app purchases are not supported in the Simulator. Kind regards, Panos -- On Fri, 26 Mar 2021 at 05:29, Andrew at MidWest Coast Media via use-livecode wrote: > I have released my first project with in-app purchases but only to 50% > platform success:

Re: Android error messages are crap

2021-03-26 Thread panagiotis merakos via use-livecode
Hello Andre, Have you downloaded OpenJDK separately? I think it is bundled in Android Studio. The error sounds related to Java / JDK, so could it be the case you have multiple Java installations in your machine, and LC is not picking the right one? What are the contents of

Re: XCode 12.4 not working with LiveCode

2021-03-23 Thread panagiotis merakos via use-livecode
Hello Andre, Building with Xcode 12.4 is not supported yet - you need to download Xcode 12.1 if you are on MacOS Catalina+. Support for Xcode 12.4 is coming in LC 9.6.3 RC-1 Kind regards, Panos -- On Tue, 23 Mar 2021 at 11:52, Andre Garzia via use-livecode < use-livecode@lists.runrev.com>

[ANN] This Week in LiveCode 259

2021-03-22 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 #259 here: http://bit.ly/3tY74Qj This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Apple Push Notifications update

2021-03-17 Thread panagiotis merakos via use-livecode
Hello all, You can find an updated lesson on how to send HTTP/2 based push notifications on iOS: https://lessons.livecode.com/m/4069/l/1380237-how-to-send-http-2-based-push-notifications-in-ios Note that you do not need to do any changes in your app that *receives* push notifications. The

Re: Emtying browser widget cache?

2021-03-15 Thread panagiotis merakos via use-livecode
Hello Håkan, Try do "location.reload()" in widget "myBrowser" Kind regards, Panos -- On Mon, 15 Mar 2021 at 22:15, Håkan Liljegren via use-livecode < use-livecode@lists.runrev.com> wrote: > Does anyone know if the browser widget has its own cache? If I load a > local web page (by setting the

[ANN] This Week in LiveCode 258

2021-03-15 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 #258 here: http://bit.ly/3tAGvjZ This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: [ANN] Release 9.6.2 RC-3

2021-03-15 Thread panagiotis merakos via use-livecode
. > > Graham > > > On 12 Mar 2021, at 11:55, panagiotis merakos via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Dear list members, > > > > We are pleased to announce the release of LiveCode 9.6.2 RC-3. > > &

[ANN] Release 9.6.2 RC-3

2021-03-12 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.2 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.2 RC-3 comes with 6

Re: Why is livecode sniffing around my network

2021-03-11 Thread panagiotis merakos via use-livecode
Probably this is the remote debugger (Business edition only), it uses sockets. Kind regards, Panos -- On Thu, 11 Mar 2021 at 19:43, doc hawk via use-livecode < use-livecode@lists.runrev.com> wrote: > Little Snitch just reported, > > > LiveCode Business 9.6.2 (rc 1) (LiveCode-Business) > wants

[ANN] This Week in LiveCode 257

2021-03-08 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 #257 here: http://bit.ly/38lT3mX This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

[ANN] This Week in LiveCode 256

2021-03-01 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 #256 here: http://bit.ly/3sGecjE This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

  1   2   3   4   5   6   7   8   9   >