• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Sending non-string parameters to an AppleScript [SOLVED]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sending non-string parameters to an AppleScript [SOLVED]


  • Subject: Re: Sending non-string parameters to an AppleScript [SOLVED]
  • From: Jeremy Dronfield <email@hidden>
  • Date: Sun, 23 Jul 2006 17:34:47 +0100

On 23 Jul 2006, at 3:58 pm, Jeremy Dronfield wrote:
I'm calling an AppleScript using NSAppleScript and NSAppleEventDescriptor. Part of the the purpose of the script is to set the positions of the icons in a Finder window. My problem is in working out how to pass a parameter (in this case a point) which isn't an NSString, since +[NSAppleEventDescriptor descriptorWithString:] seems to be the only way of passing an Obj-C data type. In desperation I've tried using:

[NSAppleEventDescriptor descriptorWithString:NSStringFromPoint (NSMakePoint(100, 100))]

and coercing the parameter to a point in the script with:

set position of item fileRef of windowRef to (newPosition as point)

but it doesn't work. I get an error: "{100, 100}" cannot be converted to type point. Surely it must be possible to pass a point (and other data types) to an AppleScript? If so, how?

Well, it turns out the easy way to do it is to use Ken Ferry's KFASHandlerAdditions-TypeTranslation set of categories. Apologies for the noise.


Jeremy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Sending non-string parameters to an AppleScript (From: Jeremy Dronfield <email@hidden>)

  • Prev by Date: Re: NSArrayController subclass
  • Next by Date: Re: Design patterns
  • Previous by thread: Sending non-string parameters to an AppleScript
  • Next by thread: Re: Sending non-string parameters to an AppleScript
  • Index(es):
    • Date
    • Thread