Search found 52 matches

Go to advanced search

by anon
Mon Apr 28, 2014 1:05 am
Forum: Issues
Topic: Manual service invocation with multiple request parameters
Replies: 2
Views: 305
 
Jump to post

Manual service invocation with multiple request parameters

Ah, turns out I got it.

myService.execute({ "data" : {"where": JSONquery, "limit": listData.limit, "skip": listData.skip} });

just make sure if your where value consists of many filters, that it is both well formed, and passed in as a JSON object.

by anon
Mon Apr 28, 2014 12:59 am
Forum: Issues
Topic: Manual service invocation with multiple request parameters
Replies: 2
Views: 305
 
Jump to post

Manual service invocation with multiple request parameters

How do I correctly execute a service in JavaScript using data with more than one parameter? For example: myService.execute({ "data" : [{"where": {"_id": myID}, {"limit":listData.limit}, {"skip":listData.skip}]}); This doesn't seem to work, as I am no...
by anon
Sun Apr 27, 2014 12:11 am
Forum: Issues
Topic: Get page name javascript
Replies: 4
Views: 847
 
Jump to post

Get page name javascript

How do I use an Appery call to get the current page name so that I can create logic for pagination using Appery(myPage, {});

by anon
Mon Apr 21, 2014 6:01 pm
Forum: Issues
Topic: Scroll on Android issues
Replies: 2
Views: 248
 
Jump to post

Scroll on Android issues

I have noticed that there is a difference in performance between the iOS and Android versions of my project. In particular, the Android version has been having swipe and scroll related issues that are not in occurrence on the iOS. Scrolling for example doesn't change directions after a movement is s...
by anon
Sun Apr 20, 2014 9:58 pm
Forum: Issues
Topic: CSS in mapped response
Replies: 3
Views: 321
 
Jump to post

CSS in mapped response

Yes, but this doesn't quite answer my question as the element that comes through is from an array list. So I can't statically target an 'id'. My question is regarding syntax of such.

by anon
Sun Apr 20, 2014 9:21 pm
Forum: Issues
Topic: CSS in mapped response
Replies: 3
Views: 321
 
Jump to post

CSS in mapped response

In the response mapping of a service, I am trying to add logic to format my element. in function(value, element){ $(element).css('text-align', 'right'); } how would I target the element in a css call? In particular, I am trying to change the location of a label component contained inside the element
by anon
Sun Apr 20, 2014 4:21 am
Forum: Issues
Topic: Mapping Array Collection Attributes to Components
Replies: 1
Views: 226
 
Jump to post

Mapping Array Collection Attributes to Components

It is clear and obvious how one maps the array response of a service to create a list of component elements. My question is how we do the same thing but of an array CONTAINED in the response array of a service. For example... $[] --------------------------------- Button Name ------------------------...
by anon
Sat Apr 19, 2014 12:21 am
Forum: Issues
Topic: How to elegantly make a service fail
Replies: 2
Views: 290
 
Jump to post

How to elegantly make a service fail

like... in the where clause; what can I return to make the service fail, so that I can run an event after this service fails...? elegantly (silently)

by anon
Fri Apr 18, 2014 11:48 pm
Forum: Issues
Topic: How to elegantly make a service fail
Replies: 2
Views: 290
 
Jump to post

How to elegantly make a service fail

I am trying to make a service (query) fail if the where clause is undefined or some other fail case. What is the best way to make a service fail? I want to avoid error 404 or 5xx get requests from populating the console.

by anon
Mon Apr 14, 2014 1:13 am
Forum: Issues
Topic: Xcode export showing old app name
Replies: 6
Views: 826
 
Jump to post

Xcode export showing old app name

it would be nice to have the solution on the appery.io GUI side. Any word on the general solution?

Go to advanced search