I searched and did not find a simple example of using "ScaleForPPI"
Could you give me an example of how to use "ScaleForPPI" ?
I searched and did not find a simple example of using "ScaleForPPI"
Could you give me an example of how to use "ScaleForPPI" ?
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.
Hello Luciano,
We do not have a sample project demonstrating this method in action. The point is that ScaleForPPI is rarely needed. It scales a component according to the current and target PixelsPerInch parameters (see the TcxScalableComponent.ScaleForPPI help topic). This method can be used if it is necessary to manually scale your application and the approach described in the "How to Create a Per-Monitor DPI-Aware Application" help topic does not work for some reasons. I suggest that you review this topic to check if it can help you accomplish your task. If it does not help, describe your scenario in detail. We will try to prepare a sample project for you.
I have a form that I want it to be the same size in both 1024x768 resolution and 1080x1024 resolution
this form is a Supermarket Sale and has to adapt to different resolutions.
Would you have any examples of how to do this?
Most of our compiled demos that can be downloaded from the demos page are adapted for High-DPI modes, so you can use them as examples. The key point is to derive your form from our TdxForm class. Please review the "How to Create a Per-Monitor DPI-Aware Application" help topic for additional information.
I'm sorry but I did not find it here on the DevExpress website.
"How to Create a Per-Monitor DPI-Aware Application"
you could put the Link to me.
Thankful.
We do not provide online documentation for our VCL products. You can find this article in the IDE's help system:

thankful
I will do some tests