Hi Sean,
I just pulled this out of my notes:
'To instantiate the window-eyes object externally, that is, within a
script not running in the Window-Eyes App Manager,
'use either of these forms:
'set WO = GetObject("","windoweyes.application")
'or
'set WO = createObject("windoweyes.application")
I tend to favour the latter format, but this is personal. smile
hth,
Rod
On 12/07/13 6:12 PM, Sean Farrow wrote:
Hi all,
I'm currently writing a script for an application. If I write this as
an external script, I can hook events (such as OnChildClipRendered).
Can I do this if I write an external application that isn't a
Window-Eyes script?
I really should know the answer, so apologise for asking daft questions!
Any help appreciated.
Regards
Sean.