Skip to main content

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

Please open a bug report against SWT accessibility.
Another API method needs to be added to make this work.
I was hoping I could get away without it to keep the API minimal.
(A minimal API is easier to implement on other platforms <g>).
But it looks as if the XP Magnifier needs it (and therefore quite likely 
that other clients will also), so we will have to implement it.
PS: I assume you mean CTabFolder.
Carolyn





"Randy Hudson" <hudsonr@xxxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx
04/24/2002 10:06 AM
Please respond to platform-swt-dev

 
        To:     platform-swt-dev@xxxxxxxxxxx
        cc: 
        Subject:        [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?

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev





Back to the top