Search found 17 matches

by gstone
Thu Sep 08, 2016 7:44 am
Forum: Android Deployment
Topic: In-App Purchase Error - Google Play Store
Replies: 3
Views: 3797

Re: In-App Purchase Error - Google Play Store

Hello,

Thank you both for your support on this!
I will try and implement changes to my App this evening so hopefully I can get this working.

I will let you know how I get on, appreciate your advice as this has been quite a headache.

Gary
by gstone
Wed Sep 07, 2016 1:05 pm
Forum: Android Deployment
Topic: In-App Purchase Error - Google Play Store
Replies: 3
Views: 3797

In-App Purchase Error - Google Play Store

Hi everyone, I have a problem at the moment where i can not successfully test my in-app purchases via the Google Play Store. After implementing the following lesson - http://lessons.livecode.com/m/19606/l/193806-how-do-i-implement-in-app-purchases-in-livecode-google-play-store into my application. I...
by gstone
Mon Nov 09, 2015 8:40 am
Forum: Databases
Topic: Datagrid Hilitedrows
Replies: 2
Views: 3191

Re: Datagrid Hilitedrows

Thank you, the code you supplied had resolved my problem. Also the link had helped e further progress! :)

Thanks again.
by gstone
Thu Nov 05, 2015 5:18 pm
Forum: Databases
Topic: Datagrid Hilitedrows
Replies: 2
Views: 3191

Datagrid Hilitedrows

Hi everybody, I have hit a theoretical brick wall today and know a solution is out there! I have a datagrid which is populated with data every morning. The user will then select multiple rows from the list and continue processing the item further. However.. I have tried and failed at: Deleting rows ...
by gstone
Fri Oct 23, 2015 2:20 pm
Forum: Databases
Topic: Datagrid line check & delete.
Replies: 4
Views: 3902

Re: Datagrid line check & delete.

You have helped MASSIVELY :lol:

Just going to run the code now within the app. Exciting stuff.

PS: Thanks for the typo correction.
by gstone
Fri Oct 23, 2015 2:07 pm
Forum: Databases
Topic: Datagrid line check & delete.
Replies: 4
Views: 3902

Re: Datagrid line check & delete.

Hi Klaus,

Now that looks like a great script! thanks for the quick reply. :D
The TAB Item number is number 5, which is all i need to extract in order to perform the deletions.

Thanks again for your help.

Gary
by gstone
Fri Oct 23, 2015 10:23 am
Forum: Databases
Topic: Datagrid line check & delete.
Replies: 4
Views: 3902

Datagrid line check & delete.

Hello all, I was hoping somebody could help with my current speed issues. I have three datagrids all containing different sets of data, all have an identical column where if the value contains a certain number it will delete the line. My code is WIP but is doing what is asked of, just takes an avera...
by gstone
Wed Oct 07, 2015 8:16 am
Forum: Android Deployment
Topic: Downloading zip files via URL
Replies: 6
Views: 5522

Re: Downloading zip files via URL

Thank you so much, works like an absolute charm! :D

Project can now start moving forwards again, again thanks for all your help.

Gary
by gstone
Tue Oct 06, 2015 2:55 pm
Forum: Android Deployment
Topic: Downloading zip files via URL
Replies: 6
Views: 5522

Re: Downloading zip files via URL

Hi, the filename would be ever changing as files would be updated if a change is requested from the main system. So the file would be haylo.devicename.iygwrfiyg.zip its a unique ID for the main system. I would want to unzip the file within the livecode app, the zip could contain 1 or more files. Tha...
by gstone
Tue Oct 06, 2015 1:42 pm
Forum: Android Deployment
Topic: Downloading zip files via URL
Replies: 6
Views: 5522

Re: Downloading zip files via URL

Hi, thanks for the reply. I have been using a get URL method, I hoped once the URL finished loading the download would then initiate. Here is an example of what my basic attempt had been; on mouseUp put "MOB-H000068" into tAssetNo put "vAssetNo=" into URLVar --put "vAssetNo=" & tAssetNo into field "...
by gstone
Tue Oct 06, 2015 12:04 pm
Forum: Android Deployment
Topic: Downloading zip files via URL
Replies: 6
Views: 5522

Downloading zip files via URL

Hello. I have had some trouble trying to download another section of resource files for my Android application. I have set-up a PHP file on my server where if the correct vars are used it would return with a download file (.zip) "http://Address_here/listener.php?vAssetNo=h001234" The command works o...
by gstone
Tue Oct 06, 2015 11:55 am
Forum: Android Deployment
Topic: Android - Download new file from remote server.
Replies: 1
Views: 2460

Re: Android - Download new file from remote server.

-- Sorted the download CGI script all works smoothly now.
by gstone
Mon Oct 05, 2015 10:39 am
Forum: Android Deployment
Topic: Android - Download new file from remote server.
Replies: 1
Views: 2460

Android - Download new file from remote server.

Hello everybody. I have been trying for a couple of weeks to download a file from my web-server, I am finding it slightly complex as the requirements needed aren't straight forward; First off my mobile app will check with the server for a new / updated manifest file. If available, the file is then d...
by gstone
Tue Sep 22, 2015 11:46 am
Forum: Android Deployment
Topic: testing app on phone
Replies: 6
Views: 3943

Re: testing app on phone

I have used similar code before and the options of yes or no work correctly. In a working stack this snippet works as expected: on OpenCard answer info "Would you like To Take A Picture?" With "Yes" or "No" If it = "Yes" then go to card Take_Picture else show image "Place_Holder_Cancelled" go to cd ...
by gstone
Fri Aug 21, 2015 8:06 am
Forum: Android Deployment
Topic: MergExt Android Problems
Replies: 8
Views: 5714

Re: MergExt Android Problems

I had been rather hasty and got excited about the additional usage. Oh well we live and learn!

Thanks all for your support, much appreciated! :)

Go to advanced search