Bug Report T324677
Visible to All Users

TdxBarSubItem arrow is incorrectly scaled at high DPI settings (more than 96)

created 9 years ago (modified 9 years ago)

On High-DPI screens the arrow button of the TdxBarSubItem component does not seem to scale properly. The higher the DPI value, the larger the arrow size. This goes both for an item in a menu and an item on a toolbar.

We have perhaps found a fix by modifying the TdxBarButtonLikeControl.CalcDrawParams procedure. It calculates the ArrowSize as follows:

DrawParams.ArrowSize := cxGetValueCurrentDPI(cxSize(w, h));

Assuming that this scales a width and height that is already scaled, we removed the cxGetValueCurrentDPI conversion:

DrawParams.ArrowSize := cxSize(w, h);

The results can be seen in the attached picture (left = before, right = after). This is on a 240 DPI notebook screen (15.6", 3840 x 2160).

Can you confirm that this fix is correct, and if so, add it in a future release?

If the is not correct , can you investigate and let us know your findings?

Thanks in advance.

Hans Kalter
Allround Automations

Comments (3)
DevExpress Support Team 9 years ago

    Hello,

    Thank you for your report. I have forwarded this ticket to our developers.
    At first glance, your fix looks correct. Moreover, I think that we might fix this problem the same way.
    Would you mind if I publish the content of this ticket? I can remove your attachment if necessary.

      Thanks. Feel free to publish the contents of this ticket.

      DevExpress Support Team 9 years ago

        Thanks. Published.

        Answers approved by DevExpress Support

        created 9 years ago

        We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.

        Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.

          Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

          Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.