Something is wrong, but I'm not sure exactly what the problem is.
1. If I manually create a new folder in a disk window whose toolbar visible = false, then manually open the new folder window, it does NOT show a toolbar.
2. I then run a script containing ...
open window of folderRef
if toolbar visible of window of folderRef then
set toolbar visible of window of folderRef to false
end if
The window of the folder created in step 1 opens with the toolbar visible, then the toolbar/sidebar shrinks to not visible.
Snow Leopard seems to have new (or buggy) rules for making a visible toolbar invisible (illogical!).
Anyone know more?
The set toolbar visible of window ... command is very expensive in time because you are required to open the window, then watch the toolbar shrink away. One solution would be to create a new folder with toolbar visible = false, but this is not possible. Another solution would be to remove the requirement that the folder window be open in order to set toolbar visible of window ... .
I still think there is a bug here to be reported, but first I need to know more.