mad_mickey Posted April 17, 2002 Posted April 17, 2002 Should be a nice simple one this but haven't found the answer as yet. I have an Apple Mac setup hosting my databases to the network. On this machine I am running an Applescript to open the databases in Startup Items and in conjunction with the Energy Saver control panel. All the databases open fine but I would just like to add a short line at the end to hide the Filemaker Application. Can any one give me the Applescript to achieve this?
IdealData Posted April 17, 2002 Posted April 17, 2002 How about tell application "Finder" activate end tell It doesn't hide FMP, but it puts it in background. Couldn't find a "hide" command. What is the opposite to "activate"
djgogi Posted April 17, 2002 Posted April 17, 2002 tell application "Finder" set visible of process "FileMaker Pro" to false end tell HTH Dj
Anatoli Posted April 17, 2002 Posted April 17, 2002 HIDE FM SERVER OR SERVING CLIENT ON MAC?:: That will kill the performance, because all background tasks get few cycles of CPU and front application get much bigger portion.
Steven H. Blackwell Posted April 17, 2002 Posted April 17, 2002 Hiding the windows of the various databases will not adversely affect performance so long as the application is not in the background. Old Advance Man
jfmcel Posted April 19, 2002 Posted April 19, 2002 Why not just have the AS send you an email informing you of a restart. Then you can just turn the monitor off and forget about it.
Recommended Posts
This topic is 8252 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