Hello Forum,
I have a small Problem with scaling of child forms and Dialogs.
I use Version 12.17 of AC. Delphi XE3.
I set the scale mode of the main form to sm125 at designtime. When I call the child form with the ShowDialog method, the firs time that the Dialog appears it appears as not scaled.
I tried to call the commands hide/Show/hide before the ShowDialog method and the form appears as scaled.
I think it is because the form is created before the Skin engine get active.
I tried to call refresh and redraw, but without success. The only Thing that helps is Show/Hide. But this causes a strange effect in front of the user.
The second time I call ShowDialog the Dialog appears as scaled.
What can I do to force the redraw in Background?
I hope someone can help!