Guenter Becker Active Member Licensed User Longtime User Mar 9, 2026 #1 Good day, please may anyone give me the code doe maixize, minimize and restore a) the (undecorated) main. mainform b) the a B4XPage by B4x code!
Good day, please may anyone give me the code doe maixize, minimize and restore a) the (undecorated) main. mainform b) the a B4XPage by B4x code!
Erel B4X founder Staff member Licensed User Longtime User Mar 10, 2026 #2 Add FormUtils module to your project: https://www.b4x.com/android/forum/threads/formutils.84460/#content And then: B4X: FormUtils.SetMaximized(B4XPages.GetNativeParent(Me), True) 'False to restor Minimize = SetIconified Upvote 0
Add FormUtils module to your project: https://www.b4x.com/android/forum/threads/formutils.84460/#content And then: B4X: FormUtils.SetMaximized(B4XPages.GetNativeParent(Me), True) 'False to restor Minimize = SetIconified