Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » accessibility: scroll bars in scrollable composite
accessibility: scroll bars in scrollable composite [message #451984] Fri, 11 March 2005 21:49 Go to next message
Ivy Ho is currently offline Ivy HoFriend
Messages: 6
Registered: July 2009
Junior Member
How can we support accessiblity in scrollable composite? How to implement
it or
we should be able to inherit accessiblity behaviour from the scrolable
composite class.

The scroll bars should be accessed without the use of mouse.
ie using the arrows to move up and down or to get to its pop up menu and
do the scrolling.

When we use the Tab key, it does not go to the scroll bar in the composite.
We cannot invoke the scroll bar popup menu using any keyborad functions as
well.
Re: accessibility: scroll bars in scrollable composite [message #452998 is a reply to message #451984] Tue, 29 March 2005 16:25 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
On Windows, scroll bars create with SWT.H_SCROLL or SWT.V_SCROLL will not
take focus.

"Ivy Ho" <ivyho@ca.ibm.com> wrote in message
news:d0t3po$5h9$1@www.eclipse.org...
> How can we support accessiblity in scrollable composite? How to implement
> it or
> we should be able to inherit accessiblity behaviour from the scrolable
> composite class.
>
> The scroll bars should be accessed without the use of mouse.
> ie using the arrows to move up and down or to get to its pop up menu and
> do the scrolling.
>
> When we use the Tab key, it does not go to the scroll bar in the
composite.
> We cannot invoke the scroll bar popup menu using any keyborad functions as
> well.
>
>
>
>
>
Previous Topic:Performance difference between GC with[out] Transform
Next Topic:Slider event question
Goto Forum:
  


Current Time: Sat May 04 11:22:39 GMT 2024

Powered by FUDForum. Page generated in 0.03518 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top