Search found 37 matches

Go to advanced search

by Mike Maughan
Fri Jul 18, 2014 7:58 pm
Forum: Issues
Topic: Can we pay with amex?
Replies: 3
Views: 418
 
Jump to post

Can we pay with amex?

I'd like to pay for the subscription with my company card but it is AMEX and you don't show that option. Is there any way I could pay with AMEX?

Thanks,

Mike

by Mike Maughan
Mon Apr 07, 2014 9:54 pm
Forum: Issues
Topic: Pagination not quite working as expected
Replies: 25
Views: 2478
 
Jump to post

Pagination not quite working as expected

Thank you, everyone for your assistance! I think you can consider this closed.

by Mike Maughan
Mon Apr 07, 2014 12:53 pm
Forum: Issues
Topic: Pagination not quite working as expected
Replies: 25
Views: 2478
 
Jump to post

Pagination not quite working as expected

Hi Igor, Thank you for your reply. I somehow overlooked the "get_states.execute){()};" misspelling. However, there is a reason that I am trying to assign the "total" localStorage variable value from a query result count rather than assign a static value on page load. I'm working ...
by Mike Maughan
Sat Apr 05, 2014 3:36 pm
Forum: Issues
Topic: Pagination not quite working as expected
Replies: 25
Views: 2478
 
Jump to post

Pagination not quite working as expected

Thanks for your reply. Here's a follow up question. On page show I have the read db service return a count, which value is passed to the total local storage variable. then I invoke the list states service. the issue is that I get an undefined value returned for the count. Yet testing the read db ser...
by Mike Maughan
Fri Apr 04, 2014 11:01 pm
Forum: Issues
Topic: Pagination not quite working as expected
Replies: 25
Views: 2478
 
Jump to post

Pagination not quite working as expected

Following the pagination tutorial, I add a query to the database with a where clause. When I add a count value, the return is undefined except for the count, which has a value. When I leave out the count value the return is the page of results. Not sure what I might be doing wrong. Any insight would...
by Mike Maughan
Fri Mar 28, 2014 7:02 pm
Forum: Issues
Topic: Geolocation accuracy, caching and other service parameters
Replies: 3
Views: 506
 
Jump to post

Geolocation accuracy, caching and other service parameters

Thanks for the reply. My app works, but I have a problem with fine-tuning the geolocation calls so that it doesn't cache and so that it is accurate without any delay.

The examples don't describe what each service parameter does, which is why I ask.

by Mike Maughan
Fri Mar 28, 2014 5:53 pm
Forum: Issues
Topic: Geolocation accuracy, caching and other service parameters
Replies: 3
Views: 506
 
Jump to post

Geolocation accuracy, caching and other service parameters

On a change value click (selected), my app compares the lat/lng of a saved location with your current location. If the current location isn't in range of the saved location then the javascript prompts the user to move closer to the target and to click again. This ensures that the user can only succe...
by Mike Maughan
Thu Mar 27, 2014 7:40 pm
Forum: Issues
Topic: update db service error code DBSP260
Replies: 3
Views: 523
 
Jump to post

update db service error code DBSP260

Ah Hah! I found the issue. As you can see in the screenshot above, the Request URL is looking for lower-case "object_id" where I was providing an uppercase "Object_id". I changed the request parameter to the lower-case "object_id" and everything works. I didn't think to...
by Mike Maughan
Thu Mar 27, 2014 7:23 pm
Forum: Issues
Topic: update db service error code DBSP260
Replies: 3
Views: 523
 
Jump to post

update db service error code DBSP260

Go to advanced search