Icon view dilemma
Icon view dilemma
- Subject: Icon view dilemma
- From: OzSanta <email@hidden>
- Date: Sun, 23 Jan 2011 22:23:46 +1100
G'day scripters
Dilemma. The following script works fine run from the script editor, but when placed in the user scripts folder and run from the Applescript icon menu, it returns '«constant ****narr»' in stead of 'not arranged'.
What must I do to fix it please?
Regards
Santa
on run tell application "Finder" set temp to icon view options of window of desktop set ArrangementValue to arrangement of temp as text display dialog ArrangementValue end tell set the clipboard to ArrangementValue end run |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden