Skip navigation.
 
mlRe: AppleScript Support with Plugin
FROM : John C. Daub
DATE : Thu Mar 13 21:46:05 2008

on 3/13/08 1:42 PM, Herr Thomas Bartelmess at thomas.<email_removed>
wrote:

> Thanks for your Help everyone.
> I haven't get what i needed yet.
> I have to write a plugin for an application (Daylite from
> Marketcircle). An this plugin should extend the scripting commands
> (Incoming Call). So i have to extend the .sdef file from a plug-in.
>
> Thanks for any help from anyone


Ah....

I don't know how you'd accomplish that. I believe somehow the parent
application (Daylite) would have to be scriptable itself or at least aware
it's plugins were scriptable so it knew to load up the scripting definitions
from the plugins and expose them to the greater OSA architecture.

My app that I'm making scriptable is an app shell with lots of plugins,
scripting functionality in both the app itself and the plugins, but I
control all pieces. And I do have to make my app manually synthesize the
main sdef from the app and plugin sdef files. See those URL's I sent you for
how to do this.

But again, if that Daylite app isn't scriptable or aware of its plugins
being scriptable, not sure how to accomplish this. You could always contact
the developers of Daylite and ask them.

--
John C. Daub }:-)>=
<mailto:<email_removed>> <http://www.hsoi.com/>
"I hold all the combinations to give you peace of mind." - Dave Wyndorf

Related mailsAuthorDate
mlAppleScript Support with Plugin Herr Thomas Bartel… Mar 13, 11:36
mlRe: AppleScript Support with Plugin Sherm Pendley Mar 13, 17:41
mlRe: AppleScript Support with Plugin Herr Thomas Bartel… Mar 13, 18:13
mlRe: AppleScript Support with Plugin John C. Daub Mar 13, 18:19
mlRe: AppleScript Support with Plugin Herr Thomas Bartel… Mar 13, 19:42
mlRe: AppleScript Support with Plugin John C. Daub Mar 13, 21:46