Search found 23 matches

Go to advanced search

by Andrew Main
Thu Sep 24, 2015 5:15 pm
Forum: Issues
Topic: Need Help! REST APIs Using API Express
Replies: 22
Views: 3685
 
Jump to post

Need Help! REST APIs Using API Express

nice! I'll give this a try as well and see if it works for me.

by Andrew Main
Thu Aug 06, 2015 4:18 pm
Forum: Issues
Topic: rest service sort option
Replies: 17
Views: 3857
 
Jump to post

rest service sort option

Can i sort in reverse by IDs? So i can show the 100 most recent items?

by Andrew Main
Wed Aug 05, 2015 12:46 am
Forum: Issues
Topic: Need Help! REST APIs Using API Express
Replies: 22
Views: 3685
 
Jump to post

Need Help! REST APIs Using API Express

I'm having the exact same issue. the automatically generated ones work just fine. However in my custom service named, "blocks/{id}" SQL: select * from blocks where id = :id returns: { "code": "AE009", "message": "Incorrect server configuration", &quo...
by Andrew Main
Fri Jul 31, 2015 2:42 pm
Forum: Issues
Topic: rest service sort option
Replies: 17
Views: 3857
 
Jump to post

rest service sort option

I have a similar issue using API express. Link to my original post: https://getsatisfaction.com/apperyio/... basically i've add &sort=created_at at the end of my REST url request, however nothing happens. I have also tested it and I can get it to work correctly for imported database services, bu...
by Andrew Main
Fri Jul 31, 2015 7:15 am
Forum: Issues
Topic: Record limit on database list
Replies: 11
Views: 2120
 
Jump to post

Record limit on database list

I'm currently working with this as well. However I am using an REST service from API express ( https://devcenter.appery.io/documenta... ) states, "Keep in mind that the REST Service response can’t exceed the limit of 100kb and the number of entries in one response can’t exceed 100." If i s...
by Andrew Main
Wed Jul 15, 2015 3:52 pm
Forum: Issues
Topic: Very simple barcode scanning app funtions on iphone, but not Ipad
Replies: 5
Views: 942
 
Jump to post

Very simple barcode scanning app funtions on iphone, but not Ipad

I previously stated, "Other barcode scanning apps work on this Ipad, scanning the same barcodes." Is that what you mean? The Ipad successfully scans the exact same barcode with different apps.

by Andrew Main
Tue Jul 14, 2015 6:20 pm
Forum: Issues
Topic: Very simple barcode scanning app funtions on iphone, but not Ipad
Replies: 5
Views: 942
 
Jump to post

Very simple barcode scanning app funtions on iphone, but not Ipad

Yes, guess thats important!

It goes to the camera, and then will not read any barcodes. So it just stays with the camera activated until you close the app.

by Andrew Main
Tue Jul 14, 2015 1:52 pm
Forum: Issues
Topic: Very simple barcode scanning app funtions on iphone, but not Ipad
Replies: 5
Views: 942
 
Jump to post

Very simple barcode scanning app funtions on iphone, but not Ipad

I made an exact replicata of the 'Build a mobile app with Barcode Scanner in 5 minutes' ( https://www.youtube.com/watch?v=QT7he... ) It worked perfectly on my Iphone. However when testing on a 4th generation Ipad, I can not get it to read the barcode. Other barcode scanning apps work on this Ipad, s...
by Andrew Main
Sat Jul 11, 2015 2:22 pm
Forum: Issues
Topic: Appery.io seems to randomly losing service mapping settings. (They work fine when i go to sleep, and then are some are g
Replies: 19
Views: 3082
 
Jump to post

Appery.io seems to randomly losing service mapping settings. (They work fine when i go to sleep, and then are some are g

It seems creating a backup of the project and reloading it has resolved the issue. It may have also been due to poor internet connections while working on the app. Either way it seems to be gone and I'm much happier!

by Andrew Main
Mon Jun 22, 2015 12:37 pm
Forum: Issues
Topic: Appery.io seems to randomly losing service mapping settings. (They work fine when i go to sleep, and then are some are g
Replies: 19
Views: 3082
 
Jump to post

Appery.io seems to randomly losing service mapping settings. (They work fine when i go to sleep, and then are some are g

i can find examples of how to make dynamic dropdown lists with javascript: var selectedValue = this.value; var data = { 'fruits': ['orange', 'apple', 'banana'], 'vegetables': ['onion', 'carrot', 'tomato'] }; var dropDown = $('[name=dynamicList]'); dropDown.html(''); var newData = data[selectedValue]...

Go to advanced search