To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87261





------- Additional comments from [EMAIL PROTECTED] Mon Jun 16 07:52:29 +0000 
2008 -------
The problem of the presenter console and AT support mentioned above is this:
The presenter console is an extension and therefore can only use the UNO API to
provide any AT support.  However, the API does not allow this.  One has to
derive from the vcl Window class and overload CreateAccessible() and that is not
possible for an extension.

One possible fix, specific to the presenter console, would be to provide some
sort of loop hole by e.g. providing a private API, using a tunnel, or by using
some generic interface to pass an XAccessible implementation from extension to
the full screen window in which the presenter console is displayed.  This would
be, clearly, a hack.

A better approach, one that would be usable by other extensions as well, would
be an extension to the API that would provide something like a
XWindow3::setAccessible() method to set the accessible object for any window.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to