|
Loading...
|
applescript-users@lists.apple.com
[Prev] Thread [Next] | [Prev] Date [Next]
label index Luther Fuller Fri Feb 17 09:01:59 2012
I've just noticed that this works ...
tell application "Finder"
make new folder at (path to desktop) with properties {name:"TEST
FOLDER", label index:2, comment:"some text"}
set label index of the result to 2
end tell
But, this does NOT work ...
tell application "Finder"
make new folder at (path to desktop) with properties {name:"TEST
FOLDER", label index:2, comment:"some text"}
end tell
It should work, but it fails to set the label index of the new folder to red.
Has anyone noticed this? Is there a bug here?
_______________________________________________ Do not post admin requests to the list. They will be ignored. AppleScript-Users mailing list ([EMAIL PROTECTED]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/applescript-users/alexiscircle%40gmail.com Archives: http://lists.apple.com/archives/applescript-users This email sent to [EMAIL PROTECTED]
- label index Luther Fuller 2012/02/17 <=
- Re: label index KOENIG Yvan 2012/02/17
- Re: label index Iurista GmbH 2012/02/17
- Re: label index Christopher Stone 2012/02/17