Re: Accessibility in wine

2010-10-14 Thread Seth Shelnutt
Reece, I have to agree with you on the idea of just using UIAutomation and then using the MSAA bridge/proxy for MSAA support in the end. This leaves only one implementation in wine, requires only one to be implemented. It's likely that eventually MSAA will be phased out. Although since MSAA is

Accessibility in wine

2010-10-12 Thread Seth Shelnutt
I can't seem to find much info on this. What is wine's support for MSAA or the newer UIAutomation? I see that there is the oleacc dll which is the main dll for MSAA. According to the API site, is seems there are still 10 stubs. Looking at the source code there hasn't been any updates in over a

Re: Accessibility in wine

2010-10-12 Thread Reece Dunn
On 12 October 2010 14:21, Seth Shelnutt shelnu...@gmail.com wrote: I can't seem to find much info on this. What is wine's support for MSAA or the newer UIAutomation? I see that there is the oleacc dll which is the main dll for MSAA. According to the API site, is seems there are still 10 stubs.