Search found 9 matches

by harper58
Wed Aug 09, 2017 5:42 pm
Forum: CGIs and the Server
Topic: Instructions: setup Livecode server on Windows 8.1 with XAMP
Replies: 0
Views: 3733

Instructions: setup Livecode server on Windows 8.1 with XAMP

Thanks to Simon at Activethought.net for his very helpful instructions. I tried the instructions he made a while back and was never able to get it to work. I just found his updated instructions and tried again. I've just added a few bits to show exactly what worked for me. I've looked at a few diffe...
by harper58
Fri Aug 26, 2016 1:59 am
Forum: Building Externals
Topic: Can Livecode be an external for non-livecode apps?
Replies: 4
Views: 8045

Re: Can Livecode be an external for non-livecode apps?

The other app isn't one particular app. I want to provide a standardized way to work with any other app. Apps written by other people in other languages. i want to provide a list of locations within a range of the phone's location. Someone else has already taken care of the server part. I want to mi...
by harper58
Thu Aug 25, 2016 12:04 pm
Forum: Building Externals
Topic: Can Livecode be an external for non-livecode apps?
Replies: 4
Views: 8045

Re: Can Livecode be an external for non-livecode apps?

Thanks for the reply. Yes my app tracks the mobile devices GPS. I'm trying to minimize server traffic by downloading a list of coordinates and only contacting the server when the GPS is within a certain range of one of those coordinates. Can a separate, Livecode app be bundled with another app so th...
by harper58
Mon Aug 22, 2016 9:14 pm
Forum: Building Externals
Topic: Can Livecode be an external for non-livecode apps?
Replies: 4
Views: 8045

Can Livecode be an external for non-livecode apps?

Can Livecode be written as an external for Android, or iOS apps? I started a standalone app which I would like to turn into an external/plugin for apps written in other languages. It tracks GPS coordinates and exchanges info with a server via JSON. I would like to be able to provide an API for excha...
by harper58
Mon Apr 13, 2015 11:36 pm
Forum: MergEXT
Topic: mergZXing for Android
Replies: 16
Views: 23985

Re: mergZXing for Android

Monte, sorry I haven't gotten back sooner. The problem was actually with this line:
set the acceleratedRendering of this stack to true
With that in there the barcode instance doesn't appear - just an empty rectangle.
I'm using 7.04 RC2.
Thanks,
Rich
by harper58
Wed Apr 08, 2015 1:29 pm
Forum: MergEXT
Topic: mergZXing for Android
Replies: 16
Views: 23985

Re: mergZXing for Android

Monte, I found a problem. I had the barcode scanner working in my app until I added the following script to card 1. The fullscreenmode doesn't work when I put it in the stack script: on preOpenStack set the acceleratedRendering of this stack to true set the fullscreenMode of this stack to "exactFit"...
by harper58
Wed Mar 04, 2015 4:03 pm
Forum: MergEXT
Topic: mergZXing for Android
Replies: 16
Views: 23985

Re: mergZXing for Android

Outstanding! I verified that. BTW, I think you meant mergZXingGetBarcode().
Thanks for being so quick to respond.
by harper58
Wed Mar 04, 2015 12:09 am
Forum: MergEXT
Topic: mergZXing for Android
Replies: 16
Views: 23985

Re: mergZXing for Android

Monte, I signed up as a mergExt complete user, downloaded this file and loaded your sample stack onto a Nexus 5 running 5.0.1. It works great! I'm not thrilled about having to ask a user to download another app (ZXing Barcode Scanner) to use my app. Is there any way to bundle that app with mine so t...
by harper58
Wed Dec 17, 2014 12:46 pm
Forum: Android Deployment
Topic: Application Permissions
Replies: 5
Views: 4599

Re: Application Permissions

Is there a way to retrieve the IMEI and phone number on Android and iOS? I'm replying to this post because it is the only one I found that mentions this and it seems to indicate that there is a way to do it. It seems like these should be parameters of the mobileBuildInfo function. Boris mentions the...

Go to advanced search