Search found 204 matches

Go to advanced search

by Paul Medawar
Sat Oct 28, 2017 5:14 am
Forum: Issues
Topic: Server Code Sum - params.sort
Replies: 3
Views: 890
 
Jump to post

Server Code Sum - params.sort

Hi both, thank you for the replies. This project is on hold for me at the moment, when i get back to it, i will look at your recommendations.

Thanks for your help

by Paul Medawar
Sat Oct 28, 2017 5:13 am
Forum: Issues
Topic: BarCodeScanner in Web App
Replies: 3
Views: 625
 
Jump to post

BarCodeScanner in Web App

I have an app that utlises the barcodescanner plugin to allow a user to access further features. This works fine for ios and android native builds. However the phones camera is not being accessed for the web app that I have built. Do I need to add anything for the barcodescanner to work through a we...
by Paul Medawar
Fri Oct 27, 2017 7:57 am
Forum: Issues
Topic: Stopping Resume Event
Replies: 4
Views: 729
 
Jump to post

Stopping Resume Event

Hi Serhii,

I have added the function on to page 2 and it works great. However, after navigating from page 2, to page 1 or 3, the function is still firing on resume. How can I stop it and make sure it only fires on page 2?

by Paul Medawar
Thu Oct 26, 2017 4:08 pm
Forum: Issues
Topic: Stopping Resume Event
Replies: 4
Views: 729
 
Jump to post

Stopping Resume Event

Hi, if the "resume" event is used to invoke a service on a page, does that mean the service will be invoked every time the app is resumed after that? I have an app with three pages. I want to run the "resume" event to invoke a service on page 2, but I don't want it to continue to...
by Paul Medawar
Mon Oct 09, 2017 4:11 pm
Forum: Issues
Topic: Server Code Sum - params.sort
Replies: 3
Views: 890
 
Jump to post

Server Code Sum - params.sort

Hi, I'm succesfully using the following server code to sum the "Guests" column for each "Member" in a collection called "Visits". ---------------------------- var DB_id = "*********", collectionName = "Visits", columnNamePlayer1 = 'Member', columnNam...
by Paul Medawar
Mon Aug 07, 2017 6:12 am
Forum: Issues
Topic: Server Code Service - Request Query String
Replies: 4
Views: 837
 
Jump to post

Server Code Service - Request Query String

Hey Bruce,

thanks a lot mate, using local storage to accomplish what I need.

best

paul

by Paul Medawar
Fri Aug 04, 2017 2:44 pm
Forum: Issues
Topic: Server Code Service - Request Query String
Replies: 4
Views: 837
 
Jump to post

Server Code Service - Request Query String

Hi Bruce,

thanks for getting back to me. Is their no way of running a query on a server code service response?

Best

Paul

by Paul Medawar
Wed Aug 02, 2017 10:05 am
Forum: Issues
Topic: Server Code Service - Request Query String
Replies: 4
Views: 837
 
Jump to post

Server Code Service - Request Query String

hi, I'm running some server code to group and sum data. Then in the app I'm running a server code service, which gives the following response [{ "totalSum": 8, "Gamer": "JOHN", "Location": "A" }, { "totalSum": 20, "Gamer": "A...
by Paul Medawar
Thu Jul 27, 2017 12:31 pm
Forum: Issues
Topic: multiUpdateObject Array from example
Replies: 11
Views: 1359
 
Jump to post

multiUpdateObject Array from example

Ok thanks Serhii, I'll try them out

by Paul Medawar
Thu Jul 27, 2017 12:30 pm
Forum: Issues
Topic: Calling services at the same time
Replies: 6
Views: 1521
 
Jump to post

Calling services at the same time

Thanks for the info Bruce/Serhii!

Go to advanced search