Re: issue with python and nvda addons

2020-11-08 Thread AudioGames . net Forum — Developers room : Dragonlee via Audiogames-reflector
Re: issue with python and nvda addons also it is prudent to check the API you are using. thankfully for NVDA it is pretty easy. just bring up an NVDA dev prompt (NVDA + ctrl + z) and then type:import speechhelp(speech.speakMessage)which will bring up the docstring for the function

Re: issue with python and nvda addons

2020-11-06 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: issue with python and nvda addons why on earth would you need to use threading any ways, if i beleive you could just speak what is on the clipboard? such a difficult way of implementing things when there are basic ways to do things. URL: https://forum.audiogames.net/post/587076

Re: issue with python and nvda addons

2020-11-05 Thread AudioGames . net Forum — Developers room : Dragonlee via Audiogames-reflector
Re: issue with python and nvda addons I have a feeling I know what you might be doing that is causing this from what you said so far.so you are calling core.callLater(), because you want your thing to be executed later. and you say you are just calling speech.speakMessage(). are you by any

Re: issue with python and nvda addons

2020-11-05 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: issue with python and nvda addons If that's your goal, it's probably not possible. I'd have to check NVDA.  But it's also a great way to permanently freeze NVDA up and possibly require a hard reboot of the machine.Go to settings, keyboard, and uncheck the speech interrupt for... boxes

Re: issue with python and nvda addons

2020-11-05 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector
Re: issue with python and nvda addons Um... It... Shouldn't anyways... I really don't know what you're doing but it scares me. URL: https://forum.audiogames.net/post/586878/#p586878 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: issue with python and nvda addons

2020-11-05 Thread AudioGames . net Forum — Developers room : mazen via Audiogames-reflector
Re: issue with python and nvda addons I know, i’m making a clipboard checker and i’m trying to make it speak from the main thread so nvda doesn’t interrupt itself when i hold keys and release them URL: https://forum.audiogames.net/post/586869/#p586869 -- Audiogames-reflector mailing

Re: issue with python and nvda addons

2020-11-05 Thread AudioGames . net Forum — Developers room : mazen via Audiogames-reflector
Re: issue with python and nvda addons I know, i’m making a clipboard checker and i’m trying to make it speak from the main thread so nvda doesn’t interrupt itself URL: https://forum.audiogames.net/post/586869/#p586869 -- Audiogames-reflector mailing list Audiogames-reflector

Re: issue with python and nvda addons

2020-11-05 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector
Re: issue with python and nvda addons speech.speak has absolutely nothing to do with threading... URL: https://forum.audiogames.net/post/586859/#p586859 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: issue with python and nvda addons

2020-11-05 Thread AudioGames . net Forum — Developers room : mazen via Audiogames-reflector
Re: issue with python and nvda addons I’m just calling speech.speakMessage, i don’t understand why its happening URL: https://forum.audiogames.net/post/586841/#p586841 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com

Re: issue with python and nvda addons

2020-11-05 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: issue with python and nvda addons Here goes the same as with any other question: only showing the error log won't help you at all, we'd at least need the code that is causing it to see what's wrong. URL: https://forum.audiogames.net/post/586803/#p586803 -- Audiogames-reflector

Re: issue with python and nvda addons

2020-11-05 Thread AudioGames . net Forum — Developers room : mazen via Audiogames-reflector
Re: issue with python and nvda addons So should i make a function that returns another function? URL: https://forum.audiogames.net/post/586784/#p586784 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: issue with python and nvda addons

2020-11-05 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector
Re: issue with python and nvda addons I have never messed with multi threading in NVDA, but whatever you're passing appears to be of NoneType.  If you really can't get it, this really isn't the best stop. There's an email list for this kind of stuff. URL: https://forum.audiogames.net/post

issue with python and nvda addons

2020-11-05 Thread AudioGames . net Forum — Developers room : mazen via Audiogames-reflector
issue with python and nvda addons helloi'm trying to call a function from a thread so it gets executed in the main thread but i have an issue.whenever i do core.callLater or use the queueHandler, it works but the nvda log is filled with this errors.ERROR - core.CorePump.run (13:42:46.876