Hello Karl,
On my computer (Windows 10), this option only has an effect on dialog boxes (the title size becomes smaller in height). And it has no effect on the DataWindow.
Extra Command Line Options: nothing
DialogWindow (standard title height):
DataWindow:
Extra Command Line Options: /subsystemversion:5.00
DialogWindow (reduced title height):
DataWindow:
Dialog size behaviour: VO dialog appears narrower (only width!) in X#
Dialog size behaviour: VO dialog appears narrower (only width!) in X#
- Attachments
-
- DataWindow1.png (1.79 KiB) Viewed 388 times
Best regards,
Leonid
Leonid
Dialog size behaviour: VO dialog appears narrower (only width!) in X#
Hi Leonid,
in my datawindows I have by default:
SUPER:init(oOwner)
SELF:EnableBorder(WINDOWNONSIZINGBORDER )
SELF:EnableMinBox(FALSE)
SELF:EnableMaxBox(FALSE)
So no sizing borders. This should look the same on all Windows-versions. I assume your datawindows are resizeable...
in my datawindows I have by default:
SUPER:init(oOwner)
SELF:EnableBorder(WINDOWNONSIZINGBORDER )
SELF:EnableMinBox(FALSE)
SELF:EnableMaxBox(FALSE)
So no sizing borders. This should look the same on all Windows-versions. I assume your datawindows are resizeable...
Dialog size behaviour: VO dialog appears narrower (only width!) in X#
Karl,
For example, I opened two windows: DialogWindow above DataWindow. Both are resizable. The DialogWindow has strict (sharp) borders, like the general style of other windows in Windows 10. But the DataWindow is designed differently.
Example (both windows are resizable):
Yes, that's the way my DataWindow is designed: it runs across the entire client area of the application's main window. But my remark was that, in general, the style of the DataWindow windows (title, system menu buttons, borders) does not support the current Windows style, but remains in the Windows 7 era. And judging by the correspondence on the link that I gave above, this is a flaw in Windows itself . And it hasn't been fixed.ecos post=27028 userid=366 wrote: I assume your datawindows are resizeable...
For example, I opened two windows: DialogWindow above DataWindow. Both are resizable. The DialogWindow has strict (sharp) borders, like the general style of other windows in Windows 10. But the DataWindow is designed differently.
Example (both windows are resizable):
Best regards,
Leonid
Leonid