Page 1 of 1

Event does not work

Posted: Tue Apr 05, 2022 8:06 am
by BluStar
I have a Button and an Editbox.
In the event section I have chosen the onclick event of the button and as an action hide the textbox. Man doesn't work.
I also send you the file.
https://drive.google.com/file/d/1Bgzcvq ... sp=sharing

Re: Event does not work

Posted: Tue Apr 05, 2022 9:47 am
by Pablo
You have disabled the button, so the click event will not work.

Re: Event does not work

Posted: Tue Apr 05, 2022 10:13 am
by BluStar
Thanks