Duque Active Member Licensed User Longtime User Jun 2, 2018 #1 I want to capture the event in the x (close) of forms b4j. Search the forum before posting but do not get anything in threads like this https://www.b4x.com/android/forum/threads/managing-minimize-maximize-and-close-events.58210/#content HELP
I want to capture the event in the x (close) of forms b4j. Search the forum before posting but do not get anything in threads like this https://www.b4x.com/android/forum/threads/managing-minimize-maximize-and-close-events.58210/#content HELP
DonManfred Expert Licensed User Longtime User Jun 2, 2018 #2 B4X: Sub mainform_CloseRequest (EventData As Event) EventData.Consume ' do your checking here ' then call mainform.close End Sub Upvote 0
B4X: Sub mainform_CloseRequest (EventData As Event) EventData.Consume ' do your checking here ' then call mainform.close End Sub
Duque Active Member Licensed User Longtime User Jun 2, 2018 #3 Just what I was looking for, thank you Upvote 0