Hello,
I am using Preferences Dialog and I set it's size (Main WIndow) by code to 600x600. Works well.
Clicking on an Option a second window opens (Sub window) like:
This window does not meet the size of the dialog of the main window (600x600) it seems it stays on the smaller standard size.
The question is: How can I set the window size by code for all windows to the same size?
I am using Preferences Dialog and I set it's size (Main WIndow) by code to 600x600. Works well.
B4X:
PrefDlg.Initialize(Root,"App.-Info",600dip,600dip)
Clicking on an Option a second window opens (Sub window) like:
This window does not meet the size of the dialog of the main window (600x600) it seems it stays on the smaller standard size.
The question is: How can I set the window size by code for all windows to the same size?