Jump to content
Server Maintenance This Week. ×

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

Recommended Posts

What's the best way to design layouts when you don't know the user's screen resoution? I would like to design a solution that any one can use (PC computer) reguardless of the screen resolution. Certainly when you load other PC programs (Word, Excel, Utilities, etc.) screen resolution is not an issue. Why isn't FM the same? I don't think MS Access has the same problem.

Link to comment
Share on other sites

If you don't know your users screen resolution then the next step would be to make an educated guess of what their MINIMUM resolution might be. Next, you can make a choice of the MINIMUM resolution you'd like to support. You should be able to come up with something from these steps. Then, when building your layouts use autosizing to make your layouts scale up to larger windows nicely.

  • Like 1
Link to comment
Share on other sites

Do you set the monitor screen resolution to a lower value before you start building the layout?

Not when I do it. I have a desktop background with "bowties" marking the sizes of different monitors. You can crop it to fit your monitor, and it's translucent so it can work on top of whatever image you like. I will, however, do final testing with a monitor at the same resolution as the target workstation.

post-103690-0-51782800-1325695681_thumb.

Link to comment
Share on other sites

desktop background with "bowties" marking the sizes of different monitors

That's a great idea; i'm going to using it!

(it looks like the attached image size was reduced to 1200 x 750 though; maybe that wouldn't happen if you zipped it?)

Link to comment
Share on other sites

Good post. I made a layout for the owner to see. When she opened it, it was very tiny and she could not read it. My size is 1024 x 768. She has a huge monitor, probably 4' wide. What is standard size? I read it few months ago then lost it. I think I should set my monitor to something more common, right?

Link to comment
Share on other sites

1280x800 is the size I use as a lowest common denominator unless a specific application (a FileMaker Go application, for example) calls for something different.

Link to comment
Share on other sites

Jeremy, thanks for the zipped image.

Ted, thanks for the link.

I'm using both methods now; might be able to do away with the wallpaper method if I use the 'sizer' program, but i'll try it out for a while.

Link to comment
Share on other sites

I was dismayed to discover in a recent survey that the new "standard" for laptops is 1366 x 768.

It seems the Wide Screen Cinema format is driving the industry ... at the expense of personal productivity. Plus, the 5-year trend toward tool "ribbons" doesn't leave much vertical space. FileMaker, unfortunately, is among the perpetrators.

Link to comment
Share on other sites

  • 2 weeks later...
  • 10 months later...

I am afraid I am not smart enough to figure how to use either Jeremy's file nor the links provided.   The laptop of my boss is 1280 x 800 13" and I need to make the solution exactly that size so it does not produce scroll bars either direction and I cannot test it so it must be right.  Is there any way that someone can create an fm file that size so I can see or just tell me how many px high and wide it should be? 

 

Even better would be explaining how to use the screen shot provided by Jeremy so I can use it in future if needs change.  I cannot read the text and I do not know how to measure or place those butterfly images to use it.  Hey guys, I am sorry I am such a dunce on this.  I've been trying to solve it off and on for months now and I am ready to create my good final solution and I want to do it right.  I also plan on using anchors for those with larger monitors but I need the minimum before I can begin.

Link to comment
Share on other sites

Since you are developing for a particular computer, rather than needing to test at multiple sizes, you're probably better off using that computer to get the window size that works best. My reasoning for this is that if you resize your FileMaker window to exactly 1280 x 800, that won't account for the start bar on windows, or the dock on Mac.

  • Like 2
Link to comment
Share on other sites

David,

The file attached is set to show on a Windows machine at exactly 1280 x 800 px if the Start Bar is set to auto-hide. This also takes into consideration the window frame.  See screenshot.

If the Start Bar is not set to auto-hide, you would need to know his exact Start Bar parameters to get it right (ie; Large or Small Icons, etc).

 

I am not permitted to upload files so download the file here.

post-102845-0-41497200-1353866250_thumb.

  • Like 1
Link to comment
Share on other sites

Hi Dan,

 

Thank you for helping me, I really appreciate it.  I never thought about the start bar or dock.  Problem is ... my boss is the only one with 13" and it is kept at his other office (in another country).  The Owner has a huge Mac and I plan on using anchors to expand it for the Owner but I need minimum for the boss. 

Link to comment
Share on other sites

Thank you Pro Tour!  As for the details, I do not know whether this is a mac or windows laptop.  I think I'll use this file and send it to him and let him see if it works without producing scroll bars.  Maybe I'll have him take a screen shot of it open on his desktop, capturing his entire desktop in the shot.  Thank you very much for your help.

 

I think I have figured out that the butterflies in Jeremy's screen shot represent the lower right corner.  And I think I see the 1280x800 although I cannot read what it says after that.  But I do not know what to do with it. I can't lay it over my FM file.  How to use it?  If I use my theory that the butterfly is lower right then the 1280x800 SizeReference is much smaller than the file's window that you sent me.

 

Of all the difficult things I am trying to learn in FM, I find the screens issue the most frustrating of all.  It astonishes me that FM does not adjust like most other programs do.  Anyway, I'll go with your file and see what boss says.  Thank you again for helping me.

Link to comment
Share on other sites

I think I have figured out that the butterflies in Jeremy's screen shot represent the lower right corner.  And I think I see the 1280x800 although I cannot read what it says after that.  But I do not know what to do with it. I can't lay it over my FM file.  How to use it?  If I use my theory that the butterfly is lower right then the 1280x800 SizeReference is much smaller than the file's window that you sent me.

Jeremy's file is meant to be set as your desktop background and displayed at actual size NOT shrunk/stretched to fit.

 

 

 

I think I'll use this file and send it to him and let him see if it works without producing scroll bars.  Maybe I'll have him take a screen shot of it open on his desktop, capturing his entire desktop in the shot.

You can do better than that - create a new FileMaker file with a script that captures information about the available window space, then have your boss email that file back to you (or have it email you the data directly). Have a look at these functions, for some ideas of the types of data you can capture:

Get(WindowContentHeight)

Get(WindowDesktopHeight)

Get(WindowHeight)

Get(ScreenHeight)

 

On Windows, some of these values can change based on the size of the Application window, or if the database window is maximized.

  • Like 3
Link to comment
Share on other sites

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