Board index » delphi » 1 Form, 2 Pc's, Different results

1 Form, 2 Pc's, Different results

Hi,

I wrote an application with few forms. The forms apear different on two
different pc's, one with 14" monitor and the other with 15". The form is
not only bigger or smaller it's a bit of a mess on the monitor which it
has not been developed on.

Can anyone tell me some of the rules one should follow in order to
achieve the same look of a form on different monitors.

Please Email me to maa...@commit.co.il

Thanks and goodbye,

Maayan.

 

Re:1 Form, 2 Pc's, Different results


Quote

>Can anyone tell me some of the rules one should follow in order to
>achieve the same look of a form on different monitors.

It probably has something to do with the scaling property of the form. Check
out the help file.

Re:1 Form, 2 Pc's, Different results


  What resolution are the two different computers using?  (640x480 vs.
800x600?  Color depth?  Small or Large fonts?)  ---  A helluva lot more
detail is needed, but that'll get you looking in the right direction....

--
Jason Wallace
SL Software
Dark...@SLSoftware.reno.nv.us
--
"We are Microsoft.  Resistance is Futile.  You will be Assimiliated."

Quote
Maayan Porat wrote in message <34F0888A.E290...@commit.co.il>...
>Hi,

>I wrote an application with few forms. The forms apear different on two
>different pc's, one with 14" monitor and the other with 15". The form is
>not only bigger or smaller it's a bit of a mess on the monitor which it
>has not been developed on.

>Can anyone tell me some of the rules one should follow in order to
>achieve the same look of a form on different monitors.

>Please Email me to maa...@commit.co.il

>Thanks and goodbye,

>Maayan.

Re:1 Form, 2 Pc's, Different results


Quote
>>Can anyone tell me some of the rules one should follow in order to
>>achieve the same look of a form on different monitors.

>It probably has something to do with the scaling property of the form.
Check
>out the help file.

I had the same problem, but by setting the Form.Scaled property to False, it
solved the problem... although I do not understand why it would work on some
machines and not on others... I had two machines set at 800x600, 16 bit
color... it worked on one, and not the other one... I dunno why, but the
scaled property fixed it anyways...

Good luck,
  Bryce

---------------------------------------------------
   Bristen Bourque (aka Bryce)
   Programmer/Analyst
   ROMulin Group Inc.

   http://www.romulin.com
   mailto://romulin@nbnet.$nb.ca (subject line = Bryce)
   http://eve.info.umoncton.ca:8080/~bryce

note: remove all dollar signs in email address to reply

Re:1 Form, 2 Pc's, Different results


Quote

>I had the same problem, but by setting the Form.Scaled property to False,
it
>solved the problem... although I do not understand why it would work on
some
>machines and not on others... I had two machines set at 800x600, 16 bit
>color... it worked on one, and not the other one... I dunno why, but the
>scaled property fixed it anyways...

Like I said, it has to do with the font size. If you create an application
on a computer using small fonts (in the desktop settings) and you run it on
one with the large font option set, then Delphi starts resizing everything.
Hence it can look fine on one computer but messed up on another.

Other Threads