|
| problem by screen resolution change |
 |
Sun, 13 May 2007 12:11:18 +020 |
Hi All,
I transferred a Delphi7 project from a notebook with high screen resolution
(1680x1050) to a notebook with resolution 1024x768. In IDE the component
sizes are changed so that the propotions are changed significantly. Namely
the form itself with 1024x768 does not changed but two page controls on it
are reduced in size (in pixels). The right corners of page controls are now
far from right corner of the form.
Moreover, the exe program developed on the computer with high resolution
runs with the same distorsions on a computer with low resolution.
Thank You for any suggestion
Ivan
|
| Post Reply
|
| Re: problem by screen resolution change |
 |
Sat, 19 May 2007 21:11:41 +020 |
Solved setting the Scaled property of the form to False
"Ivan Kossey" <kossey@cablenetREMOVE.de> сообщил/сообщила в
новостях
следующее: news:4646e430$1@newsgroups.borland.com...
> Hi All,
>
> I transferred a Delphi7 project from a notebook with high screen
resolution
> (1680x1050) to a notebook with resolution 1024x768. In IDE the component
> sizes are changed so that the propotions are changed significantly. Namely
> the form itself with 1024x768 does not changed but two page controls on it
> are reduced in size (in pixels). The right corners of page controls are
now
> far from right corner of the form.
> Moreover, the exe program developed on the computer with high resolution
> runs with the same distorsions on a computer with low resolution.
>
> Thank You for any suggestion
> Ivan
>
>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|