How do make something which was invisible visible when receives a response?
Posted: Tue Feb 11, 2014 8:54 pm
by Squiggle Master
I am making a weather app and I need some things to become visible when a response is received from an api. I think you can do this using mapping or something like that. Can anybody help?
How do make something which was invisible visible when receives a response?
Posted: Tue Feb 11, 2014 9:58 pm
by Kateryna Grynko
Hi,
You can do this via Appery.io Builder UI (http://docs.appery.io/documentation/w... set property visible), or use this JavaScript code:pretoggle('screenName_componentName', 'mob', 'true');/pre
How do make something which was invisible visible when receives a response?
Posted: Wed Feb 12, 2014 7:34 pm
by Squiggle Master