consume

  1. nima66

    B4J Question How to not consume the click event

    In Android, I used the following code so that when the transparent panel is touched, the touch is not consumed and when the button is touched, the button event is also executed. Sub Activity_Create(FirstTime As Boolean) Private deleteButton As Button...
  2. walterf25

    B4J Question Verify Email on Mobile and continue session on web browser

    Hi everyone, not sure if I will be able to make sense when asking the following question. I am working on an ABMaterial web app and I am using a firestore AuthRest API library to register new users, sign in existing users etc. When a new user creates a new account, I am using the...
  3. behnam_tr

    B4J Question [Solved] How to free memory after use?

    Hi I have a class and inside it I have a TableView with about 100 textboxes and comboboxes loaded. When running the program for first time, the amount of RAM consumed is about 200 MB After opening and closing the form several times or scrolling the tableview, the amount of memory consumption...
Top