• 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: Creator type of packaged app bug?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Creator type of packaged app bug?


  • Subject: Re: Creator type of packaged app bug?
  • From: Jon Pugh <email@hidden>
  • Date: Mon, 7 Jul 2003 20:46:31 -0700

At 7:47 AM -0700 7/7/03, Paul Berkowitz wrote:
>Something gets lost
>in the translation where SE 2.0 beta is concerned: for example 'folder', and
>'disk' become recompiled as raw code in pre-existing scripts, and will not
>compile at all as 'folder' or 'disk' in new scripts.

This typically happens when AppleScript does not get a response to the Get Terminology event that it sends to applications the first time it encounters them in a tell block. Since it caches this information, if the first event fails, typically because the application is already doing something lengthy and simply doesn't answer in time, then it is cached as failing, and there is no terminology.

Another popular way to get in this situation is to choose the wrong application when AppleScript asks you to find an application, but that doesn't sound applicable in this case and anyhow, that changes the name in the tell statement.

So, I'm guessing that the Get Terminology event fails.

Jon
_______________________________________________
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: Creator type of packaged app bug?
      • From: Jon Pugh <email@hidden>
References: 
 >Re: Creator type of packaged app bug? (From: Paul Berkowitz <email@hidden>)

  • Prev by Date: Re: Creator type of packaged app bug?
  • Next by Date: URL Access Scripting-download
  • Previous by thread: Re: Creator type of packaged app bug?
  • Next by thread: Re: Creator type of packaged app bug?
  • Index(es):
    • Date
    • Thread