Jump to content

Minimized Files


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

Recommended Posts

I use a related database consisting of 5 files. The main file contains a startup script that opens 4 hidden (Mac) Minimized (Win) files. It works beautifully on the Mac and except for that extra second of hesitation while the script is executed, you'd never know the other 4 files were open. On the Windows machine it's a different story. Even though the script ends with the supplemental files opening minimized, they continue to open in front of the main file before disappearing from view. It's distracting at the least and confusing to users unfamiliar with what's happening. Shouldn't minimized/hidden files open in the background? Any idea why it works on the Mac but not on Win or what I can change in the script so the hidden files remain hidden until called up?

Link to comment
Share on other sites

quote:

Originally posted by tmac:

I use a related database consisting of 5 files. The main file contains a startup script that opens 4 hidden (Mac) Minimized (Win) files. It works beautifully on the Mac and except for that extra second of hesitation while the script is executed, you'd never know the other 4 files were open. On the Windows machine it's a different story. Even though the script ends with the supplemental files opening minimized, they continue to open in front of the main file before disappearing from view. It's distracting at the least and confusing to users unfamiliar with what's happening. Shouldn't minimized/hidden files open in the background? Any idea why it works on the Mac but not on Win or what I can change in the script so the hidden files remain hidden until called up?

It is an issue with how the two applications were developed. The Windows system uses an MDI interface, in which all sub windows open as children of the main window/application. This is not the case on the Macintosh, or with older versions of Visual Basic on the Win systems.

Just a difference in the design specifications and interface rules for the two systems.

What I did on Win applications was set a layout on the main files which basically was a wait and watch me layout, then I froze the window, but did not maximize it. This made it less obvious as to what was happening, but this is the way Windows applications work, so you are kinda stuck.

------------------

=-=-=-=-=-=-=-=-=-=-=-=-=

Kurt Knippel

Senior Filemaker Developer

http://www.database-resources.com

mailto:[email protected]

=-=-=-=-=-=-=-=-=-=-=-=-=

Link to comment
Share on other sites

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