Re: [orca-list] [Accessibility-atspi] While Initializing 'SPI_init()' got error!



HI all,

                  From previous discussion

>         Q3) How to make java application accessible for assistiveTech using JNI
> to call At-Spi?

>You don't need to do this: the java-atk-wrapper does the bridging for
>you.


For making java swing application accessible to Orca-screen reader, I implemented  the Java Accessibility API(JAAPI), like getAccessibleContext().setAccessibleName("").
but orca screen reader not able to read that applications name or other accessible component. so I am trying to call At-Spi method from  java using JNI. so is that possible, that Orca will read that applcaition.

so
 Q1) How to make java application accessible for assistiveTech like Orca.?


With Regards,
Dhairyashil



On Thu, Feb 12, 2015 at 2:12 PM, Dhairyashil Bhosale <dhairyashil bhosale584 gmail com> wrote:
Hi members and Samuel,

                             Thank you for your valuable reply. I am using at-spi-1.0 and i used this command " /usr/lib/at-spi/at-spi-registryd  --launche- immediately ", for starting at-spi registry. I was stuck on this error for while, but thanks.


With Regards,
Dhairyashil.


On Thu, Feb 12, 2015 at 1:42 PM, Samuel Thibault <samuel thibault ens-lyon org> wrote:
Dhairyashil Bhosale, le Thu 12 Feb 2015 10:29:33 +0530, a écrit :
>           I was trying to initialize the at-spi in c program, using following
> method SPI_init(), on Debian platform, but I got above errors.
>  So my question is that,
>
>         Q1) How At-spi is called in C program?

The way you did.

What you need is your desktop to start AT-SPI. Apparently it didn't.
It's not up to applications to do it. The way to do it by hand is
running:

/usr/lib/at-spi2-core/at-spi-bus-launcher --launche-immediately

and then AT-SPI applications should work.

>         Q3) How to make java application accessible for assistiveTech using JNI
> to call At-Spi?

You don't need to do this: the java-atk-wrapper does the bridging for
you.

Samuel




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]