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 deri

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-19 Thread Octavian Rasnita
From: "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

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 o

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

2011-01-19 Thread Octavian Rasnita
From: > 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 >