Search found 9 matches

Go to advanced search

by Saul Galloway
Fri May 02, 2014 9:12 am
Forum: Issues
Topic: Referencing the query object in JS query
Replies: 3
Views: 886
 
Jump to post

Referencing the query object in JS query

Great, getting there...:-) pre getQuestions.execute({"data":{"where": '{"_id":"53620e12e4b058d902d3f58b"}'}, success:function(data){ // do some processing in here // now return the processed data return(data); /&...
by Saul Galloway
Fri May 02, 2014 7:58 am
Forum: Issues
Topic: Referencing the query object in JS query
Replies: 3
Views: 886
 
Jump to post

Referencing the query object in JS query

I made a text field and a button, and on the button click event I run JS pre getQuestions.execute({data:{where: '{"_id":"53620e12e4b058d902d3f58b"}', success:function(data){ alert("success! "+data); }, error:function ( jqXHR, textStatus, errorThrown ) { alert(&q...
by Saul Galloway
Thu May 01, 2014 4:16 pm
Forum: Issues
Topic: How to generate javascript query of collection
Replies: 6
Views: 1945
 
Jump to post

How to generate javascript query of collection

I made a text field and a button, and on the button click event I run JS pre getQuestions.execute({data:{where: '{"_id":"53620e12e4b058d902d3f58b"}', success:function(data){ alert("success! "+data); }, error:function ( jqXHR, textStatus, errorThrown ) { alert(&q...
by Saul Galloway
Thu May 01, 2014 10:04 am
Forum: Issues
Topic: How to generate javascript query of collection
Replies: 6
Views: 1945
 
Jump to post

How to generate javascript query of collection

Trying to generate a quiz app. My sample data pre [ { " id":"53620e12e4b058d902d3f58b", "question":"How was your experience today?, Very good, Good, Average, Poor, Very poor", " createdAt":"2014-05-01 09:04:18.125", " updatedAt...
by Saul Galloway
Wed Apr 30, 2014 5:28 pm
Forum: Issues
Topic: Download finished tutorials
Replies: 9
Views: 1503
 
Jump to post

Download finished tutorials

Getting there. I'm no JS programmer but if when offline you add and delete an item then you will var tasksArr twice, in the create and delete "if" loop. Needs to be var 'd before the if loops. Also if you follow your tutorial steps exactly in the delete service mapping you get as per my sc...
by Saul Galloway
Wed Apr 30, 2014 11:16 am
Forum: Issues
Topic: Download finished tutorials
Replies: 9
Views: 1503
 
Jump to post

Download finished tutorials

Shared

by Saul Galloway
Wed Apr 30, 2014 11:15 am
Forum: Issues
Topic: Download finished tutorials
Replies: 9
Views: 1503
 
Jump to post

Download finished tutorials

Happy to but not possible on beginner account

Team size 1
Used seats 1
Available seats 0
You can't grant more than 1 licenses

by Saul Galloway
Wed Apr 30, 2014 10:35 am
Forum: Issues
Topic: Download finished tutorials
Replies: 9
Views: 1503
 
Jump to post

Download finished tutorials

Re-entered from scratch for a 3rd time and as listed on the tutorial it seems bugged. The only tutorial step that looks different from my workspace to the tutorial screenshots is "Adding a delete service" step https://d2r1vs3d9006ap.cloudfront.net/s3_images/1051360/addingadeleteservice_inl...
by Saul Galloway
Wed Apr 30, 2014 7:52 am
Forum: Issues
Topic: Download finished tutorials
Replies: 9
Views: 1503
 
Jump to post

Download finished tutorials

Is there a way of downloading a completed tutorial example. I have entered "Building a simple ToDo app with Appery.io Backend Services, part 2: working in offline mode" from scratch twice but cannot get it to synch the offline data when the phone goes online, so presume my code is bugged i...

Go to advanced search