MACSCRPT Archives

August 2007

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Mime-Version:
1.0
Sender:
Macintosh Scripting Systems <[log in to unmask]>
Subject:
From:
Emmanuel <[log in to unmask]>
Date:
Wed, 29 Aug 2007 17:24:12 +0200
In-Reply-To:
<p06230935c2fb393779e5@[128.253.187.23]>
Content-Type:
text/plain; charset="us-ascii" ; format="flowed"
Reply-To:
Macintosh Scripting Systems <[log in to unmask]>
Parts/Attachments:
text/plain (16 lines)
At 11:07 AM -0400 8/29/07, Bill Steele wrote:
>select item onePath
>class of selection -->"property"

Finder does not know that you want it to evaluate "get selection" 
before returning the result's class. It thinks that you want the 
class of "selection", which is a property (of the application.) I 
would try:

class of (get selection)

It's like asking the color of: "a green house". This is black (13 
black characters.) Only the implied concept is green.

Emmanuel

ATOM RSS1 RSS2