Search found 23 matches

Go to advanced search

by Sergey Kozyr
Thu Sep 12, 2013 8:25 am
Forum: Issues
Topic: How to use the Query service
Replies: 6
Views: 1105
 
Jump to post

How to use the Query service

Hello.
Please make sure that "where" request parameter has "Header" checkbox unticked.

by Sergey Kozyr
Wed May 08, 2013 8:07 pm
Forum: Issues
Topic: How do I change the default timeout for a service?
Replies: 3
Views: 803
 
Jump to post

How do I change the default timeout for a service?

Unfortunately there is no option to change timeout setting through UI. A workaround posted earlier should work.

by Sergey Kozyr
Wed May 08, 2013 7:55 pm
Forum: Issues
Topic: How do I change the default timeout for a service?
Replies: 3
Views: 803
 
Jump to post

How do I change the default timeout for a service?

Hello,
you can change timeout option if you call Rest service with JavaScript.
Create "Run JavaScript" action and write:
precodedatasource1.execute({timeout: 30000});
/code/pre

Here "datasource1" is name of a datasource from "Data" tab.

by Sergey Kozyr
Wed May 08, 2013 7:46 pm
Forum: Issues
Topic: edit data in success event of service
Replies: 15
Views: 2026
 
Jump to post

edit data in success event of service

To create generic rest service click Create New Service and select "Generic" type. https://d2r1vs3d9006ap.cloudfront.net/s3_images/897563/generic-service-0_inline.png?1368041816 Now click "Add custom implementation": https://d2r1vs3d9006ap.cloudfront.net/s3_images/897564/generic-...
by Sergey Kozyr
Wed May 08, 2013 6:11 pm
Forum: Issues
Topic: Hide action bar for galaxy tab 10.1
Replies: 1
Views: 473
 
Jump to post

Hide action bar for galaxy tab 10.1

Hi, you could make application run in fullscreen mode. You need to export to Eclipse project and edit "config.xml" file in folder "\res\xml". Just add line: code<preference name="fullscreen" value="true" &#47;>/code after line 37: code<preference name=&quo...
by Sergey Kozyr
Wed May 08, 2013 5:25 pm
Forum: Issues
Topic: Uploading files to appery DB tutorial problem
Replies: 27
Views: 5764
 
Jump to post

Uploading files to appery DB tutorial problem

I see your project. Working on it.

by Sergey Kozyr
Wed May 08, 2013 5:15 pm
Forum: Issues
Topic: Local storage variable not mapping to request?
Replies: 9
Views: 1484
 
Jump to post

Local storage variable not mapping to request?

Do you call Rest service on page load or on some other event?

by Sergey Kozyr
Wed May 08, 2013 4:53 pm
Forum: Issues
Topic: Local storage variable not mapping to request?
Replies: 9
Views: 1484
 
Jump to post

Local storage variable not mapping to request?

Could you send us a screenshot of Network tab in Chrome Developer tools when you start application in browser? Also "XHR" filter in Network tab must be turned on. This would help us to see all requests to rest services.

by Sergey Kozyr
Wed May 08, 2013 4:41 pm
Forum: Issues
Topic: Uploading files to appery DB tutorial problem
Replies: 27
Views: 5764
 
Jump to post

Uploading files to appery DB tutorial problem

Please share application with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a so we could find out a solution.

Go to advanced search