Findew window changes in Tiger
Findew window changes in Tiger
- Subject: Findew window changes in Tiger
- From: Gnarlodious <email@hidden>
- Date: Mon, 23 May 2005 20:38:55 -0600
Few changes in Finder scripting I discovered while fixing scripts:
tell application "Finder"
tell front window
tell application "System Events" to keystroke "t" using {command
down, option down} --no longer works in Tiger, opens Character Pallette
instead
-- so now you say this:
set toolbar visible to false
set statusbar visible to false -- what does this do?
set sidebar width to 0
end tell
end tell
-- Gnarlie
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden