E Erind Jushaj Member Licensed User Jan 16, 2019 #1 Is there a way to call events on dynamical added object such as edittext or autofill...? For example I add i = 5 edittexts and have them named Edittext(i), edittext1, edittext2 etc. How can I call an event on any of them? Many thanks
Is there a way to call events on dynamical added object such as edittext or autofill...? For example I add i = 5 edittexts and have them named Edittext(i), edittext1, edittext2 etc. How can I call an event on any of them? Many thanks
josejad Expert Licensed User Longtime User Jan 16, 2019 #2 Watch the video tutorial about Dynamic Controls https://www.b4x.com/etp.html?vimeography_gallery=1&vimeography_video=254862941 You should initialize all buttons with same event name, and get the sender. Last edited: Jan 16, 2019 Upvote 0
Watch the video tutorial about Dynamic Controls https://www.b4x.com/etp.html?vimeography_gallery=1&vimeography_video=254862941 You should initialize all buttons with same event name, and get the sender.