Re: [orca-list] clarifications regarding debug output from orca



Line 3 means that Orca is leaving the function that processes events. Apparently it received new events while it was processing an object:state-changed:showing event, so they were queued. Orca generally queues events when it receives them and processes them later. Line 5 means that it is dequeueing another object:state-changed:showing event, and line 6 indicates that it is re-entering the function that processes events.

Hth,
-Mike G-

On Thu, 13 May 2010, José Vilmar Estácio de Souza wrote:

Hi all,
First of all forgive me since these questions should have already been made many times in the list.

I've the following sequence in my debug file:

1. ---------> QUEUEING EVENT object:state-changed:focused
2. ---------> QUEUEING EVENT object:state-changed:focused
3. ^^^^^ PROCESS OBJECT EVENT object:state-changed:showing ^^^^^

4. ---------> QUEUEING EVENT object:text-caret-moved
5. DEQUEUED EVENT object:state-changed:showing <----------

6. vvvvv PROCESS OBJECT EVENT object:state-changed:showing vvvvv
OBJECT EVENT: object:state-changed:showing             detail=(1,0,None)
app.name='Eclipse' name='None' role='panel' state='enabled sensitive showing visible' relations=''
7. ^^^^^ PROCESS OBJECT EVENT object:state-changed:showing ^^^^^


my questions:
Line 1 and 2 indicate that an event of type object:state-changed:focused were queued to be processed by orca?

What do the lines 3, 5 and 6?
Thanks!!

_______________________________________________
orca-list mailing list
orca-list gnome org
http://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca for more information on Orca.
The manual is at http://library.gnome.org/users/gnome-access-guide/nightly/ats-2.html
The FAQ is at http://live.gnome.org/Orca/FrequentlyAskedQuestions
Netiquette Guidelines are at http://live.gnome.org/Orca/FrequentlyAskedQuestions/NetiquetteGuidelines
Log bugs and feature requests at http://bugzilla.gnome.org
Find out how to help at http://live.gnome.org/Orca/HowCanIHelp


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