Aaron Briggs Posted December 8, 2007 Posted December 8, 2007 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....
Reed Posted December 8, 2007 Posted December 8, 2007 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.
bcooney Posted December 8, 2007 Posted December 8, 2007 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.
Aaron Briggs Posted December 8, 2007 Author Posted December 8, 2007 Thanks a lot for the info. I will put it into action, and hopefully it should clear up my headaches...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now