Basically, whatever action they take next, I want it to set one button to visible true and another button to visible false. Whether clicking Back or selecting a different item in the list, etc... I need it to reset the visibility on two buttons.
Basically, whatever action they take next, I want it to set one button to visible true and another button to visible false. Whether clicking Back or selecting a different item in the list, etc... I need it to reset the visibility on two buttons.
Hello Dave,
Yu should use such code:
codeAppery('mobilebutton_2').show(); // show button with name mobilebutton_2
Appery('mobilebutton_2').hide(); //- hide button with name mobilebutton_2 /code
Ok, but where do I put the code so that no matter what they do next, it triggers? Whether they swipe, tap, click,... no matter... Is there such a function to make that happen? Thanks Evgene.
You need to use events to implements your logic: http://docs.appery.io/documentation/w...
Can I hide a grid in the same fashion? Is it called a grid?
Hello,
You can use the same code to show/hide grid component.
You can use any events to execute this code. Take a look at below link to see the events list:
http://docs.appery.io/documentation/w...