RE: GNOME shell magnifier does not track Java UI events

2017-04-25 Thread Cancrinus, Bas(AWF)
>> Any ideas how to proceed? > You should determine what toolkit is used by your IDE and check the > accessibility of this toolkit. Are you sure that your IDE emits accessibility > events ? You could check accessibility events with Accerciser. While researching IntelliJ IDEAs accessibility statu

Re: GNOME shell magnifier does not track Java UI events

2017-04-25 Thread Alex ARNAUD
Le 25/04/2017 à 10:26, Cancrinus, Bas(AWF) a écrit : 14. Notepad starts and UI tracking works fine. Do you tell me that it works with Compiz ? If yes, what is the remaining issue ? The Notepad demo works with Compiz Ezoom, but IntelliJ IDEA (step 15-20) does not. And that's what I need to do

RE: GNOME shell magnifier does not track Java UI events

2017-04-25 Thread Cancrinus, Bas(AWF)
> Waw, nice detailed instructions, Since i'm the main author of the ezoom layer > for tracking, i think i'll try and test it too, and if i have insights, i'll > share it. Thanks, I really do appreciate your help! Kind regards, Bas ___ gnome-accessibil

RE: GNOME shell magnifier does not track Java UI events

2017-04-25 Thread Cancrinus, Bas(AWF)
>> 14. Notepad starts and UI tracking works fine. > Do you tell me that it works with Compiz ? If yes, what is the remaining > issue ? The Notepad demo works with Compiz Ezoom, but IntelliJ IDEA (step 15-20) does not. And that's what I need to do my job. Any ideas how to proceed? Kind regards,

Re: GNOME shell magnifier does not track Java UI events

2017-04-24 Thread Ksamak
On Mon, Apr 24, 2017 at 02:44:44PM +, Cancrinus, Bas(AWF) wrote: > > Do you know the state of the Java ATK wrapper ? > It would be really nice if someone could step up and answer that > question. > >>> CCing Magdalen, Java ATK Wrapper maintainer. > >> What's the current state of

Re: GNOME shell magnifier does not track Java UI events

2017-04-24 Thread Alex ARNAUD
Le 24/04/2017 à 16:44, Cancrinus, Bas(AWF) a écrit : 14. Notepad starts and UI tracking works fine. Do you tell me that it works with Compiz ? If yes, what is the remaining issue ? Best regards. -- Alex ARNAUD Visual-Impairment Project Manager Hypra - "Humanizing technology"

RE: GNOME shell magnifier does not track Java UI events

2017-04-24 Thread Cancrinus, Bas(AWF)
> Do you know the state of the Java ATK wrapper ? It would be really nice if someone could step up and answer that question. >>> CCing Magdalen, Java ATK Wrapper maintainer. >> What's the current state of affairs? I'd like to break the chain and have an >> alternative for ZoomText/Windows

Re: GNOME shell magnifier does not track Java UI events

2017-04-24 Thread Alex ARNAUD
Le 24/04/2017 à 14:08, Cancrinus, Bas(AWF) a écrit : Do you know the state of the Java ATK wrapper ? It would be really nice if someone could step up and answer that question. CCing Magdalen, Java ATK Wrapper maintainer. What's the current state of affairs? I'd like to break the chain and have

RE: GNOME shell magnifier does not track Java UI events

2017-04-24 Thread Cancrinus, Bas(AWF)
>>> Do you know the state of the Java ATK wrapper ? >> It would be really nice if someone could step up and answer that question. > CCing Magdalen, Java ATK Wrapper maintainer. What's the current state of affairs? I'd like to break the chain and have an alternative for ZoomText/Windows. What more

Re: GNOME shell magnifier does not track Java UI events

2017-04-19 Thread Alejandro Piñeiro
On 19/04/17 11:01, Cancrinus, Bas(AWF) wrote: >>> GNOME Shell focus tracking doesn't handle AWT/Swing events. GNOME >>> Shell focus tracking are based on listening at-spi2 events. So on the >>> case of Java, the ATK wrapper would need to forward any relevant Java >>> accessibility event in orde

RE: GNOME shell magnifier does not track Java UI events

2017-04-19 Thread Cancrinus, Bas(AWF)
>> GNOME Shell focus tracking doesn't handle AWT/Swing events. GNOME >> Shell focus tracking are based on listening at-spi2 events. So on the >> case of Java, the ATK wrapper would need to forward any relevant Java >> accessibility event in order to work with GNOME Shell. > Do you know the stat

Re: GNOME shell magnifier does not track Java UI events

2017-04-13 Thread Alex ARNAUD
Le 12/04/2017 à 20:29, Alejandro Piñeiro a écrit : On 12/04/17 18:57, Alex ARNAUD wrote: Le 12/04/2017 à 17:06, Cancrinus, Bas(AWF) a écrit : Can anybody on the list please confirm whether AWT/Swing event handling through the Java ATK Wrapper is currently supported by the GNOME shell magnifier?

Re: GNOME shell magnifier does not track Java UI events

2017-04-12 Thread Alejandro Piñeiro
On 12/04/17 18:57, Alex ARNAUD wrote: > Le 12/04/2017 à 17:06, Cancrinus, Bas(AWF) a écrit : >> Can anybody on the list please confirm whether AWT/Swing event >> handling through the Java ATK Wrapper is currently supported by the >> GNOME shell magnifier? > > Oh, I understand your confusion. What

Re: GNOME shell magnifier does not track Java UI events

2017-04-12 Thread Alex ARNAUD
Le 12/04/2017 à 17:06, Cancrinus, Bas(AWF) a écrit : Can anybody on the list please confirm whether AWT/Swing event handling through the Java ATK Wrapper is currently supported by the GNOME shell magnifier? Oh, I understand your confusion. You could find the code source that here : https://g

RE: GNOME shell magnifier does not track Java UI events

2017-04-12 Thread Cancrinus, Bas(AWF)
Hello Alex, > Unfortunately GNOME Shell magnifier has a simple focus tracking to trust it > for testing. I'm also not sure if Java SWT accessibility is correctly > implemented. Can anybody on the list please confirm whether AWT/Swing event handling through the Java ATK Wrapper is currently sup

Re: GNOME shell magnifier does not track Java UI events

2017-04-12 Thread Alex ARNAUD
Le 12/04/2017 à 15:20, Cancrinus, Bas(AWF) a écrit : Dear list, Hello Cancrinus, I tried the following to let the GNOME shell magnifier track Java UI events, but unfortunately it didn’t work for me. Could you please review my steps and suggest what I could try next? Unfortunately GNOME Shel

GNOME shell magnifier does not track Java UI events

2017-04-12 Thread Cancrinus, Bas(AWF)
Dear list, I tried the following to let the GNOME shell magnifier track Java UI events, but unfortunately it didn't work for me. Could you please review my steps and suggest what I could try next? 1. I installed Ubuntu GNOME 16.10 2. sudo apt install openjdk-8-jdk openjdk-8-demo l