Re: Android App Woes

2017-08-14 Thread Sannyasin Brahmanathaswami via use-livecode
Dan, I can confirm here that, yes, it does seem to be an issue on Android with the "state of accelerated Rendering" in our app, we need to keep the loader stack open all the time. This has a card with a background color and a PNG on top… called from assets/img/global-icons/SVG-Lingam.png

Re: Android App Woes

2017-08-14 Thread Dan Friedman via use-livecode
Ok… I found something! When my app launches, it opens a second stack. It’s this second stack that I enable acceleratedRendering. If this stack’s acceleratedRendering = true, then we crash on re-entry. On a whim, I thought, “maybe there’s a problem in LC if there are multiple stacks open

Re: Android App Woes

2017-08-14 Thread Jonathan Lynch via use-livecode
For the moment, is it sufficient to move turning on accelerated rendering to the end of the startup routine? Sent from my iPhone > On Aug 14, 2017, at 12:54 AM, Dan Friedman via use-livecode > wrote: > > Jacque, > > I don’t think I can make a bug report yet.

Re: Android App Woes

2017-08-13 Thread Dan Friedman via use-livecode
Jacque, I don’t think I can make a bug report yet. I don’t have it isolated outside my project; which LC will surely tell me to do! I’ll work on trying to isolate the issue. What I know is this: (1) My project runs perfectly with acceleratedRendering enabled – except when the app is

Re: Android App Woes

2017-08-13 Thread Sannyasin Brahmanathaswami via use-livecode
This is a problem we can't fix in scripts. The only solution is not to use libraries (or acceleratedRendering, apparently.) Ouch… seriously? Clearly "unacceptable" in a product that makes the deployment claims that LC does. Hopefully HQ will put this on the top priority. I'm going

Re: Android App Woes

2017-08-13 Thread J. Landman Gay via use-livecode
yasin Brahmanathaswami via use-livecode Sent: Sunday, August 13, 2017 4:33 PM To: How to use LiveCode Cc: Sannyasin Brahmanathaswami Subject: Re: Android App Woes I also getting reports from from one Beta tester of Siva Siva app of the app stopping after hitting the home key. and also the square

RE: Android App Woes

2017-08-13 Thread Ralph DiMola via use-livecode
To: How to use LiveCode Cc: Sannyasin Brahmanathaswami Subject: Re: Android App Woes I also getting reports from from one Beta tester of Siva Siva app of the app stopping after hitting the home key. and also the square key (what is that on Android, some app switcher?) this is a but unclear… I need

Re: Android App Woes

2017-08-13 Thread Sannyasin Brahmanathaswami via use-livecode
I also getting reports from from one Beta tester of Siva Siva app of the app stopping after hitting the home key. and also the square key (what is that on Android, some app switcher?) this is a but unclear… I need to talk to her.. but these are all related symptoms on Android: " I just

Re: Android App Woes - Update

2017-08-13 Thread J. Landman Gay via use-livecode
Please enter a bug report about this, it's a different issue than the one I wrote up. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 13, 2017 1:07:12 PM Dan Friedman via use-livecode

Re: Android App Woes - Update

2017-08-13 Thread Dan Friedman via use-livecode
I took Ralph’s advice and made a 0 line stack to try to recreate the issue. To my astonishment, the app didn’t have the same problem! So, I went back to my project and started to trace what I have in my app that might be causing the problem. After a while, I discovered that if I do not

RE: Android App Woes

2017-08-13 Thread J. Landman Gay via use-livecode
vecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay via use-livecode Sent: Sunday, August 13, 2017 12:21 PM To: How to use LiveCode Cc: J. Landman Gay Subject: Re: Android App Woes Probably related : http://quality.livecode.com/show_bug.cgi?id=19420 -- Jacqueline Landm

RE: Android App Woes

2017-08-13 Thread Ralph DiMola via use-livecode
-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay via use-livecode Sent: Sunday, August 13, 2017 12:21 PM To: How to use LiveCode Cc: J. Landman Gay Subject: Re: Android App Woes Probably related : http://quality.livecode.com/show_bug.cgi?id=19420 -- Jacqueline Landman Gay

Re: Android App Woes

2017-08-13 Thread J. Landman Gay via use-livecode
Probably related : http://quality.livecode.com/show_bug.cgi?id=19420 -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 13, 2017 10:47:27 AM Dan Friedman via use-livecode

Android App Woes

2017-08-13 Thread Dan Friedman via use-livecode
I have built my android app with LC 8.1.5. It runs fine on the device. You then hit the home button to return to the OS. Tap the app icon again and you get “Unfortunatly, [appName] has stopped.”. Tap the icon again and it does a complete reboot of the app. Apps made in LC 7 did not have