Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
Raha Mohtasham
|
May 28, 2008 - 9:56 AM
|
Dear Support, Changing the windows display settings from 96 DPI to 120 DPI destroys the appearance of the Icons. They get stretched. How to avoid it? See the Toolbox Icons (Simple Controls, Win32 Controls sections) in the FormEditor Sample. (FormEditor --> View --> ToolBox) Greetings RM
|
|
Technical Support
|
May 31, 2008 - 10:42 AM
|
Please invoke the following code during your application startup: g_PaintManager.m_bEnableUiScalingX = g_PaintManager.m_bEnableUiScalingY = g_PaintManager.m_bEnableUiScalingZ = false;
|
|