mexboy Posted March 21, 2001 Posted March 21, 2001 Do you know how to develop a FM solution to look great at least at 640x480 and 800x600 variable screen sizes? Do you know any plug-in to automatically detect the final user screen resolution and center the layouts or go to a specially designed layout?
JerrySalem Posted March 21, 2001 Posted March 21, 2001 if you don't have too many layouts, you could draw two sets of layouts, one for 640 and another for 800. Then for any scripts that change layouts, add a step that checks the screen resolution (using status(currentscreenwidth)) to navigate to the correct layout. This should work, but it will get old fast if you have many layouts, plus beware when you are developing, any changes to one layout must be made to the other one too!
Recommended Posts
This topic is 8647 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now