Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MSAA problem

26 views
Skip to first unread message

mom...@gmail.com

unread,
Oct 11, 2012, 1:14:48 PM10/11/12
to
Hi,
I don't know if it the right place to ask this question but here it is:
I am encountering a problem using MSAA with firefox. When I set up an hook to get accesibility events (SetWinEventHook) it is working fine only if I set the hook after firefox is already launched. If I set it up before firefox is launched it is not working well. I think the reason is the fact that the oleacc.dll is loaded (to firefox) only after a long period of time. After it is loaded I start to recieve the events.
I see that there is a related bug in the bugzilla but as I understand it should be fixed: https://bugzilla.mozilla.org/show_bug.cgi?id=723797

Any idea ?
Any help will be appreciated.

Thanks,
Momico


Alexander Surkov

unread,
Oct 11, 2012, 10:00:27 PM10/11/12
to mom...@gmail.com, dev-acce...@lists.mozilla.org, m_k...@ga2.so-net.ne.jp
Makoto, do you have ideas?
Thank you.
Alex.
> _______________________________________________
> dev-accessibility mailing list
> dev-acce...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-accessibility

Makoto Kato

unread,
Oct 12, 2012, 2:01:21 AM10/12/12
to
I think that you can resolve by the following way.

- create simple add-on that load oleacc.dll using js-ctypes.
- if your DLL is loaded into firefox.exe process, call
LoadLibrary("oleacc.dll") to load oleacc.dll at startup.


-- Makoto

Shlomi...@keyviewtech.com

unread,
Oct 13, 2012, 1:35:35 PM10/13/12
to
Thanks for your quick reply.
I will try your suggestions.
Momico.
0 new messages