Forum Discussion
Dmitry_Nikolaev
Staff
14 years agoHi Ory,
The CallObjectMethodAsync method should work in a script extension. I have just checked this and it works for me. I am not sure why this does not work for your specific case. Could you please check whether this method works for another button in your application and/or in another application (e.g. in Notepad)?
As Robert has mentioned, the LLPlayer object is not available in a script extension. Unfortunately, calling the mouse_event function from the Win32 API is impossible since the DLL object is not supported by script extensions as well.