Search found 891 matches

by LCNeil
Thu May 26, 2016 2:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode program on mobile
Replies: 35
Views: 20891

Re: LiveCode program on mobile

also make sure to enable usb debugging. See the section "Configuring a physical device" in this lesson for more information-

http://lessons.livecode.com/m/2571/l/27 ... er-on-a-pc
by LCNeil
Wed May 25, 2016 1:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode program on mobile
Replies: 35
Views: 20891

Re: LiveCode program on mobile

Android emulators are notoriously slow they can take a long time to load. Deploying a large stack to the emulator may not work due to this speed limitation. I would recommend playing about with the emulator settings (memory, screensize) as these can have a performance impact. If possible, I would ru...
by LCNeil
Wed May 25, 2016 11:25 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode program on mobile
Replies: 35
Views: 20891

Re: LiveCode program on mobile

looks like you created an intel based emulator. Make sure the emulator architecture is ARM based and try deploying again.

more info on this can be found here-

http://stackoverflow.com/questions/2457 ... nstall-apk
by LCNeil
Tue May 10, 2016 3:23 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: POST error with JSON data
Replies: 7
Views: 6093

Re: POST error with JSON data

Hmm that does seem like quite an annoying one. By habit, i've always put spaces after each header parameter but a space is an easy one to miss.

Glad you have it working now though :)

Cheers,

Neil
by LCNeil
Mon May 09, 2016 3:52 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: POST error with JSON data
Replies: 7
Views: 6093

Re: POST error with JSON data

Hi greg, Did you try with my example? I get the expected response from backendless {"lastLogin":1462805460209,"created":1462802060000,"name":"ssss","___class":"Users","user-token":"******","ownerId":*******","updated":1462803281000,"email":"test@tes.com","objectId":"F3-0434-4C8A-FF03-E12128EB7F00","...
by LCNeil
Mon May 09, 2016 3:16 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: POST error with JSON data
Replies: 7
Views: 6093

Re: POST error with JSON data

Hi Greg, This should give you what you need :) set the httpHeaders to \ "application-id: **APPIDHERE**" & cr & \ "secret-key: **SECRETKEYHERE**" & cr & \ "Content-Type: application/json" put ("{""e&"login""e&":""e&"test@livec.com""e&",""e&"password""e&":""e&"lcisaweome"&q...
by LCNeil
Tue Apr 26, 2016 9:00 pm
Forum: Talking LiveCode
Topic: Widget does not work on Windows as standalone app
Replies: 2
Views: 2560

Re: Widget does not work on Windows as standalone app

Hi Paul, It doesn't look like you have included the widget via the copy files section of your standalone settings. Make sure any used widgets are checked in the "extensions to use...." section and build the standalone again. Kind Regards, Neil Roger -- LiveCode Support Team ~ http://www.livecode.com...
by LCNeil
Tue Apr 12, 2016 3:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Create It With LiveCode Course
Replies: 1
Views: 1706

Re: Create It With LiveCode Course

Hi Linda,

Drop a line to support@livecode.com and the team will be able to give you an update.

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
--
by LCNeil
Wed Mar 30, 2016 3:33 pm
Forum: iOS Deployment
Topic: Demo account in iTunes connect[solved]
Replies: 2
Views: 2633

Re: Demo account in iTunes connect

looks like its for any account based system within your application (e.g. if your app communicates with a user database for login etc) and is only used by Apple when reviewing your app. More info on it here- https://discussions.apple.com/thread/1659591?start=0&tstart=0 If you app does not have such ...
by LCNeil
Wed Mar 30, 2016 2:51 pm
Forum: Databases
Topic: revXMLNodeContents
Replies: 4
Views: 4607

Re: revXMLNodeContents

Hi Cassidy, I would look into converting the XML data to a LiveCode array as this would make it a bit easier to work with within LiveCode. The good news is that there is a stack available that takes care of this for you- http://livecodeshare.runrev.com/stack/571/XMLAndArrays In regards to the messag...
by LCNeil
Mon Mar 21, 2016 12:48 pm
Forum: Databases
Topic: revXMLNodeContents
Replies: 4
Views: 4607

Re: revXMLNodeContents

Hi Cassidy, Where are you setting X in your revXMLNodeContents script? I was able to script the following an the string "dog" was returned as expected (ommiting my auth key)- on mouseUp put url "http://www.petango.com/WebServices/wsAdoption.asmx/AdoptableSearch?authkey=**AUTHKEYHERE**&speciesID=&sex...
by LCNeil
Fri Mar 18, 2016 4:03 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Pre-load RevBrowserCef to shorten launch time [Solved]
Replies: 21
Views: 15390

Re: Pre-load RevBrowserCef to shorten launch time

Hi Steve, Yes, you should also be able to use LiveCodes in-built syntax for this purpose. I used the shell command in my initial script as it required only a single line. LiveCode revZip commands require a few more lines of script but you do have a little bit more direct control over what you can do...
by LCNeil
Thu Mar 17, 2016 10:52 am
Forum: iOS Deployment
Topic: iOS 9 put URL Issue
Replies: 6
Views: 4194

Re: iOS 9 put URL Issue

Hi richmace, Moving to HTTPs will resolve your issue. You can also check the "Disable ATS" button in the iOS standalone settings to bypass the need to do this but we cannot guarantee how long Apple will allow this for- Screen Shot 2016-03-17 at 09.50.38.png Kind Regards, Neil Roger -- LiveCode Suppo...
by LCNeil
Wed Mar 16, 2016 12:49 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Pre-load RevBrowserCef to shorten launch time [Solved]
Replies: 21
Views: 15390

Re: Pre-load RevBrowserCef to shorten launch time

Hi Steve, Sounds like you are hitting a CD medium performance limitation as 70 seconds is a very long time for your application to launch. One thing you may be able to try, is creating zipping up your application and then using a "Launcher" stack to extract the app locally and then launch the app wi...

Go to advanced search