Page 1 of 2

My App doesn't work

Posted: Wed Jun 26, 2013 8:13 pm
by Rafael Martínez

I don't make changes to my application from more than a week ago. Today, I have included a "spacer" on some pages and does not work my JS logic in Test with a browser, and does not work on Android ....

I don't know what's happened, I think this is a problem with JS, or with the services or with the local function.getStorage or local.setStorage. The HTML code that Appery.io generates today is very different from a week ago.

Nothing of my logic JS works, and in the version that I have downloaded a week ago everything works fine. The only solution I have found is manually include the spacer in the code of a week ago ....very strange all this.


My App doesn't work

Posted: Wed Jun 26, 2013 8:23 pm
by Maryna Brodina

Hello! Are there any JS errors in console? What exactly doesn't work?


My App doesn't work

Posted: Wed Jun 26, 2013 8:33 pm
by Rafael Martínez

There is no JS errors in the console, I don't know what's the problem but I suspect that the responses of the services are not properly stored in local variables, but it is a lot of code, it is very difficult to know what's the problem ....... and, as I say, the same code that generates a week ago works perfectly........


My App doesn't work

Posted: Wed Jun 26, 2013 9:28 pm
by Rafael Martínez

Well, I have already found the problem.

A week ago, in the code generated by Appery.IO, the event "Value Change" of a list (a list linked to the response of a restservice) is triggered for each record returned by the service.

In the code of Appery.IO generated today, this event "Value Change" is not triggered for each record in the response of the invoked service......

I don't know what you think about this, but for us this is a critical problem because it forces to redesign the app......


My App doesn't work

Posted: Wed Jun 26, 2013 9:53 pm
by maxkatz

The value change would be triggered as the list was being built? It wasn’t the correct behaviour and we had to change it.


My App doesn't work

Posted: Wed Jun 26, 2013 10:21 pm
by Rafael Martínez

I can go along with that (or not, this is not clear for me) but, in any case, we (all your customers) should be warned against this an other changes.

In our case, we have a critical problem at this moment.....


My App doesn't work

Posted: Wed Jun 26, 2013 11:24 pm
by maxkatz

Totally understand. We are making sure this never happens again.


My App doesn't work

Posted: Fri Jun 28, 2013 12:16 pm
by Rafael Martínez

There is another change in Appery.IO concerning the "select".

A week ago the "select" did not load any value by default when recovering its values from a service, and now the select loads the first value from the service.

Is there any easy way to do it as before? Any help is welcome.


My App doesn't work

Posted: Fri Jun 28, 2013 3:30 pm
by maxkatz

You can change it with JavaScript. The previous behavior wasn't correct.


My App doesn't work

Posted: Fri Jun 28, 2013 4:01 pm
by Rafael Martínez

Ok, thanks.

Some additional information on changes that you made because the behaviour of Appery.IO wasn't correct? (We are testing our app for the last 12 hours in a trial and error process, this is very fun work !!)