Girish Chhugani
Posts: 0
Joined: Thu Apr 17, 2014 10:18 pm

More issues....

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.

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

More issues....

Hi Girish,

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

Girish Chhugani
Posts: 0
Joined: Thu Apr 17, 2014 10:18 pm

More issues....

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?

Girish Chhugani
Posts: 0
Joined: Thu Apr 17, 2014 10:18 pm

More issues....

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

Girish Chhugani
Posts: 0
Joined: Thu Apr 17, 2014 10:18 pm

More issues....

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

More issues....

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.

Girish Chhugani
Posts: 0
Joined: Thu Apr 17, 2014 10:18 pm

More issues....

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

Girish Chhugani
Posts: 0
Joined: Thu Apr 17, 2014 10:18 pm

More issues....

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

Girish Chhugani
Posts: 0
Joined: Thu Apr 17, 2014 10:18 pm

More issues....

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

Girish Chhugani
Posts: 0
Joined: Thu Apr 17, 2014 10:18 pm

More issues....

meant child label

Return to “Issues”