Tkinter: The good, the bad, and the ugly!

Octavian Rasnita orasnita at gmail.com
Wed Jan 19 11:14:34 EST 2011


From: "Adam Skutt" <askutt at gmail.com>
On Jan 19, 1:37 am, "Octavian Rasnita" <orasn... at gmail.com> wrote:
>
> Most of the programmers don't know that and they don't even need to know
> that, but if a lib that create accessible GUIS would be promoted, most of
> the Python programmers would use that lib and would create good apps by
> default, without even knowing this.

> Have you written an accessible application in any toolkit whatsoever?
> It is not magic, and it does not happen by default, even when solely
> using the standard widgets.
> 
> Adam



Of course I did. Using WxPerl, Win32::GUI Perl module, SWT and DotNet.
(And without doing absolutely anything special for making them accessible).

But it is very simple to test this. You can download a demo version of JAWS screen reader from
www.freedomscientific.com
that will run for 40 minutes or so and then you will need to reboot the computer to make it work again.

It is the most used and most powerful screen reader. You will be able to see how accessible (or not accessible) are the applications made with any GUI lib.

Octavian




More information about the Python-list mailing list