site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Hi Wayne! Am 14.06.2006 um 18:43 schrieb Wayne Linder: [snip] -- mark the main window to open up when mounted do shell script "bless -openfolder /Volumes/Solutions" That was the other trick I had already solved. Thanks anyway! Mike -- Mike Fischer Softwareentwicklung, EDV-Beratung Schulung, Vertrieb Note: I read this list in digest mode! Send me a private copy for faster responses. _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... Yep, you found the same Finder bug we did. It doesn't seem to want to save the settings unless you click the grow box or sizing widget. Here is what we did to get around it: -- this poop is to fix a Finder bug. It wont record the size of the window without a mouseclick set loop to true activate repeat while loop is true display dialog "click grow box" giving up after 2 if button returned of result is "ok" then set loop to false else delay 2 end if end repeat Yes, that did the trick. Thanks! Now I've got to figure out, how to do this without manual interaction... And yes, I DO like AppleScript. Enjoy! Well, it's one tool I use too. It's powerful but sometimes also very limited. Thanks for your help! If I find a solution to automate everything I'll post it to the list. This email sent to site_archiver@lists.apple.com