Re: Screen readers for Tkinter (was Re: Tkinter: The good, the bad, and the ugly!

2011-01-21 Thread Littlefield, Tyler
And of course, it should also offer support for Windows, since most of the computer users use Windows, especially those who need accessibility features. uh. no, and no. Plenty of those utilizing screen readers are using macs nowadays, as well as vinux or some derivitave there of. -- Thanks,

Re: Screen readers for Tkinter (was Re: Tkinter: The good, the bad, and the ugly!

2011-01-21 Thread Arndt Roger Schneider
Littlefield, Tyler schrieb: And of course, it should also offer support for Windows, since most of the computer users use Windows, especially those who need accessibility features. uh. no, and no. Plenty of those utilizing screen readers are using macs nowadays, as well as vinux or some

Screen readers for Tkinter (was Re: Tkinter: The good, the bad, and the ugly!)

2011-01-19 Thread python
Mark/Octavian, It sounds like Tka11y (spelled with the digit '1' vs. the letter 'L') addresses this problem for Linux users. According to its website, adding accessability support is as simple as changing one import statement. Details follow my signature. Malcolm Tka11y - Tk Accessibility

Re: Screen readers for Tkinter (was Re: Tkinter: The good, the bad, and the ugly!)

2011-01-19 Thread Octavian Rasnita
From: pyt...@bdurham.com Mark/Octavian, It sounds like Tka11y (spelled with the digit '1' vs. the letter 'L') addresses this problem for Linux users. According to its website, adding accessability support is as simple as changing one import statement. Details follow my signature.

Re: Screen readers for Tkinter (was Re: Tkinter: The good, the bad, and the ugly!)

2011-01-19 Thread Terry Reedy
On 1/19/2011 11:27 AM, Octavian Rasnita wrote: Note: Currently, accessibility is only available via ATK= AT-SPI on Linux. Sorry, no Windows MSAA support. This project is good, a step ahead, but in order to be really useful it should be the one provided by the default Python package. And of

Re: Screen readers for Tkinter (was Re: Tkinter: The good, the bad, and the ugly!)

2011-01-19 Thread Octavian Rasnita
From: Terry Reedy tjre...@udel.edu On 1/19/2011 11:27 AM, Octavian Rasnita wrote: Note: Currently, accessibility is only available via ATK= AT-SPI on Linux. Sorry, no Windows MSAA support. This project is good, a step ahead, but in order to be really useful it should be the one provided