Hey Guys here.
Am new to B4A. Am an old timer vb6 developer. Am following the tutorials to develop an android app. I used B4XTable. On click of a cell am displaying related data of that clicked cell on a label. I now want to hide the label when i click on the searchfield so that i can display different data on the label.
No event is raised when the user clicks on the search field. However DataUpdated will be raised once the text changes so you can use it to hide anything you previously added.