actionman007 Posted April 17, 2007 Posted April 17, 2007 hi, Can I set dimensions of a layout or of the workspace to a certain desktop resolution e.g. 800x600, 1024x768? Cheers, Dan :)
grumbachr Posted April 17, 2007 Posted April 17, 2007 you can control the size of a window but the size of the objects inside the window are another story. the only way that i'm aware of to make all the objects also scale is by setting the Zoom level in a script but that is limited to specific percent. (125%, 200%, 300% etc.. )
actionman007 Posted April 17, 2007 Author Posted April 17, 2007 How do you control the size of the window then?
Fenton Posted April 17, 2007 Posted April 17, 2007 Look in the Windows section of script steps Script steps: Adjust Window Move/Resize Window Look in the Get() functions at the bottom Functions: Get ( WindowDesktopWidth ) Get ( WindowDesktopHeight ) Get ( WindowWidth ) etc. But if you want layouts for a specific resolution monitor, you need to build a specific layout for that size. Of course, if a common layout is smaller than the screen, that's fine. And you'd need to script navigation.
jadenguy Posted December 4, 2007 Posted December 4, 2007 (edited) i know this is old, but a good solution i found for the two resolutions that i always encounter is to zoom all 1024 x 768 to 200 and zoom 1260 x 1024 to 150. what you'd want to do is to set the ratios of the two resolutions (probably horizontally due to vertical scrolling being infinitely easier with scroll wheels) to the ratio of the zoom levels. i've worked out a bunch of common resolutions' and all the resolutions' ratios for easier comparison. the reason i chose those was due in part to an excel file showing me that there were three zoom ratios that were 1.33:1 and the horizontal ratio those resolutions is 1.33:1 and vertically it's 1.25:1. also, 150 is great to work on portrait reports, the thing i deal with most, but 75 and 100 would work as well as 300 and 400. 150 and 200 is the middle option and the one that has the most chances to grow and shrink, even if it doesn't look great at low res low zoom. Edited December 5, 2007 by Guest
jadenguy Posted December 7, 2007 Posted December 7, 2007 on further consideration, it makes graphics fuzzy, even if you selected don't stretch. the solution might be scaled graphics via repetitions, but whatever.
Recommended Posts
This topic is 6200 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