bjswift
October 28th, 2005, 12:52 PM
I've developed a few solutions for the company I have worked for. One situation came up where an entire section of the building is using a lower resolution (600x800), and the screen I was creating didn't fit onto the page. I ended up just moving the controls around so they would fit on their screens, and implemented tabs to switch around different sections of the page (instead of having controls run down the screen). I like to keep everything on one page, without any scrolling needed.
What is the proper way to handle multiple resolutions? Is it to put everything in tables? I enjoy using a grid so I can place the controls practically anywhere I want to. Please provide me some insight to the problem I have, because I would like to handle this issue better if possible, when it comes up next.
Thanks!!!!
What is the proper way to handle multiple resolutions? Is it to put everything in tables? I enjoy using a grid so I can place the controls practically anywhere I want to. Please provide me some insight to the problem I have, because I would like to handle this issue better if possible, when it comes up next.
Thanks!!!!