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

My layout is maximized to full screen, but opening a new window shrinks it.


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

Recommended Posts

Posted

My layout is maximized to full screen, but when I open a new window using a script, the original window is no longer full screen.

Is there a way to override this so that the original window stays full screen when another smaller window is opened from it?

Posted

I've seen this behavior too, I just ended up adding a script step to maximize my original window after closing the utility window.

Posted

There have been many posts about this issue. You cannot run both maximized and still take advantage of windowing (and still maintain maximized). This isn't a FileMaker limitation but a Windows one.

The answer is to set your opening FileMaker window at a size maximum for your screens via startup script. You will lose a bit of real estate but that's the only way. Script I use, which takes into account the task bar and whether it is on left, right, top or bottom:

Move/resize window [ current window ; Height: Get ( WindowDesktopHeight ) - 4 ; Width: Get ( WindowDesktopWidth ) - 4

If you do this and open a new window, your background window will remain in place. I usually create several window size scripts (the above called Full Window) and then run this as sub-script during opening.

LaRetta

Posted

Thanks, LaRetta!

Your script works great! And there's no more annoying resizing windows when I open a new window.

Even if a user decides to maximize the window anyway, this makes it so the window barely moves when a new window is opened. ???

  • 5 months later...

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