telling icon view options
telling icon view options
- Subject: telling icon view options
- From: Gnarlodious <email@hidden>
- Date: Sat, 09 Oct 2004 10:08:16 -0600
So, why is it I can say:
tell application "Finder"
tell icon view options of front window
set icon size to 128
set arrangement to arranged by name
end tell
end tell
but I can't say (won't compile):
tell application "Finder"
tell front window
tell icon view options
set icon size to 128
set arrangement to arranged by name
end tell
end tell
end tell
-- Gnarlie
Latest script: Eruption!
http://Gnarlodious.com/Apple/AppleScript/Scripts/Eruption!.dmg
_______________________________________________
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