• 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
AppleScript "not hooking up extra alias" error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AppleScript "not hooking up extra alias" error


  • Subject: AppleScript "not hooking up extra alias" error
  • From: Gideon King <email@hidden>
  • Date: Tue, 26 Oct 2004 01:00:08 +1000

Hi all, I am linking against the OmniFoundation framework, and all has been smooth until I added the following to my code:

OFXMLWhitespaceBehavior *ws = [[OFXMLWhitespaceBehavior alloc] init];
[ws setBehavior:OFXMLWhitespaceBehaviorTypePreserve forElementName:@"string"];
xmlDocument = [[OFXMLDocument alloc] initWithData:[xml dataUsingEncoding:NSUTF8StringEncoding] whitespaceBehavior:ws];
[ws release];

When the init command is called, I was getting all sorts of errors about things not defined properly in the ExtendedText script suite, which is part of OmniAppKit. I removed the script suite, as I had no need of it anyway, but I still get the following error:

"NSScriptSuiteRegistry does not respond to -_setClassDescription:forAppleEventCode: -- not hooking up extra alias (and thus, breaking some AppleScripts)"

I haven't found a solution on the archives or anything else in the framework that may be referencing the deleted applescript.

Can someone please tell me how to get rid of this error?

Thanks

Gideon
_______________________________________________
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
  • Prev by Date: Re: Determining the size of a directory Part 2
  • Next by Date: Re: Determining the size of a directory Part 2
  • Previous by thread: Re: Determining the size of a directory Part 2
  • Next by thread: Re: Setting message color in Mail programatically?
  • Index(es):
    • Date
    • Thread