Page 1 of 4

More issues....

Posted: Mon May 26, 2014 1:12 pm
by Girish Chhugani

More Issues.....
All the localstorage variables I had set through Actions are not working either... Did you guys map those properly?? I rely heavily on localstorage. Do I pretty much have to rebuild the app?
Also Elements that are hidden via the gui are showing up anyway.


More issues....

Posted: Mon May 26, 2014 1:22 pm
by Kateryna Grynko

Hi Girish,

Please use:pre$a.storage.myLocalVar.get();/preInstead of:prelocalStorage.getItem("myLocalVar");/pre
http://devcenter.appery.io/documentat...


More issues....

Posted: Mon May 26, 2014 1:33 pm
by Girish Chhugani

I dont understand I am using that where I used javascript
but what about the actions area where you can select and map to a component? You are not planning on fixing that?


More issues....

Posted: Mon May 26, 2014 1:50 pm
by Girish Chhugani

It's not mapping to the list component anymore. The behavior has changed.


More issues....

Posted: Mon May 26, 2014 2:21 pm
by Girish Chhugani

This has stopped working to get an item from a list. Was working just fine on saturday morning

$(this).find('[name=name]').text()
or
$(this).find('[dsid=name]').text()

where name is a label and I am clicking on a list and the javascript is
alert($(this).find('[name=name]').text());

Another bug or change in behavior that we dont' know about.

Also if instead of javascript I just use the actions functionality and map it to the label , it doesnt recognize it either. Its was all working fine before the update....
Thanks
Please let us know if there is an ETA for testing and fixing all the issues? No point working on the app till all this is fixed..
Thanks


More issues....

Posted: Mon May 26, 2014 2:57 pm
by Evgene Karachevtsev

Hello Girish,

Unfortunately mapping problem is the bag, we are trying to fix it now, but clicking should be working. Could you please send us public link to your application for we could test it.


More issues....

Posted: Mon May 26, 2014 3:02 pm
by Girish Chhugani

The clicking works but it's blank since it can't get the value. and you can just try it yourself....

I did a separate app with a test. same behavior

6b1d6592-2d5d-4620-b4a5-fbda17b3bded


More issues....

Posted: Mon May 26, 2014 3:05 pm
by Girish Chhugani

I can even demo it to you real quick via join.me
Let me know


More issues....

Posted: Mon May 26, 2014 3:18 pm
by Girish Chhugani

The problem is not binding the storage variable to the component. The problem is that the list component children label cannot be accessed anymore... It works with everything else supposedly


More issues....

Posted: Mon May 26, 2014 3:18 pm
by Girish Chhugani

meant child label