Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

hi there, just want to ask can we change the screen resolution to 800x600, because i was create a solution with kiosk mode in full screen, but after i run in computer with screen 1024 x 768, all the screen will move to top left site of the screen, so i need a script to change the size to 800 x 600 and after close the program, it will change the size to original size. Or maybe got another way to solve this problem ?

Henry

Posted

This post might help you solve this problem. Once you have set this up, you can have a script that executes on startup that goes something like this:

If[status(CurrentScreenWidth)= 1024

Set Zoom Level [150%]

else

Set Zoom Level [100%]

Sorry that's abbreviated, but you get the idea.

Ken

Posted

It sounds like you want to change the screen's resolution. That's controlled by the Operating System, so you'll need to use an OS-controlling solution like AppleScript or WinBatch.

Be aware that LCD flat panel screens are really only single-resolution by their nature. Forcing one of these into 800x600 might not be possible, ot at the very least it'll look terrible as the display smudges the pixels around to cover the non-integral resolution.

In FMP layouts are fixed size: if you want to support multiple screen resolutions then you need to build multiple sets of layouts, one for each resolution. Not a trivial task. Zooming layouts is not an entirely satisfactory substitute for multiple layouts.

This topic is 7868 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.