Re: Pygame problem

2019-12-11 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Pygame problem oh yeah. i know that you need to print out to the consoll and then only it will speak. haha for a moment i thought i missed some thing. thanks for letting me know' URL: https://forum.audiogames.net/post/484698/#p484698 -- Audiogames-reflector mailing list

Re: Pygame problem

2019-12-11 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: Pygame problem No, text displays in a pygame window are not accessible. The print function in question prints text to the console window. To get TTS output with pygame or pyglet you'll need a TTS library like Tolk. URL: https://forum.audiogames.net/post/484648/#p484648

Re: Pygame problem

2019-12-11 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Pygame problem wow does printing on a pygame window actually work? i meen does NVDA speak what's printed while a pygame window is open? URL: https://forum.audiogames.net/post/484631/#p484631 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: Pygame problem

2019-12-07 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Pygame problem The menu does not provide any feedback. This is intentional as you will see in the comments. By not providing the code for speaking and audio I allowed anybody to use the class with any speech and sound libraries. URL: https://forum.audiogames.net/post/483676/#p483676

Re: Pygame problem

2019-12-07 Thread AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
Re: Pygame problem @7That's  helpfull thank You. URL: https://forum.audiogames.net/post/483497/#p483497 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Pygame problem

2019-12-07 Thread AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
Re: Pygame problem @7You are helpfull thank You. URL: https://forum.audiogames.net/post/483497/#p483497 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Pygame problem

2019-12-06 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: Pygame problem It seems to work, but doesn't give any feedback when your pressing the arrow keys. I've fiddled with it abit so it should be a bit more clear:import pygame, pygame.locals as pl class menu: def __init(self): self.menu_choices = [] #Our menu options def

Re: Pygame problem

2019-12-06 Thread AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
Re: Pygame problem Guys i've solved shuttingdown problem but i can't navigate the example menues by pressing errow keys.@6it's amerikranian's code below:#part1import pygame, menupygame.init()pygame.display.set_mode((600, 400))pygame.display.set_caption("example menu")m = menu

Re: Pygame problem

2019-12-05 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Pygame problem and do you mind posting us the strings that you have in the menu? just so that we can see if there is not some or other \ or ' or " that should not belong there. URL: https://forum.audiogames.net/post/483087/#p483087 -- Audiogames-reflector mailing list Audio

Re: Pygame problem

2019-12-05 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Pygame problem Hi. How exactly does it shut down? Does it give you an error? Any output on the screen before closing? URL: https://forum.audiogames.net/post/483030/#p483030 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: Pygame problem

2019-12-05 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: Pygame problem We'll need your code to sort things out, everything else simply doesn't work. URL: https://forum.audiogames.net/post/482970/#p482970 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: Pygame problem

2019-12-05 Thread AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
Re: Pygame problem Tried with an other example code and got this same message: "Hello from the pygame community. https://www.pygame.org/contribute.html" URL: https://forum.audiogames.net/post/482952/#p482952 -- Audiogames-reflector mailing list Audiogames-reflector@

Pygame problem

2019-12-05 Thread AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
Pygame problem Sometimes Python is killing me and i live one of these moments.i m trying to run a pygame menu, it only gives me the Pygame's hello message, then shuts down.it's the exact code that is posted with this artical on audiogames: https://forum.audiogames.net/topic/3014