Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Accessibility, Windows Magnifier, CTabForm

We were trying to use CTabForm and the Windows XP Magnifier as a guideline
on implementing accessibility.  However, Setting focus on the Tabs in
CTabForm and cursoring through them does not move the Windows magnifier.

Yet, we did put a breakpoint in the accessibility listener's getLocation()
method and found that it does get called (and only when the magnifier is
running), but the location is ignored.

Is this feature working?  Is Windows XP magnifier a valid test of this form
of accessibility?



Back to the top