Re: Orca How to make an action?
- From: Willie Walker <William Walker Sun COM>
- To: Orca screen reader developers <orca-list gnome org>
- Subject: Re: Orca How to make an action?
- Date: Tue, 26 Sep 2006 10:38:25 -0400
Hi Javier:
I can't remember if anyone answered you on this. You can do this a
brute force way by calling Orca's eventsynthesizer.py:clickObject method
(an example call is in braille.py).
You may also try mucking around with the accessible selection of the
table as well. You'd need to dig into the AT-SPI IDL for this, though.
Something like tableObject.selection.selectChild(0) might do it, where
tableObject is the accessible object for the table.
Will
On Wed, 2006-08-09 at 18:08 +0200, Fco. Javier Dorado MartÃnez wrote:
Hi all
In the Liferea application, there is a table, that when you get into
that, the focus keeps in the table column header.
I would like to make an action of clicking the first element in order to
set the focus to the first table row.
The object that I would like to set focus is the first row of the table,
so you can use arrows to navigate through the elements.
many thanks!
Regards,
Javier.
_______________________________________________
Orca-list mailing list
Orca-list gnome org
http://mail.gnome.org/mailman/listinfo/orca-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]