Re: A few questions about python accessibility

2020-04-14 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: A few questions about python accessibility Screen readers can pick up many of wx's widget elements on their own, though there are gaps in that support, like AUI notebooks for example. URL: https://forum.audiogames.net/post/519576/#p519576 -- Audiogames-reflector mailing list

Re: A few questions about python accessibility

2020-04-14 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: A few questions about python accessibility I'm not sure how well this would work in python, but if you mod your speak function to point to a text control (what me and mason do in pure basic, also able to use just tolk for jaws users) sighted people can also use it. I'm not intirely

Re: A few questions about python accessibility

2020-04-14 Thread AudioGames . net Forum — Developers room : Cerulean via Audiogames-reflector
Re: A few questions about python accessibility @magurp244 very nice of you to offer a code example. I offer one piece of advice because I too use pygame and have seen this happen when i turned my .py file into a .exe.pygame seems to have difficulty loading fonts when it has been compiled

Re: A few questions about python accessibility

2020-04-12 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: A few questions about python accessibility If you plan on compiling the source code without a console window, then there will be no native text output from the screen reader, and sound will be the only way they can hear the output. Now you can display text to the window, but that moves

Re: A few questions about python accessibility

2020-04-12 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: A few questions about python accessibility If you plan on compiling the source code without a console window, then there will be no native text output from the screen reader, and sound will be the only way they can hear the output. Now you can display text to the window, but that moves

Re: A few questions about python accessibility

2020-04-12 Thread AudioGames . net Forum — Developers room : Jaidon Of the Caribbean via Audiogames-reflector
Re: A few questions about python accessibility Thanks a lot. URL: https://forum.audiogames.net/post/518799/#p518799 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: A few questions about python accessibility

2020-04-12 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: A few questions about python accessibility My class and Lucia support only audio output. As far as I understand, the screen remains totally black while the game is running.For displaying text onto the screen, a simple Google search should point you to some resources, but I'll

Re: A few questions about python accessibility

2020-04-12 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: A few questions about python accessibility My class and Lucia support only audio output. As far as I understand, the screen remains totally black while the game is running.For displaying text onto the screen, a simple Google search should point you to some resources, but I'll