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

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

Recommended Posts

Posted

Hi, I have developed a solution on a Mac and it is accessed by both Mac and windows versions of FMP. When moving from one file to another file (ie windows) it works fine on the Mac, however, on windows the newly opened file tends to open within the existing file/window and not full screen as scripted. This is driving my crazy. Is there something obvious that I am missing, or do I have to add the full screen script step into every navigational script to get it to look like the Mac does? Please any help will do....

Posted

It will never look like the Mac does.... The MDI window is not scriptable through FM. You could try something like this:

http://www.kevinfrank.com/download/kf_wincontrol.zip

The demo file is a .fp5, but if you convert it to .fp7 it will work. It allows you control over the application window.

You could also accomplish this using AutoIt, but then you'd have to learn a bit about that language. I think you can do it with VBscript, but I'm not sure, since I only know a thimble full of that.

Posted

You can't use Maximize on Windows, you need to use Resize to Fit. I have a subscript that sets the window size and hides the status. I call that at the end of every navigation script.

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