Search found 81 matches

Go to advanced search

by araskin3i
Mon Feb 24, 2014 4:21 pm
Forum: Issues
Topic: Appery.io - site very slow
Replies: 7
Views: 1021
 
Jump to post

Appery.io - site very slow

Agreed. Site is very slow to load and I am unable to actually launch the app and test it. I guess this is some sort of outage...

by araskin3i
Mon Feb 24, 2014 4:11 pm
Forum: Issues
Topic: Calling Twitter api (authentication issue)
Replies: 13
Views: 1322
 
Jump to post

Calling Twitter api (authentication issue)

Yes it is a header parameter. I can see the parameters in the console and they seem to match what I am using to generate the header (above).

by araskin3i
Fri Feb 21, 2014 6:14 pm
Forum: Issues
Topic: Calling Twitter api (authentication issue)
Replies: 13
Views: 1322
 
Jump to post

Calling Twitter api (authentication issue)

I think I need someone else to take a look at this code because I dont see what I am doing wrong... I am calling https://api.twitter.com/1.1/geo/searc... API to search for a location on twitter. Other Twitter API calls work great with no problem but this one is constantly returning the following err...
by araskin3i
Fri Feb 21, 2014 4:51 pm
Forum: Issues
Topic: Using Twitter tutorial to call standard Geo search for twitter
Replies: 6
Views: 664
 
Jump to post

Using Twitter tutorial to call standard Geo search for twitter

Unfortunately this issue has come up again. I dont understand why but Twitter is responding with the following response: {"errors":[{"message":"Bad Authentication data","code":215}]} Here is my code: code var params = {}; params.lat = Appery("labe...
by araskin3i
Fri Feb 14, 2014 4:00 pm
Forum: Issues
Topic: How to re-enable a button on my screen programatically
Replies: 5
Views: 702
 
Jump to post

How to re-enable a button on my screen programatically

I have a button on my screen. In the properties i set disabled to true. However when I programmatically remove this (using removeAttr) the button remains disabled. When I look in the inspector I can see that the CSS class of this button (as well as the surrounding DIV) are still disabled. Perhaps th...
by araskin3i
Mon Feb 10, 2014 7:50 pm
Forum: Issues
Topic: $eq invalid operator
Replies: 2
Views: 328
 
Jump to post

$eq invalid operator

Thank you that worked.

by araskin3i
Mon Feb 10, 2014 6:31 pm
Forum: Issues
Topic: $eq invalid operator
Replies: 2
Views: 328
 
Jump to post

$eq invalid operator

I am creating a server side API call with the following code: code var params = {}; //Define parameters object params.criteria = { //Query criteria: 'objectId': { "$eq": myObjId } }; //Define other parameters params.limit = 1;...
by araskin3i
Sat Feb 08, 2014 11:24 am
Forum: Issues
Topic: bind an ID to a button
Replies: 1
Views: 272
 
Jump to post

bind an ID to a button

I am hoping for some 'best practice' guidance. I am returning an array of objects from a REST service and would like to have those appear inside a grid. Each row (representing an object) has an Edit button. The user clicks on the Edit button if they wish to update the data. I would like to bind in t...
by araskin3i
Thu Feb 06, 2014 7:25 pm
Forum: Issues
Topic: Returning error from Server side code
Replies: 2
Views: 331
 
Jump to post

Returning error from Server side code

Thank you.

by araskin3i
Thu Feb 06, 2014 1:22 pm
Forum: Issues
Topic: Returning error from Server side code
Replies: 2
Views: 331
 
Jump to post

Returning error from Server side code

I noticed in the examples provided in http://docs.appery.io/documentation/b... that even if we wanted to return an error in a server side script we use response.success. Is that right? Isn't there a response.error that we could use? I want to make sure that the onError events on the client are trigg...

Go to advanced search