U
unba1300
Guest
I'd like to make some custom dialogs, and it seems all the views must be defined and added to a panel with code and then the panel added to the custom dialog. Is this correct? I'd prefer to use the designer.
pnl.LoadLayout("layoutsettings")
cd.AddView(pnl, 100%x, 100%y)
Something like that. You will need to find the dialog size and make sure that your layout fits.Should I just proceed with trail and error to get the views within the custom dialog?