Screens do not fit to resolution? (1 Viewer)

chemil

CH
Local time
Today, 16:17
Joined
Jun 23, 2009
Messages
7
Hello everyone,
My application was developed with screen resolution 1024X1280.
When I install the app on user's computers with other screen resolution, the screens do not fit, some large and some small or too narrow.
Is someone faced with this issue before?
Maybe I should develop on basic screen resolution 768x1024? And hope for the best ...
I have found software which name is ShrinkerStretcher but she is very limited and not operates on all the controls for example ToolBar.
I'd love to hear about the solution for this issue, this problem becomes critical for developers who want to sell software based on ACCESS app.
Thank you.:confused:
 

missinglinq

AWF VIP
Local time
Today, 08:17
Joined
Jun 20, 2003
Messages
6,423
ShrinkerStretcher and FormResizer are pretty much the gold standards for this kind of thing. You might take a look at the latter at

http://www.jamiessoftware.tk/resizeform/rf_download.html

Two things to remember when using any of these type of hacks is
  1. Always be sure to use the latest version
  2. Always design your forms in the lowest possible resolution you'll encounter.

# 2 above is especially important as these programs work better sizing up to a higher resolution rather than down.
 

Users who are viewing this thread

Top Bottom