Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

App Response is Terrible

Hi Deon,

http://docs.appery.io/tutorials/build...

You can use the same principle for a local WebSQL database. The only difference is that the sample limits would be described in the SQL query syntax.

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

App Response is Terrible

Thank you for this. I have implemented as per the tutorial, except with a query service and with a list and not a grid.

It does not work. Is because I am using the query service and not the list service?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

App Response is Terrible

Deon, please show us screen shots how did you set up Query service and mapped the results to a list.

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

App Response is Terrible

Hi Sorry for the pressure, have you managed to look at this as yet. I think this is vital to the app.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

App Response is Terrible

Hi Deon,

Sorry, no news yet. We are working on it right now.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

App Response is Terrible

Please review your JS-code. From the screenshots we see that instead of the comparison operator < you use the HTML entity code</code
See errors in the console please: http://docs.appery.io/documentation/d...

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

App Response is Terrible

I copied the code from your tutorial

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

App Response is Terrible

I have replace with comparison operator but still same problem

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

App Response is Terrible

Hi Deon,

In mapping you use StoreType variable, please check its value when is executed. For example, add the following code: codereturn('{"StoreType": "' + value + '"}');
console&#46;log(value);/code

Return to “Issues”