Jump to content

screen sizes.


mexboy

This topic is 8458 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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?

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

This topic is 8458 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.