• 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
Get property scripts of application
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Get property scripts of application


  • Subject: Get property scripts of application
  • From: John Delacour <email@hidden>
  • Date: Mon, 7 Apr 2003 22:45:15 +0100
  • Mac-eudora-version: 6.0a14

Here's something I've not come across before.

I can get a "piped property" from a script, but I get an error if I try to get the same property from an applet.

Can anyone explain this? -- or does anyone get a different result?


tell test
get its |scripts|
end tell
-- => {1, 2, 3}

script test
property |scripts| : {1, 2, 3}
end script

tell application "x" to get its |scripts|

-- => Cant get |scripts|
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Get property scripts of application
      • From: John Delacour <email@hidden>
  • Prev by Date: Re: System Events not working
  • Next by Date: Re: System Events not working
  • Previous by thread: Opening Quicken from within FileMaker
  • Next by thread: Re: Get property scripts of application
  • Index(es):
    • Date
    • Thread