Hi Ralf,
Just use the create object from your calling app in the format such as
below. This is the python comtypes call and what ever you use as your com
types method is the format you must use.
Note the individual method is after the first period.
WeTts = CreateObject( "windoweyes.application")
weVersion = WeTts.Version
WeTts.Speech.Speak (" The version of we is: %s" % weVersion)
Sent: Monday, May 21, 2012 4:10 AM
Subject: calling WE functions or hotkeys from an external program
Hi all,
I'm looking for a way to call hotkeys, or functions, from WE apps in an
external program.
An example for reading the active window would be:
WindowEyes.Application.ExecuteHotkey(130)
So, can an app register an unique hotkey ID?
Are there other ways to access an function in a public running app?
Many thanks for your ideas,
Ralf
Ralf Heinrich Kefferpuetz
Web: http://www.keffi.eu
Facebook: http://www.facebook.com/Keffi.eu
Germany