SOLVED!
Create maximized modal window
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-02-04
04:41 PM
- last edited on
‎2022-09-29
09:36 AM
by
Daniel Kassai
‎2020-02-04
04:41 PM
I'm creating an instance of DG::ModalDialog this way:
DialogBrowser::DialogBrowser() : DG::ModalDialog(ACAPI_GetOwnResModule(), ID_DIALOG_BROWSER, ACAPI_GetOwnResModule()) { }How can I maximize it or create it maximized from the start?
AC22-27, Windows 11, i7-1355U, 32GB RAM, 2TB SSD
Solved! Go to Solution.
Labels:
- Labels:
-
Add-On (C++)
1 ACCEPTED SOLUTION
Accepted Solutions
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-04-01 01:06 PM
‎2020-04-01
01:06 PM
Hello!
Unfortunately you can't maximize ModalDialog from code either from UI.
Best regards,
Mihály
Unfortunately you can't maximize ModalDialog from code either from UI.
Best regards,
Mihály
2 REPLIES 2
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-04-01 01:06 PM
‎2020-04-01
01:06 PM
Hello!
Unfortunately you can't maximize ModalDialog from code either from UI.
Best regards,
Mihály
Unfortunately you can't maximize ModalDialog from code either from UI.
Best regards,
Mihály
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-04-19 02:47 PM
‎2020-04-19
02:47 PM
Thanks!
AC22-27, Windows 11, i7-1355U, 32GB RAM, 2TB SSD