Hi,
I'm developing a WPF based windows application. I need it to support the screen reader JAWS.
I have 2 queries.
1) On pressing Insert + PageDown, Jaws is expected to read out the last element in the window (in my case the status bar), but it reads out only the title bar. (I'm using AutomationProperties.Name on every possible elements.)
2) On pressing Insert + B, Jaws is expected to read out the full content of the window. In my case, its just reading the title bar, and not the content of the window.
Is there something that I'm missing?
Alen Alex