Bill; when I run that script (saved as an application) iPhoto launches and doesn't come to the front, BUT when I switch to iPhoto, there's no window, and no way to get one: every menu item relating to opening/ getting the albums is greyed out... maybe iPhoto doesn't "like" being told to hide during launch?? net On Nov 2, 2005, at 9:14 AM, Bill White wrote: > > Jim, this is easy to do with a simple AppleScript. Paste the > following into a new Script Editor window and save it as an > application (or even just a compiled script as LaunchBar will run > the script for you): > > -- this will launch iPhoto in the background > tell application "iPhoto" to launch > > --this will hide it after it launches > tell application "System Events" > > repeat until exists process "iPhoto" > end repeat > > set visible of process "iPhoto" to false > > end tell > > It might be overkill for the number of times you’d use it, but it > will do the trick. > > HTH, > > -- Bill > _______________________________________________ > X4U mailing list > X4U at listserver.themacintoshguy.com > http://listserver.themacintoshguy.com/mailman/listinfo/x4u > > Listmom is trying to clean out his closets! Vintage Mac and random > stuff: > http://search.ebay.com/_W0QQsassZmacguy1984 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listserver.themacintoshguy.com/pipermail/x4u/attachments/20051102/804c68b1/attachment.html