AHilberink Active Member Licensed User Longtime User Mar 20, 2021 #1 Hi, Is there a way to have an event on clicking on an empty row of a B4XTable? Kind regards, André
Erel B4X founder Staff member Licensed User Longtime User Mar 21, 2021 #2 What do you want to do with these clicks? Maybe you should add an "empty" row as the last row. You can also add panels to all items and handle their click event. Upvote 0
What do you want to do with these clicks? Maybe you should add an "empty" row as the last row. You can also add panels to all items and handle their click event.
AHilberink Active Member Licensed User Longtime User Mar 22, 2021 #3 Erel said: What do you want to do with these clicks? Maybe you should add an "empty" row as the last row. You can also add panels to all items and handle their click event. Click to expand... Hi Erel, A user of my App ask to Click on an empty part of the table to start the part for adding rows, that's why I asked. I think I will answer a NO and make an alternative solution for him. Thanks for your reply. Upvote 0
Erel said: What do you want to do with these clicks? Maybe you should add an "empty" row as the last row. You can also add panels to all items and handle their click event. Click to expand... Hi Erel, A user of my App ask to Click on an empty part of the table to start the part for adding rows, that's why I asked. I think I will answer a NO and make an alternative solution for him. Thanks for your reply.