Search found 1534 matches

Go to advanced search

by Igor
Sat Jun 07, 2014 4:53 am
Forum: Issues
Topic: How to call REST from javascript
Replies: 3
Views: 588
 
Jump to post

How to call REST from javascript

Hello, To invoke any service directly from JavaScript, you can use below code: pre serviceInstanceName.execute({}); /pre where serviceInstanceName is the name of the service instance from Data view. You can find a lot examples how to execute service with parameters on this forum. This link m...
by Igor
Wed Jun 04, 2014 3:41 am
Forum: Issues
Topic: Uncaught Error: cannot call methods on listview prior to initialization
Replies: 15
Views: 1464
 
Jump to post

Uncaught Error: cannot call methods on listview prior to initialization

Hello,

Please show us your JS code and screenshot with error.

by Igor
Tue Jun 03, 2014 10:50 pm
Forum: Issues
Topic: query with where condition dosn't work on android2.2
Replies: 20
Views: 2384
 
Jump to post

query with where condition dosn't work on android2.2

Hello,

Could you also show us service responce when you executing service with where clause parameters?

by Igor
Sun Jun 01, 2014 6:49 pm
Forum: Issues
Topic: Can not save my application
Replies: 4
Views: 519
 
Jump to post

Can not save my application

Hello,

What browser are you using? Please share app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and tell us app name.

by Igor
Sun Jun 01, 2014 6:15 pm
Forum: Issues
Topic: local storage variable wont delete
Replies: 12
Views: 1170
 
Jump to post

local storage variable wont delete

Hello,

I've replied in the topic https://getsatisfaction.com/apperyio/...

by Igor
Sun Jun 01, 2014 6:10 pm
Forum: Issues
Topic: Make query use a local variable
Replies: 1
Views: 346
 
Jump to post

Make query use a local variable

Hello, You can invoke JavaScript in your service before and after mapping. Put below code in your service-request tab-where clause-add JS pre var UserID = localStorage.getItem('UserID'); return '{"Assignee": {"$inQuery": {"_id": "' + UserID + '"}}}'; /...
by Igor
Sun Jun 01, 2014 4:52 pm
Forum: Issues
Topic: Change select component properties
Replies: 1
Views: 330
 
Jump to post

Change select component properties

Hello, You can set font size using CSS,JS or in the PROPERTIES dialog in the Appery.io Builder. http://devcenter.appery.io/documentat... http://devcenter.appery.io/documentat... Please have a look at these topics to check how to set component transparent https://getsatisfaction.com/apperyio/... http...
by Igor
Sun Jun 01, 2014 2:12 pm
Forum: Issues
Topic: 404.htm and 302 moved temporary
Replies: 8
Views: 932
 
Jump to post

404.htm and 302 moved temporary

Please make sure that you set Appery.io proxy correctly in your service.

http://devcenter.appery.io/documentat...

by Igor
Sun Jun 01, 2014 5:36 am
Forum: Issues
Topic: 404.htm and 302 moved temporary
Replies: 8
Views: 932
 
Jump to post

404.htm and 302 moved temporary

There is incorrect libraries paths in the App settings External Resources - User-defined resources. Please try to delete them.

Go to advanced search