Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Accessibility problems on Figure.
Accessibility problems on Figure. [message #240551] Wed, 09 January 2008 23:09
Irum Godil is currently offline Irum GodilFriend
Messages: 35
Registered: July 2009
Member
Hi, \n\n

I am working with a Figure object which consists of a draw2d Label and a
draw2d ImageFigure. When I have an accessibility software like Windows
Eyes open, and I hover over my figure, I hear "Graphic" for the
ImageFigure part. But when I hover over the Label area, I always hear the
Label text. \n\n

I am trying to figure out how can I make Windows eyes speak for the
ImageFigure part. In my Figure's EditPart, I have provided implementation
for an AccessibleEditPart. However, I only hear the actual image figure
values, randomly when I hover over the figure. For the most part, I am
still hearing Graphic. \n\n

I was trying to understand how does Label class implement accessibility,
such that it always returns the right value. I do not see any
implementation of accessibility in the Label class itself. I also put
breakpoints in the Label's getText() API, but when I hover over the label
with Windows Eyes open, the breakpoint is never intercepted. \n\n

Can someone please help me on this one? \n\n

Thanks, \n\n
Irum.
Previous Topic:How does one get the current mouse location for a ContexMenuProvider?
Next Topic:compile error in the generated code
Goto Forum:
  


Current Time: Thu Apr 25 00:43:17 GMT 2024

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

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

Back to the top