M mmanso Active Member Licensed User Longtime User Apr 16, 2021 #1 Hi there, When we've a B4XDialog opened, it's possible to catch the Resize event if we, for example, resize the main app window? The idea is to adjust some things in the dialog if the main window grows, for example. I'm using a custom B4XDialog. Thanks in advance.
Hi there, When we've a B4XDialog opened, it's possible to catch the Resize event if we, for example, resize the main app window? The idea is to adjust some things in the dialog if the main window grows, for example. I'm using a custom B4XDialog. Thanks in advance.
Erel B4X founder Staff member Licensed User Longtime User Apr 18, 2021 #2 You should handle the standard B4XPage_Resize of Form_Resize events. Upvote 0