Script Editor not displaying Suite info of loadable plugins
Script Editor not displaying Suite info of loadable plugins
- Subject: Script Editor not displaying Suite info of loadable plugins
- From: Stephen McIntosh <email@hidden>
- Date: Fri, 8 Jul 2005 19:46:13 +1000
Hi All
I have an application that loads plugins that have AppleScript suites
defined using sdef.
I am using the call
[[NSScriptSuiteRegistry sharedScriptSuiteRegistry]
loadSuitesFromBundle:plugIn];
to load the plugin and suiteNames: to list all suites that have been
loaded, I can execute methods of plugin, so I know they have been
loaded, except when I open Script Editor to list the Suite dictionary
info, no Suite info is listed for the plugin.
I have included the
<key>OSAScriptingDefinition</key>
<string>foo.sdef</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
into info.plist.
Any thoughts?
Thanks in advance
Steve
_______________________________________________
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