Re: upload base64 encoded image data

2016-12-20 Thread Matt Maier
Thanks. I might not have done it correctly, but neither 1 nor 2 made a noticeable difference. I am a little confused by this. I tried copying out the base64 data to put it into a different API testing app and it looks way too short. I'm not familiar with how much text it takes to describe an

Re: How to quit an Android app

2016-12-20 Thread J. Landman Gay
Sending "quit" in 10 milliseconds doesn't crash the app on second launch (good.) But it hangs for a while and then returns a "socket timeout" message. So it does look like maybe it's TSNet. On 12/21/16 12:20 AM, J. Landman Gay wrote: Yeah, I tried that. Maybe "in 0" isn't long enough? I'm

Re: How to quit an Android app

2016-12-20 Thread J. Landman Gay
Yeah, I tried that. Maybe "in 0" isn't long enough? I'm wondering if it's TSNet, since the app loads another stack from a server. On the second launch that crashes, I see the loader stack briefly and it crashes when it tries to download the remote stack. There's a way to remove TSNet from

Re: How to quit an Android app

2016-12-20 Thread Scott Rossi
Maybe try sending the quit command after a short delay instead of from within the handler? Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 12/20/16, 9:38 PM, "use-livecode on behalf of J. Landman Gay"

How to quit an Android app

2016-12-20 Thread J. Landman Gay
I have an Android app with a simple handler: on doQuit quit end doQuit It quits as directed. On relaunch it crashes. On a second relaunch it works fine. This is consistent behavior. I have tried sending "quit" in 0, locking messages, etc. How do you cleanly quit an Android standalone?

Android Push

2016-12-20 Thread Dan Friedman
Anyone know if there is a updated version of this Android Push lesson: http://lessons.livecode.com/m/4069/l/59312-how-do-i-use-push-notifications-with-android ? This is is unbelievably out of date! GCM

Re: livecode post http request

2016-12-20 Thread Matt Maier
Is that a server variable? I don't have access to the server, it's someone else's. I'm just sending it data. On Dec 20, 2016 12:51, "Devin Asay" wrote: > > On Dec 20, 2016, at 12:38 PM, Matt Maier > wrote: > > Is there a way to see

Re: livecode post http request

2016-12-20 Thread Devin Asay
On Dec 20, 2016, at 12:38 PM, Matt Maier > wrote: Is there a way to see the actual raw text of the http POST that Livecode sends when I use a command such as: post tSomeVariable to URL “www.whatever.com" Matt, Does

livecode post http request

2016-12-20 Thread Matt Maier
Is there a way to see the actual raw text of the http POST that Livecode sends when I use a command such as: post tSomeVariable to URL "www.whatever.com" ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: [ ANN ] Release 9.0.0 DP-4

2016-12-20 Thread Richmond Mathewson
This is exciting: 9 looks very good indeed, and I'm being a "naughty chap" running it on Mac OS 10.7.5 which isn't "supported": if it crashes or crunches my machine I'll have only myself to blame: but as by now I'm quite an expert at crashing machines I'm certainly not going to hold it against

Re: iOS rejection - requesting services

2016-12-20 Thread Ludovic THEBAULT
> Le 20 déc. 2016 à 19:28, Andrew Bell a écrit : > > I just downloaded the Orbitz app the other day and saw it had a special > message about how it used your coordinates when allowing Location Services. > Didn't know how they changed that message from the

iOS rejection - requesting services

2016-12-20 Thread Andrew Bell
I just downloaded the Orbitz app the other day and saw it had a special message about how it used your coordinates when allowing Location Services. Didn't know how they changed that message from the default, but thought it was cool. Fast forward to today when Apple rejected my latest app

[ ANN ] Release 9.0.0 DP-4

2016-12-20 Thread panagiotis merakos
Dear list members, We are pleased to announce the release of LiveCode 9.0.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

Go card "xxx" execution

2016-12-20 Thread Pyyhtiä Christer
Could the following be possible: In the script I issue the command go card "xxx" and the next line is already referring to a field on that card put field "abc" into t1 so that the script execution continues before the card has been changed, i.e. that the reference of field

Re: LC 8.1.2 Stable

2016-12-20 Thread Roger Eller
I really like that one too! Monte really does make great stuff. My only wish is for x-plat ports of his existing iOS add-ons. ~Roger On Mon, Dec 19, 2016 at 7:38 PM, J. Landman Gay wrote: > On 12/19/16 4:56 PM, Monte Goulding wrote: > >> There are some android java

RE: ERROR: Android: Could not encode class bundle

2016-12-20 Thread Paul Richards
Hi Dan, I had the same issue http://forums.livecode.com/viewtopic.php?f=53=28530 . Panos pointed me in the right direction as I needed to update my Android Buildtools to a later version Paul -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On