sorry
I find this tutorial and try to find a way out.
but also not working!!
plz help me!!
http://devcenter.appery.io/tutorials/...
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
sorry
I find this tutorial and try to find a way out.
but also not working!!
plz help me!!
http://devcenter.appery.io/tutorials/...
Hello,
Please clarify this[quote:]I set the clicking event of load(also in page show),and maping like below. [/quote] .
How to achieve:
You create localStorage variable from Model&Storage http://devcenter.appery.io/documentat....
You set localStorage variables on first page (on button click).
You retrieve it with code http://devcenter.appery.io/documentat... on load event for example. Your code seems to be fine.
Make sure you use correct label names.
Also check browser console whether there are errors.
thanks for your reply.
can the label value be set for two variables?
for example:when click "a" button,it will set the localstorage variable for "a_test".
when click "b" button,it will also set the localstorage variable for "b_test" in the same page?
I can't let the second part happen,so I have to set two labels with same text separate.
This is inefficient.
Hi Spark -
[quote:]can the label value be set for two variables?
for example:when click "a" button,it will set the localstorage variable for "a_test".
when click "b" button,it will also set the localstorage variable for "b_test" in the same page?
[/quote]
Do you mean here one label and two separate buttons?
[quote:]I can't let the second part happen,so I have to set two labels with same text separate.[/quote]
Read the value form one label and store them in different localStorage variables.
Illya,
yap,one label and two separate buttons.
I have to create two labels to store them in two localStorage variables.
can I do that in one label?
thanks for your kindly help!
Hello,
This should be possible. You will need to think this logic carefully.
okI will try againthanks