Yet another distribution question

T

Tim Johnson

I have been developing an application for deployment. I do not yet know who
all of the users will be, and what the lowest common resolution might be. I
have, thus far, been building for a 1024x768 resolution, and have included a
warning if someone's display is lower than that, using an api found at the
access mvp's website.

Is that resolution too high? Should I go a little higher (as the day and
age of HD displays has grown...and 1024x768 looks deplorable on my 1920x1200
display), what is a good rule-of-thumb here?

Thanks in advance,
Tim
 
D

Douglas J. Steele

I wouldn't go higher. If anything, I think that may be too high.

You might look into adding functionality to resize your forms to match the
user's resolution. There's information on how to do this in "The Access
Developer's Handbook" http://www.developershandbook.com/ (they have a free
MDE version of their Form scaling/resizing tool available for download at
http://www.developershandbook.com/downloads.htm ), or you can purchase
ShrinkerStretcher at http://www.peterssoftware.com/ss.htm.

In both cases, though, the advice is to start with a low resolution and
stretch the form, rather than shrink it.
 
T

Tony Toews [MVP]

Tim Johnson said:
I have been developing an application for deployment. I do not yet know who
all of the users will be, and what the lowest common resolution might be. I
have, thus far, been building for a 1024x768 resolution, and have included a
warning if someone's display is lower than that, using an api found at the
access mvp's website.

I wouldn't go higher than 1024x768. Could your app by run by folks
with aging eye sight such as folks in their 50s or 70s? That type of
target is what you need to think about.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top