[ ANN ] This week in LiveCode 219

2020-03-30 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 #219 here: https://bit.ly/2UriPj3 This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: [ANN] Release 9.6.0 DP-3

2020-03-31 Thread panagiotis merakos via use-livecode
Hello Brahmanathaswami, Thank you for sending your .ipa file to our support team. I will post the reply here, since this issue might affect other people too. It seems that Apple/Transporter does not like files that have accented chars in their filename to be included in the app bundle. From Apple

[ANN] This Week in LiveCode 220

2020-04-06 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 #220 here: https://bit.ly/2XdS03z This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

[ANN] This Week in LiveCode 221

2020-04-13 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 #221 here: https://bit.ly/2K1Rk9Q This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

iOS build error - help needed

2020-04-14 Thread panagiotis merakos via use-livecode
Hello all, A new user gets some strange errors trying to build an iOS app with LC 9.6 DP-3 and Xcode 11.3.1 on Catalina. I know some of you folks have no problems building iOS apps with this setup - my guess is that something in his Xcode is not setup correctly - although he has tried everything

Re: Problem simulating a location

2020-04-15 Thread panagiotis merakos via use-livecode
Hello Graham, I have done a couple of tweaks to your code, and I can now successfully read the location data from the simulator. First thing - it is not suggested to call all these 3 commands/functions in one go: mobileStartTrackingSensor mobileSensorReading() mobileStopTrackingSensor as the "m

[ANN] Release 9.6.0 DP-4

2020-04-16 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.0 DP-4. 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 get the

Re: Error in evaluatejavascript with widget browser only on iOS and Livecode > 9.06

2020-04-17 Thread panagiotis merakos via use-livecode
Hello Ludovic, Could you please file a bug report and include a (ideally simple) sample stack, so as we investigate asap? Kind regards, Panos -- On Fri, 17 Apr 2020 at 17:45, Ludovic THEBAULT via use-livecode < use-livecode@lists.runrev.com> wrote: > > > > Le 17 avr. 2020 à 16:37, Brian Milby v

[ANN] This Week in LiveCode 222

2020-04-20 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 #222 here: https://bit.ly/2VCpWo4 This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Mobile text input mystery

2020-04-23 Thread panagiotis merakos via use-livecode
Hello Graham, *> but despite executing> > mobileControlSet "FRadiusText", "keyboardType", "numeric"> mobileControlDo "FRadiusText", "focus"> > following what the LC Dictionary says , I do not see the soft keyboard* This will not work in LC 9.5.1 - it is an old bug that is fixed in LC 9.6

Re: Mobile text input mystery

2020-04-23 Thread panagiotis merakos via use-livecode
Hello Graham, Oh, ignore my previous comment about mobileControlDo , "focus", as this bug affected Android only. I'll try to reproduce the recipe here and see if I get the same problem. Kind regards, Panos -- On Thu, 23 Apr 2020 at 13:54, panagiotis merakos wrote: > Hello Graham, > > > > > >

Re: Mobile text input mystery

2020-04-23 Thread panagiotis merakos via use-livecode
Hello Graham, The following works as expected for me: on opencard global gInputID if environment() = "mobile" then mobileControlCreate "input" -- so the user can type in put the result into gInputID answer "opening text field for input. ID created is:" && gInputID mo

Re: Mobile text input mystery

2020-04-23 Thread panagiotis merakos via use-livecode
lion, Panos, it all works! Apart from the simulator keyboard > trick, I can’t see immediately what I did wrong. Probably haven’t got time > to crawl over it now… obviously I can use this as a model in any part of > the app that needs it. > > Thanks again > > Graham > > >

Re: How to make a mobile app stay alive in the background?

2020-04-27 Thread panagiotis merakos via use-livecode
Hello all, Just to add to the discussion that one of Graham's phones runs iOS 10.x, so in this case, if you need your app to continue running in the background, you do need to build it with 9.5.1 and check the "enable background execution" checkbox in the iOS settings. However, you will not be abl

Re: How to make a mobile app stay alive in the background?

2020-04-27 Thread panagiotis merakos via use-livecode
rs. > > Just for completeness I should say that I have asked LC Support to explain > commands like mergBgTask, as the available documentation does not give > examples etc. and really does not help the newbie in this area. > > Graham > > > On 27 Apr 2020, at 10:24, pa

[ANN] This Week in LiveCode 223

2020-04-27 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 #223 here: https://bit.ly/2yPFixO This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Dark Mode support and iOS startup screens

2020-04-27 Thread panagiotis merakos via use-livecode
Hello Henry, Support for storyboards is coming in the next LC 9.6 RC-1 release. Kind regards, Panos -- On Mon, 27 Apr 2020 at 23:32, HENRY LOWE via use-livecode < use-livecode@lists.runrev.com> wrote: > As of LC 9.6.0 (dp4) there is support for detecting whether the system is > in dark or light

[ANN] This Week in LiveCode 224

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

[ANN] Release 9.6.0 RC-1

2020-05-11 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.0 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.0 RC-1 comes with more than

Re: [ANN] Release 9.6.0 RC-1

2020-05-11 Thread panagiotis merakos via use-livecode
irector > Evergreen Information Services > rdim...@evergreeninfo.net > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf > Of panagiotis merakos via use-livecode > Sent: Monday, May 11, 2020 9:00 AM > To: How to use Live

Re: [ANN] Release 9.6.0 RC-1

2020-05-11 Thread panagiotis merakos via use-livecode
w there is only 3 for all > > devices. Actually there is 6 three light three dark but only three for > > any mode. How is this going to work? > > > > Ralph DiMola > > IT Director > > Evergreen Information Services > > rdim...@evergreeninfo.net > > > > ---

Re: [ANN] Release 9.6.0 RC-1

2020-05-11 Thread panagiotis merakos via use-livecode
t; > Best, > Bill > > William A. Prothero > Santa Barbara, CA. 93105 > http://earthlearningsolutions.org/ > > > On May 11, 2020, at 6:00 AM, panagiotis merakos via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Dear list members, > > &

[ANN] This Week in LiveCode 225

2020-05-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 #225 here: https://bit.ly/35QGXQn This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Print to pdf

2020-05-13 Thread panagiotis merakos via use-livecode
Hello George, What LiveCode version are you using? In which platform? Kind regards, Panos -- On Wed, 13 May 2020 at 02:12, GEORGE WOOD via use-livecode < use-livecode@lists.runrev.com> wrote: > Is the "open printing to pdf filename" not working any longer? I have > tried everything according to

Re: Sad truth about iOS apps

2020-05-15 Thread panagiotis merakos via use-livecode
Hello Graham, Which LC version are you using? You **might** be able to hack the IDE to use the iOS 13 sdk, even with High Sierra. Use LC 9.6 RC-1 for this. Note: This is not recommended, so try it at your own risk. You can start with downloading Xcode 11.3 which includes the iOS SDK 13.2. Xcode

Re: Sad truth about iOS apps

2020-05-15 Thread panagiotis merakos via use-livecode
Or you can use LC 9.6 DP-4 for that, if you don't want to use the storyboard splash screens that are in LC 9.6 RC-1. Kind regards, Panos -- On Fri, 15 May 2020 at 20:12, panagiotis merakos wrote: > Hello Graham, > > Which LC version are you using? You **might** be able to hack the IDE to > use

Re: LC 9.6.0 RC1 Splash/Launch Images

2020-05-17 Thread panagiotis merakos via use-livecode
Hello Graham, The new storyboard mechanism has some restrictions as it is (we might enhance it in the future) For example it is no longer possible to have an exact (pixel) matching of the splash screen and the first card of the stack as it appears on the device So the best suggestion now is to u

[ANN] This Week in LiveCode 226

2020-05-18 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 #226 here: https://bit.ly/2XbD0St This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

[ANN] Release 9.6.0 RC-2

2020-05-20 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.0 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.0 RC-2 comes with 5 regress

Re: [ANN] Release 9.6.0 RC-2

2020-05-21 Thread panagiotis merakos via use-livecode
number is what shows in xcode as the > "version", and the "version" does not appear anywhere. > > On Wed, May 20, 2020 at 11:43 AM panagiotis merakos via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > Dear list members, > > >

Re: iOS Provisioning Profile issue

2020-05-22 Thread panagiotis merakos via use-livecode
Hello Graham, Is that the same iOS device you used when you could successfully install the app? Kind regards, Panos -- On Fri, 22 May 2020 at 11:52, Graham Samuel via use-livecode < use-livecode@lists.runrev.com> wrote: > I’ve been using XCode to load an app into my iPhone for some time now, bu

Re: iOS Provisioning Profile issue

2020-05-22 Thread panagiotis merakos via use-livecode
so didn’t install it (the joys of rural broadband). > > Graham > > > Sent from my iPhone > > > On 22 May 2020, at 11:00, panagiotis merakos via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Hello Graham, > > > > I

Re: LC 9.6.0 RC1 Splash/Launch Images

2020-05-22 Thread panagiotis merakos via use-livecode
; In the best case it feels like the title screen faded into view. In fact, > you could do that, quickly fade in from a matching flat background color. > > > > On May 17, 2020, at 10:58 AM, panagiotis merakos via use-livecode < > use-livecode@lists.runrev.com> wrote: > &g

Re: LC 9.6.0 RC1 Splash/Launch Images

2020-05-22 Thread panagiotis merakos via use-livecode
e if the real app does that as I’m having > trouble uploading - that’s a different conversation.) > > Graham > > > On 22 May 2020, at 13:51, panagiotis merakos via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Just realised that the image sizes

Re: iOS Provisioning Profile issue

2020-05-22 Thread panagiotis merakos via use-livecode
m > > > > > > Sent from my iPhone > > > >> On 22 May 2020, at 11:00, panagiotis merakos via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> > >> Hello Graham, > >> > >> Is that the same iOS device you used when y

Re: iOS Provisioning Profile issue

2020-05-22 Thread panagiotis merakos via use-livecode
e reason they come in different flavours has never really sunk in. > Indeed I was hoping against hope to avoid it as much as possible. For me, > life really is too short. > > You have yet again got me out of the soup. > > Cheers > > Graham > > > On 22 May 2020,

[ANN] This Week in LiveCode 227

2020-05-25 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 #227 here: https://bit.ly/2zsHqMO This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Code-signed apk fails

2020-05-28 Thread panagiotis merakos via use-livecode
Hello Jacque, I did a quick test, I put this in a button: get url "https://google.com " put it into fld "url" and signed the .apk with a release.keystore, and it works as expected for me. The stack includes tsNet - I used LC 9.6 RC-2 for

[ANN] Release 9.6.0

2020-06-01 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.0. Getting the Release === You can get the release at https://downloads.livecode.com/livecode/ or via the automatic updater. Release Contents LiveCode 9.6.0 comes with more than 120 chang

Re: [ANN] Release 9.6.0

2020-06-01 Thread panagiotis merakos via use-livecode
ld it? > > Graham > > > On 1 Jun 2020, at 17:16, 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.0. > > > >

[ANN] This Week in LiveCode 228

2020-06-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 #228 here: https://bit.ly/2Azf3MX This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

[ANN] This Week in LiveCode 229

2020-06-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 #229 here: https://bit.ly/3f3PUZO This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Build problems with 9.6

2020-06-15 Thread panagiotis merakos via use-livecode
Hello David, Could you try what is suggested in https://quality.livecode.com/show_bug.cgi?id=22740? Kind regards, Panos -- On Mon, 15 Jun 2020 at 14:02, David V Glasgow via use-livecode < use-livecode@lists.runrev.com> wrote: > Should have said, MacOS 10.13.6 > > > On 15 Jun 2020, at 11:20 am,

Re: Build problems with 9.6

2020-06-15 Thread panagiotis merakos via use-livecode
< use-livecode@lists.runrev.com> wrote: > Hi Panos, > > The tools appeared to install, but the error(s) still appear, and the > standalone isn’t saved. > > Best wishes, > > David G > > > On 15 Jun 2020, at 1:04 pm, panagiotis merakos via use-livecode &

Re: Catalina Entitlements or Permissions (was Possible Catalina problem)

2020-06-15 Thread panagiotis merakos via use-livecode
Hello Paul, I guess you can sign the standalone mac app with entitlements, i.e. use a file that will contain all the necessary entitlements, and include it in the params passed to the codesign command. See this report for more details: https://quality.livecode.com/show_bug.cgi?id=22660 Kind rega

[ANN] This Week in LiveCode 230

2020-06-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 #230 here: https://bit.ly/37znAME This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Build problems with 9.6

2020-06-16 Thread panagiotis merakos via use-livecode
, 16 Jun 2020 at 15:04, David V Glasgow via use-livecode < use-livecode@lists.runrev.com> wrote: > > > > On 15 Jun 2020, at 5:04 pm, panagiotis merakos via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Hello David, > > > > Where have

[ANN] This Week in LiveCode 231

2020-06-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 #231 here: https://bit.ly/2B1LWTh This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Build problems with 9.6 [mostly fixed]

2020-06-23 Thread panagiotis merakos via use-livecode
n error with a long field of > text > >> in the console. Want to see it? * > >> > >> If the previous command does not make any difference, then yes please :) > >> > >> Which version of Xcode have you installed BTW? > >> > >> Kind regards

Re: Mobile Keyboard

2020-06-24 Thread panagiotis merakos via use-livecode
By the way, this has worked for me, tested on iOS: on preopenstack do_stuff send "hideMobileKeyword" to me in 100 millisec end preopenstack on hideMobileKeyword focus on nothing end hideMobileKeyword Kind regards, Panos -- On Wed, 24 Jun 2020 at 21:40, J. Landman Gay via use-livecode <

Re: Mora Catalina permissions woes....

2020-06-30 Thread panagiotis merakos via use-livecode
Hello Paul, I was thinking that a way to make things simpler, which might solve these permissions woes is to not have the separate libraries folder sitting outside the app bundle, but instead add the whole folder in the Copy Files section of the standalone, and then in your code access this folder

[ANN] This Week in LiveCode 232

2020-07-06 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 #232 here: https://bit.ly/31NaZV6 This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

[ANN] This Week in LiveCode 233

2020-07-14 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 #233 here: https://bit.ly/32clAct This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Android target needs api-29 as of august 2020

2020-07-25 Thread panagiotis merakos via use-livecode
Hello Jerry, Could you file a bug report about it? Unfortunately it is not correct to allow setting the target from the standalone settings, so we need to compile the Android engines with API 29 in the next release. Kind regards, Panos On Sat, Jul 25, 2020, 19:08 JeeJeeStudio via use-livecode <

[ANN] This Week in LiveCode 234

2020-07-27 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 #234 here: https://bit.ly/3g60YXc This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

[ANN] Release 9.6.1 RC-1

2020-07-29 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.1 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.1 RC-1 comes with more than

Re: Odd Files in an Android apk

2020-08-02 Thread panagiotis merakos via use-livecode
Hello Dan, This bug was fixed for 9.6.0, but (accidentally) it did not make it into 9.6.1 rc-1. It will be fixed in 9.6.1 RC-2. You can apply the fix locally, until RC-2 is released: https://github.com/livecode/livecode/pull/7413/files Kind regards, Panos -- On Mon, 3 Aug 2020 at 06:32, Dan F

[ANN] Release 9.6.1 RC-2

2020-08-04 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.1 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.1 RC-2 comes with 3 regress

Re: Debugging IDE infinite Loops

2020-08-06 Thread panagiotis merakos via use-livecode
Hello Ralph, Maybe you can try cmd + dot (.), not sure if it work though. Regards, Panos -- On Thu, 6 Aug 2020 at 01:40, Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > Is there a way to break out of an IDE loop or break the IDE into the > debugger when it's slow? (LC 9.

Re: Browser Widget and Twitter on iOS 13

2020-08-14 Thread panagiotis merakos via use-livecode
Hello all, Definitely this is related to the user-agent. It seems twitter recently has become stricter on this: https://help.twitter.com/en/using-twitter/twitter-supported-browsers https://stackoverflow.com/questions/63081729/when-using-r-curl-to-download-a-twitter-page-the-page-downloaded-is-th

[ANN] This Week in LiveCode 235

2020-08-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 #235 here: https://bit.ly/3axgp8T This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

[ANN] Release 9.6.1

2020-08-19 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.1 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.1 STABLE comes with more

[ANN] This Week in LiveCode 236

2020-08-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 #236 here: https://bit.ly/2FJ4yt5 This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: MySQL Client on

2020-08-26 Thread panagiotis merakos via use-livecode
Hello all, This is because MySQL 8 supports a stronger authentication method based on SHA256, and this method is used by default. LiveCode (as well as some other MySQL connectors/clients) do not support this authentication method yet. In this case, you could configure your MySQL installation to u

Re: Strange behavior between Mysql, MariaDB and SSL.

2020-08-26 Thread panagiotis merakos via use-livecode
Hello all, This is because MySQL 8 supports a stronger authentication method based on SHA256, and this method is used by default. LiveCode (as well as some other MySQL connectors/clients) do not support this authentication method yet. In this case, you could configure your MySQL installation to u

[ANN] This Week in LiveCode 237

2020-09-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 #237 here: https://bit.ly/2R4TQzw This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

[ANN] This Week in LiveCode 238

2020-09-14 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 #238 here: https://bit.ly/3iy24MW This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

[ANN] This Week in LiveCode 239

2020-10-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 #239 here: https://bit.ly/33xvnKf This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

[ANN] This Week in LiveCode 240

2020-10-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 #240 here: https://bit.ly/30YXAIc This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Is this a bug?

2020-10-14 Thread panagiotis merakos via use-livecode
Hello David, Have you tried trashing your Prefs? 1. Quit LC 2. Delete files: /Users//Library/Preferences/RunRev/livecode.rev /Users//Library/Preferences/RunRev/livecode7.rev 3. Open LC I hope this fixes the problem :) Kind regards, Panos -- On Wed, 14 Oct 2020 at 01:10, David Bovill via use-

Re: Standalone failures

2020-10-14 Thread panagiotis merakos via use-livecode
Hello Michael, You do not need Xcode for this, but you do need the command line tools. Try typing this in a Terminal: sudo xcode-select --install This will install/update the missing command line tools. Hope this helps. Kind regards, Panos -- On Thu, 15 Oct 2020 at 02:01, Michael Lew via use-

Help needed :)

2020-10-19 Thread panagiotis merakos via use-livecode
Hello folks, I LC user (or in fact a couple of this user's clients) are experiencing a strange issue which we cannot reproduce, as we do not have the specific hardware. Long story short, "the screenrect" function returns for them incorrect values on an iPhone 8 Plus physical device. We have teste

Re: Help needed :)

2020-10-19 Thread panagiotis merakos via use-livecode
Heh I wrote that msg in my phone while I was in a hurry, and I now see the auto-correct has changed a couple of things :) Corrections: * A LC user ... * ...and it works as expected for us Thank you :) Panos -- On Mon, 19 Oct 2020 at 14:58, panagiotis merakos wrote: > Hello folks, > > I LC u

Re: Help needed :)

2020-10-19 Thread panagiotis merakos via use-livecode
; iOS 10,11,12,13. > > iOS 14.01 > Modell MQ8L2ZD/A > > > Regards, > > > - > Matthias Rebbe > Life Is Too Short For Boring Code > > > Am 19.10.2020 um 14:43 schrieb panagiotis merakos via use-livecode < > use-livecode@lists.runrev.com>: > > >

Re: Help needed :)

2020-10-19 Thread panagiotis merakos via use-livecode
> >> Hi Panos, >> >> i just borrowed me an iphone 8 Plus. I can confirm that on the real >> device the screenrect returns 0,0,375,667 >> Tried with all 3 variations (ipad, ipod&iphone, ipod/iphone/ipad) and >> with iOS 10,11,12,13. >> >> iOS 14.

Re: Help needed :)

2020-10-19 Thread panagiotis merakos via use-livecode
gt;> > >> On Mon, 19 Oct 2020 at 17:24, matthias rebbe via use-livecode < > >> use-livecode@lists.runrev.com> wrote: > >> > >>> Hi Panos, > >>> > >>> i just borrowed me an iphone 8 Plus. I can confirm that on the real > >

Re: Help needed :)

2020-10-19 Thread panagiotis merakos via use-livecode
t; > - > Matthias Rebbe > Life Is Too Short For Boring Code > > > Am 19.10.2020 um 17:34 schrieb matthias rebbe via use-livecode < > use-livecode@lists.runrev.com>: > > > > > > - > > Matthias Rebbe > > Life Is Too Short For Boring Code >

[ANN] This Week in LiveCode 241

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

Re: How to resolve "unable to locate play service dependency base version 9.4.0"

2020-10-24 Thread panagiotis merakos via use-livecode
Hello Richard, Are you trying to build an Android standalone that includes an android barcode scanner widget? Kind regards, Panos -- On Sat, 24 Oct 2020 at 22:15, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > When trying to compile an app for Android I get an error:

Re: How to resolve "unable to locate play service dependency base version 9.4.0"

2020-10-24 Thread panagiotis merakos via use-livecode
This will probably help: https://quality.livecode.com/show_bug.cgi?id=22384 Kind regards, Panos -- On Sun, 25 Oct 2020 at 00:56, panagiotis merakos wrote: > Hello Richard, > > Are you trying to build an Android standalone that includes an android > barcode scanner widget? > > Kind regards, > P

Re: How to resolve "unable to locate play service dependency base version 9.4.0"

2020-10-24 Thread panagiotis merakos via use-livecode
If you do not use Android Studio, but you have only downloaded and installed the android sdk tools, then you just need to launch Android SDK Manager and install the missing dependency. The required dependency is the "Google Repository" package (in the "Extras" folder), and NOT the "Google Play ser

[ANN] This Week in LiveCode 242

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

[ANN] This Week in LiveCode 243

2020-11-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 #243 here: https://bit.ly/2HY64Jp This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: IOS Screen resizing /EXACT FIT not working as before

2020-11-03 Thread panagiotis merakos via use-livecode
Hello Lagi, In the iPhone 8 Plus device, could you check in Settings -> Display and Brightness and then scroll down and in the "Display Zoom" section, does it say "Standard" or "Zoomed" ? If it says Zoomed, then the stack will scale as if it was on an iPhone 8. Changing this to Standard will caus

[ANN] This Week in LiveCode 244

2020-11-09 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 #244 here: https://bit.ly/3naApUe This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Big Sur bugs

2020-11-15 Thread panagiotis merakos via use-livecode
Hello Paul, Here are the bugs that have been discovered so far, either by LC users or by us (LiveCode Ltd): https://quality.livecode.com/buglist.cgi?regetlastlist=97748 The 2 serious ones have been addressed and are to be tested in our pre-release build. There are another 2 cosmetic bugs, and on

[ANN] This Week in LiveCode 245

2020-11-16 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 #245 here: https://bit.ly/32SGLzQ This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Downloading LC9

2020-11-16 Thread panagiotis merakos via use-livecode
Hello Sean, *>>and also the script editor is not opening at all from any stack card or object* this sounds like a symptom of corrupted Preferences, please try deleting your LC preferences in /Users/{username}/Library/Preferences/RunRev/* Regarding the slow download speed- seems to work fine

Re: Big Sur bugs

2020-11-18 Thread panagiotis merakos via use-livecode
@Paul Dupuis Hmm that is strange, the player works for me. I used the video you attached in the bug report. Are you by any chance using a new Silicon (ARM) Mac? I am curious to see if other folks can reproduce this bug. Kind regards, Panos -- On Wed, 18 Nov 2020 at 20:58, Paul Dupuis via use-l

Re: Big Sur bugs

2020-11-18 Thread panagiotis merakos via use-livecode
@Paul I tested on a VM too, but on Parallels, not on VirtualBox. If Quicktime cannot open the video either, then it sounds like a VM issue. It would be great if anyone running Big Sur natively could give some input. Regards, Panos On Wed, Nov 18, 2020, 22:08 J. Landman Gay via use-livecode < use

Re: Script colorization not working

2020-11-18 Thread panagiotis merakos via use-livecode
Hello Devin, A rough guess is that she is on Big Sur. There is a known issue where colorization is lost if the default font (Source Code Pro) is used. If this is the case, she can try switching to a different font, and the issue will be fixed. Kind regards, Panos -- On Wed, 18 Nov 2020 at 23:18,

Re: Windows shell command with path

2020-11-18 Thread panagiotis merakos via use-livecode
Hello Bill, Is the "shellCommand" property of any help in this case? Kind regards, Panos -- On Thu, 19 Nov 2020 at 05:21, Bill Vlahos via use-livecode < use-livecode@lists.runrev.com> wrote: > I want to issue a command line prompt to a program in “Program Files > (x86)\AppFolder\MyApp”. > > Whe

[ANN] Release 9.6.2 RC-1

2020-11-23 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.2 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.2 RC-1 comes with more than

[ANN] This Week in LiveCode 246

2020-11-23 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 #246 here: https://bit.ly/2UTzR8V This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Chromebook apps?

2020-11-26 Thread panagiotis merakos via use-livecode
Hello Richmond, >>so LiveCode builds for Android wouldn't run on them. LC supports both arm (armv7, arm64) and Intel (x86, x86_64) on Android. Kind regards, Panos -- On Thu, 26 Nov 2020 at 15:31, Richmond via use-livecode < use-livecode@lists.runrev.com> wrote: > Is a Chromebook app an And

[ANN] This Week in LiveCode 247

2020-12-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 #247 here: https://bit.ly/2VRzxYJ This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Rer: Decrypt problem on Windows

2020-12-14 Thread panagiotis merakos via use-livecode
Hello Neville, Could you try to textEncode the encrypted data before saving it in the custom property, and then, in the other platform, textDecode it before decrypting it? i.e. to do something like: encrypt myData using myCipher with password myPass put it into tEncryptedData put textEncode(tEnc

[ANN] This Week in LiveCode 248

2020-12-14 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 #248 here: https://bit.ly/3njG6zy This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

[ANN] This Week in LiveCode 249

2020-12-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 #249 here: http://bit.ly/3pgIHuq This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Android Keystore signing problem

2020-12-21 Thread panagiotis merakos via use-livecode
Hello Scott, When adding breakpoints in IDE scripts, you also need to do (in the msg box): put true into gRevDevelopment otherwise breakpoints won't be respected. Kind regards, Panos -- On Tue, 22 Dec 2020 at 02:20, scott--- via use-livecode < use-livecode@lists.runrev.com> wrote: > Hello All

  1   2   3   4   5   6   7   8   9   10   >