Re: Python - changing the voice of a win32com SpVoice instance

2021-02-28 Thread AudioGames . net ForumDevelopers room : vlajna95 via Audiogames-reflector
Re: Python - changing the voice of a win32com SpVoice instance The problem here is that it doesn't throw an error. It simply continues speaking with the old voice. If I uncomment the comments to the print functions, it shows different values before and after the change, but that change isn'

Python - changing the voice of a win32com SpVoice instance

2021-02-27 Thread AudioGames . net ForumDevelopers room : vlajna95 via Audiogames-reflector
Python - changing the voice of a win32com SpVoice instance Hi all. I'm writing a Python app which uses win32com.client.Dispatch() to create an instance of SAPI.SpVoice. Everything works, including the volume and rate change while the voice is speaking. But one thing is giving me headaches s

Re: wxPython ListCtrl and CalendarCtrl accessibility

2020-12-15 Thread AudioGames . net ForumDevelopers room : vlajna95 via Audiogames-reflector
Re: wxPython ListCtrl and CalendarCtrl accessibility @2 In fact, the problem is that I need the column names to be spoken on hover, because a click on the column will sort the list by that column, so the status bar probably wouldn't help here. @3 @4 wx.LC_REPORT is actually the style I'm us

wxPython ListCtrl and CalendarCtrl accessibility

2020-12-12 Thread AudioGames . net ForumDevelopers room : vlajna95 via Audiogames-reflector
wxPython ListCtrl and CalendarCtrl accessibility Hello, I have two questions about wxPython widgets and their accessibility. 1. I'm making an app which has a ListCtrl with reminders as one of the widgets, and I can't make the column headers text to be spoken when I hover the column headers.

Decks, hands, shuffling

2017-01-30 Thread AudioGames . net ForumDevelopers room : vlajna95 via Audiogames-reflector
Decks, hands, shuffling Hi all... I need a working class for dealing with cards, decks, hands, or a brief explanation about its creation. Please, it's urgently! I know Python and BGT... URL: http://forum.audiogames.net/viewtopic.php?pid=295177#p295177 _

How/where to learn pyaudio

2017-01-30 Thread AudioGames . net ForumDevelopers room : vlajna95 via Audiogames-reflector
How/where to learn pyaudio Hi guys, Where can I learn to make an audio game with pyaudio or pygame? It would be great if the course has working examples, or if somebody can give me an example of a game made in python... URL: http://forum.audiogames.net/viewtopic.php?pid=295174#p295174

Re: How to create card decks in BGT and one more question

2016-08-25 Thread AudioGames . net ForumDevelopers room : vlajna95 via Audiogames-reflector
Re: How to create card decks in BGT and one more question Hi... @visualstudio, I understand how to role the dice, but I don't know how to check if these 5 dice are equal to one of the winning combinations (straight, full house, etc.) @kileman, thanks! I have made a deck with something simil

How to create card decks in BGT and one more question

2016-08-25 Thread AudioGames . net ForumDevelopers room : vlajna95 via Audiogames-reflector
How to create card decks in BGT and one more question Hi folks. I have two BGT related questions. I was trying to do this for a while, but nope... No results... 1. How can I create a standard deck with 52 cards in BGT? I tryed many things with arrays, even combination object, but I didn't