Page 3 of 4

App Response is Terrible

Posted: Wed Sep 11, 2013 2:57 pm
by Kateryna Grynko

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.


App Response is Terrible

Posted: Thu Sep 12, 2013 2:04 am
by Deon

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?


App Response is Terrible

Posted: Thu Sep 12, 2013 4:18 am
by Alena Prykhodko

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


App Response is Terrible

Posted: Thu Sep 12, 2013 5:30 am
by Deon

App Response is Terrible

Posted: Thu Sep 12, 2013 3:21 pm
by Deon

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


App Response is Terrible

Posted: Thu Sep 12, 2013 3:33 pm
by Kateryna Grynko

Hi Deon,

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


App Response is Terrible

Posted: Thu Sep 12, 2013 3:36 pm
by Kateryna Grynko

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...


App Response is Terrible

Posted: Thu Sep 12, 2013 4:18 pm
by Deon

I copied the code from your tutorial


App Response is Terrible

Posted: Thu Sep 12, 2013 4:29 pm
by Deon

I have replace with comparison operator but still same problem


App Response is Terrible

Posted: Thu Sep 12, 2013 5:14 pm
by Kateryna Grynko

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