| View previous topic :: View next topic |
| Author |
Message |
Udo Piechottka Guest
|
Posted: Wed Apr 28, 2004 9:07 pm Post subject: Designing Forms For Higher Resolution |
|
|
Hi NG,
i am trying to design a form for a
target system that uses a higher screen
resolution (1600x1200) than the
development PC (1024x768), but all
width&height settings are always
switched back to the limits of the
development system.
Any suggestions?
Thanks - Udo
|
|
| Back to top |
|
 |
Michel Leunen Guest
|
Posted: Thu Apr 29, 2004 6:53 pm Post subject: Re: Designing Forms For Higher Resolution |
|
|
Udo Piechottka wrote:
| Quote: | i am trying to design a form for a
target system that uses a higher screen
resolution (1600x1200) than the
development PC (1024x768), but all
width&height settings are always
switched back to the limits of the
development system.
|
I had the same problem as you some weeks ago and I was not able to find
a trick to get rid of this problem except using another monitor having a
higher resolution. It seems that you hit one of the BCB limitations.
Michel
--
----------------------------------------
Michel Leunen
mailto: see my homepage.
C++Builder, C++BuilderX, BCC5.5.1 Web site:
http://www.leunen.com/
----------------------------------------
|
|
| Back to top |
|
 |
mr_organic Guest
|
Posted: Thu Apr 29, 2004 7:30 pm Post subject: Re: Designing Forms For Higher Resolution |
|
|
development system.
| Quote: |
I had the same problem as you some weeks ago and I was not able to find
a trick to get rid of this problem except using another monitor having a
higher resolution. It seems that you hit one of the BCB limitations.
Michel
|
It's do-able. Hint: check out the ChangeScale() function, and put it in
your FormCreate() function/
mr_organic
|
|
| Back to top |
|
 |
Hans Galema Guest
|
Posted: Mon May 03, 2004 9:56 am Post subject: Re: Designing Forms For Higher Resolution |
|
|
Michel Leunen wrote:
| Quote: | I had the same problem as you some weeks ago and I was not able to find
a trick to get rid of this problem except using another monitor having a
higher resolution. It seems that you hit one of the BCB limitations.
|
Are you sure that that is a BCB limitation ?
Think it's more the OS. Are there applications that can open windows
with greater size than the actual resolution ?
Not even from Exploren you can make the window larger than the screen.
Hans.
|
|
| Back to top |
|
 |
Michel Leunen Guest
|
Posted: Mon May 03, 2004 6:59 pm Post subject: Re: Designing Forms For Higher Resolution |
|
|
Hans Galema wrote:
| Quote: | Are you sure that that is a BCB limitation ?
|
Mmm, after some experimentations, you might be right. It's effectively
the OS which limits the size of a window to the screen resolution
Michel
--
----------------------------------------
Michel Leunen
mailto: see my homepage.
C++Builder, C++BuilderX, BCC5.5.1 Web site:
http://www.leunen.com/
----------------------------------------
|
|
| Back to top |
|
 |
|