my configuration is almost complete with 2019.3
Hi all.
Well except for the interactive fiction interpreters addon from n stockton which I have given up on ever getting updated, nvda is in of itself working. I have made a portable version of nvda 2019.2.1 which has, just the addons I need, no win10 apps, no extras just the configurations I want and such. I suggest for those that need older addons they just use nvda with the addons that don't update or are not updated or will never update from now on. All I will use this version for is to play text games, its not ever going to update itself at all.
|
|
Re: vocalizer for nvda
Afik Souffir <afik.souffir@...>
Hi Tal,
You have dealer in Israel, Shmuel Naaman from philosoft company.
You can write to him
Hopes this helps,
Afik.
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of tal lederman
hello,
|
|
Re: screen not refreshing on certain sites
Scott Berry
I also have this problem.
On 2/15/2020 6:09 AM, Darren Harris via
Groups.Io wrote:
--
Scott Berry Medical Office Assistant Associates in Allied health Patient Advocate
|
|
Re: Continuing my saga with Vocalizer voices with latest NVDA
Gerardo Corripio
Do I have the right page? Because when I go to https://vocalizer-nvda.com/downloads I still see that the driver is version 3.0.14.
Enviado desde Correo para Windows 10
De: Rui Fontes
Hello!
All voices add-ons were corrected and already uploaded to the site... So, this problem with lake of quotation marks should be over now...
Best regards,
Costumer support Tiflotecnia, Lda.
Às 19:24 de 15/02/2020, Gerardo Corripio escreveu:
|
|
Re: Continuing my saga with Vocalizer voices with latest NVDA
Rui Fontes
Hello!
All voices add-ons were corrected and already uploaded to the site... So, this problem with lake of quotation marks should be over now...
Best regards,
Costumer support Tiflotecnia, Lda.
Às 19:24 de 15/02/2020, Gerardo
Corripio escreveu:
|
|
Re: vocalizer for nvda
Rui Fontes
As far as I know, Nuance do not sell Vocalizer for NVDA...
Tiflotecnia, my company, and CodeFactory have Vocalizer for NVDA, distributed by various companies around the world...
Best regards,
Costumer support Tiflotecnia, Lda.
Às 05:21 de 15/02/2020, tal lederman
escreveu:
hello,
|
|
Re: Number and Abbrieviation Processing
John Isige
Out of curiosity, why doesn't the "Trust voice's language when
toggle quoted messageShow quoted text
processing characters and symbols" setting at least handle the expansion of abbreviations issue? I always wondered about that. Anyway, if there's a way around this, it would be nice if somebody could put up a dictionary file or such. It happens with the Microsoft voices, SAPI 5 and OneCore, and SAPI 5 Eloquence I'm pretty sure. It's especially annoying in web pages and file names, e.g. when you have something like "heading level 3 Mary's Devotion", and it gets read as something like "march threerd why's devotion". BTW it did it with that example I made up, the second quote is how it read the first quote, SAPI 5 Eloquence from Code Factory.
On 2/15/2020 2:43 PM, Gary wrote:
Hi Quentin,
|
|
Re: nvda 2019.3.1 with seika braille display
Mallard
Hello Joseph,
toggle quoted messageShow quoted text
Thanks very much. It's really difficult to work with a braille display that doesn't scroll horizontally... I'm patiently waiting... Ciao, Ollie
On 15/02/2020 18:51, Joseph Lee wrote:
|
|
Re: NVDA and Google Chrome
George McCoy
Don,
toggle quoted messageShow quoted text
It happens to me with two chromium based browsers, Google Chrome and Brave. I am still running NVDA 2019.2.1 so I must conclude that the behavior is a result of a recent update to the Chromium renderer. George
On 2/15/2020 9:23 AM, Don H wrote:
It seems that an issue I am having with links not working on web pages can be resolved by refreshing the page with insert F5. It seems that the link is acrtivating just not being refreshed with the new info. So my question is is this a NVDA or Google Chrome issue?
|
|
Re: Number and Abbrieviation Processing
Gary
Hi Quentin,
Thank you for your reply. I tried both suggestions. For the simpler replacement of the period with the word "dot," this worked for the number processing, but made reading text difficult. For the regex solution, this didn't work as expected, and I should have realized it before I tried. The problem with using regex is that there is no way to capture the value the regex expression is matching to pass it from the input to the output. For example, to adjust how NVDA handles numbers seperated by periods, Here's what I entered: String to match: [0-9].[0-9] Replacement: [0-9] dot [0-9] Doing this, NVDA properly made a replacement based on the string I wish to have matched. However, the replacement was literally what I put into the replacement string. So, for example: 2019.3.1 was read as: 201 [0-9] dot [0-9] [0-9] dot [0-9] A script would need to be written to properly do this, I'm afraid. Honestly, a toggle to turn off date processing would be best. Otherwise, I suppose I'll need to look around at other software synthesizers or see if this has ever been asked of the Microsoft community. Gary
|
|
Re: Screen Curtain
Tyler Spivey
Go back into input gestures and go back down to screen curtain where you set it in the first place, and remove it. Since you can't use your down arrow, try: 1. Hit the reset button in that dialog to reset all your custom gestures, or 2. Use NVDA+f2 before hitting the down arrow to pass it through. Once you're on the gesture you want to remove the key from, expand it and go down to the key inside it. Hit remove.
Now, to add the correct one, go back to the gesture and hit add. It'll ask you what gesture you want. Press it. Then from the menu that comes up, pick what keyboard layout you want. All layouts is a good choice. Note that if you enter the wrong key, hitting escape in the menu will still add the key, so hit Remove and try again in that case.
On 2/15/2020 11:19 AM, Greg Rhodes wrote:
|
|
Re: Continuing my saga with Vocalizer voices with latest NVDA
Gerardo Corripio
Yes please contact me off-list to set up a time; I’ve the remote Addon but am not sure how to set it up properly. Thanks again! Here’s my log just in case it helps some. INFO - __main__ (13:18:39.261) - MainThread (6168): Starting NVDA version 2019.3.1 INFO - core.main (13:18:39.545) - MainThread (6168): Config dir: C:\Users\gerac\AppData\Roaming\nvda INFO - config.ConfigManager._loadConfig (13:18:39.546) - MainThread (6168): Loading config: C:\Users\gerac\AppData\Roaming\nvda\nvda.ini INFO - core.main (13:18:39.748) - MainThread (6168): Using Windows version 10.0.18363 workstation INFO - core.main (13:18:39.749) - MainThread (6168): Using Python version 3.7.5 (tags/v3.7.5:5c02a39a0b, Oct 14 2019, 23:09:19) [MSC v.1916 32 bit (Intel)] INFO - core.main (13:18:39.749) - MainThread (6168): Using comtypes version 1.1.7 INFO - core.main (13:18:39.749) - MainThread (6168): Using configobj version 5.1.0 with validate version 1.0.1 WARNING - addonHandler._report_manifest_errors (13:18:39.839) - MainThread (6168): Error loading manifest: {'name': True, 'summary': VdtTypeError('the value "[\'Nuance Vocalizer Expressive - english Compact Voices (Australia\', \'British\', \'Irish\', \'Scotish\', \'South African and United States)\']" is of the wrong type.'), 'description': True, 'author': True, 'version': True, 'minimumNVDAVersion': True, 'lastTestedNVDAVersion': True, 'url': True, 'docFileName': True} ERROR - addonHandler._getAvailableAddonsFromPath (13:18:39.839) - MainThread (6168): Error loading Addon from path: C:\Users\gerac\AppData\Roaming\nvda\addons\vocalizer-expressive-voice-english Compact Traceback (most recent call last): File "addonHandler\__init__.pyc", line 195, in _getAvailableAddonsFromPath File "addonHandler\__init__.pyc", line 297, in __init__ addonHandler.AddonError: Manifest file has errors. WARNING - addonHandler._report_manifest_errors (13:18:39.846) - MainThread (6168): Error loading manifest: {'name': True, 'summary': VdtTypeError('the value "[\'Nuance Vocalizer Expressive - Portuguese and Spanish Compact Voices (Argentina\', \'Basque\', \'Brazil\', \'Cataluna\', \'Colombia\', \'Galician\', \'Mexico\', \'Portugal and Spain)\']" is of the wrong type.'), 'description': True, 'author': True, 'version': True, 'minimumNVDAVersion': True, 'lastTestedNVDAVersion': True, 'url': True, 'docFileName': True} ERROR - addonHandler._getAvailableAddonsFromPath (13:18:39.846) - MainThread (6168): Error loading Addon from path: C:\Users\gerac\AppData\Roaming\nvda\addons\vocalizer-expressive-voice-portugueseAndSpanish Compact Voices Traceback (most recent call last): File "addonHandler\__init__.pyc", line 195, in _getAvailableAddonsFromPath File "addonHandler\__init__.pyc", line 297, in __init__ addonHandler.AddonError: Manifest file has errors. INFO - synthDriverHandler.setSynth (13:18:40.671) - MainThread (6168): Loaded synthDriver ibmeci INFO - core.main (13:18:40.671) - MainThread (6168): Using wx version 4.0.3 msw (phoenix) wxWidgets 3.0.5 with six version 1.12.0 INFO - brailleInput.initialize (13:18:40.673) - MainThread (6168): Braille input initialized INFO - braille.initialize (13:18:40.676) - MainThread (6168): Using liblouis version 3.10.0 INFO - braille.initialize (13:18:40.682) - MainThread (6168): Using pySerial version 3.4 INFO - braille.BrailleHandler.setDisplayByName (13:18:40.690) - MainThread (6168): Loaded braille display driver noBraille, current display has 0 cells. INFO - core.main (13:18:41.049) - MainThread (6168): Java Access Bridge support initialized INFO - _UIAHandler.UIAHandler.MTAThreadFunc (13:18:41.074) - _UIAHandler.UIAHandler.MTAThread (8868): UIAutomation: IUIAutomation6 INFO - core.main (13:18:44.196) - MainThread (6168): NVDA initialized WARNING - external:synthDrivers.vocalizer_expressive.storage._loadLicenseData (13:19:10.401) - MainThread (6168): Couldn't automatically unpickle 'C:\\Users\\gerac\\AppData\\Roaming\\vocalizer-for-nvda\\activation.dat', trying manual method
Enviado desde Correo para Windows 10
De: Rui Fontes
We renew our offer to run a remote session...
Best regards,
Rui Fontes Tiflotecnia, Lda.
Às 19:14 de 15/02/2020, Gerardo Corripio escreveu:
|
|
vocalizer voices and latest nvda
Don H
Sorry if I am confused. Is there a issue effecting all users with using the Vocalizer addon with VDDA 2019.3.1?
|
|
Re: Continuing my saga with Vocalizer voices with latest NVDA
Rui Fontes
We renew our offer to run a remote session...
Best regards,
Rui Fontes Tiflotecnia, Lda.
Às 19:14 de 15/02/2020, Gerardo
Corripio escreveu:
|
|
Re: Continuing my saga with Vocalizer voices with latest NVDA
Hi, In short, whoever created the manifest used Python’s list syntax for specifying add-on name. This will require changes to the add-on from the vendor’s website (having experienced this problem with Vocalizer Direct compact voices myself, I’m not going through this again). Cheers, Joseph
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Gerardo Corripio
Sent: Saturday, February 15, 2020 11:24 AM To: nvda@nvda.groups.io Subject: [nvda] My log to see about the Vocalizer Voices saga
I sent an Email previously about my continuing saga with the Tiflotecnia Vocalizer voices; sorry for the bother on this subject... Here’s my log,hoping I can finally know what’s going on with the Vocalizer voices not wanting to cooperate on my system? INFO - __main__ (13:18:39.261) - MainThread (6168): Starting NVDA version 2019.3.1 INFO - core.main (13:18:39.545) - MainThread (6168): Config dir: C:\Users\gerac\AppData\Roaming\nvda INFO - config.ConfigManager._loadConfig (13:18:39.546) - MainThread (6168): Loading config: C:\Users\gerac\AppData\Roaming\nvda\nvda.ini INFO - core.main (13:18:39.748) - MainThread (6168): Using Windows version 10.0.18363 workstation INFO - core.main (13:18:39.749) - MainThread (6168): Using Python version 3.7.5 (tags/v3.7.5:5c02a39a0b, Oct 14 2019, 23:09:19) [MSC v.1916 32 bit (Intel)] INFO - core.main (13:18:39.749) - MainThread (6168): Using comtypes version 1.1.7 INFO - core.main (13:18:39.749) - MainThread (6168): Using configobj version 5.1.0 with validate version 1.0.1 WARNING - addonHandler._report_manifest_errors (13:18:39.839) - MainThread (6168): Error loading manifest: {'name': True, 'summary': VdtTypeError('the value "[\'Nuance Vocalizer Expressive - english Compact Voices (Australia\', \'British\', \'Irish\', \'Scotish\', \'South African and United States)\']" is of the wrong type.'), 'description': True, 'author': True, 'version': True, 'minimumNVDAVersion': True, 'lastTestedNVDAVersion': True, 'url': True, 'docFileName': True} ERROR - addonHandler._getAvailableAddonsFromPath (13:18:39.839) - MainThread (6168): Error loading Addon from path: C:\Users\gerac\AppData\Roaming\nvda\addons\vocalizer-expressive-voice-english Compact Traceback (most recent call last): File "addonHandler\__init__.pyc", line 195, in _getAvailableAddonsFromPath File "addonHandler\__init__.pyc", line 297, in __init__ addonHandler.AddonError: Manifest file has errors. WARNING - addonHandler._report_manifest_errors (13:18:39.846) - MainThread (6168): Error loading manifest: {'name': True, 'summary': VdtTypeError('the value "[\'Nuance Vocalizer Expressive - Portuguese and Spanish Compact Voices (Argentina\', \'Basque\', \'Brazil\', \'Cataluna\', \'Colombia\', \'Galician\', \'Mexico\', \'Portugal and Spain)\']" is of the wrong type.'), 'description': True, 'author': True, 'version': True, 'minimumNVDAVersion': True, 'lastTestedNVDAVersion': True, 'url': True, 'docFileName': True} ERROR - addonHandler._getAvailableAddonsFromPath (13:18:39.846) - MainThread (6168): Error loading Addon from path: C:\Users\gerac\AppData\Roaming\nvda\addons\vocalizer-expressive-voice-portugueseAndSpanish Compact Voices Traceback (most recent call last): File "addonHandler\__init__.pyc", line 195, in _getAvailableAddonsFromPath File "addonHandler\__init__.pyc", line 297, in __init__ addonHandler.AddonError: Manifest file has errors. INFO - synthDriverHandler.setSynth (13:18:40.671) - MainThread (6168): Loaded synthDriver ibmeci INFO - core.main (13:18:40.671) - MainThread (6168): Using wx version 4.0.3 msw (phoenix) wxWidgets 3.0.5 with six version 1.12.0 INFO - brailleInput.initialize (13:18:40.673) - MainThread (6168): Braille input initialized INFO - braille.initialize (13:18:40.676) - MainThread (6168): Using liblouis version 3.10.0 INFO - braille.initialize (13:18:40.682) - MainThread (6168): Using pySerial version 3.4 INFO - braille.BrailleHandler.setDisplayByName (13:18:40.690) - MainThread (6168): Loaded braille display driver noBraille, current display has 0 cells. INFO - core.main (13:18:41.049) - MainThread (6168): Java Access Bridge support initialized INFO - _UIAHandler.UIAHandler.MTAThreadFunc (13:18:41.074) - _UIAHandler.UIAHandler.MTAThread (8868): UIAutomation: IUIAutomation6 INFO - core.main (13:18:44.196) - MainThread (6168): NVDA initialized WARNING - external:synthDrivers.vocalizer_expressive.storage._loadLicenseData (13:19:10.401) - MainThread (6168): Couldn't automatically unpickle 'C:\\Users\\gerac\\AppData\\Roaming\\vocalizer-for-nvda\\activation.dat', trying manual method
Enviado desde Correo para Windows 10
|
|
Continuing my saga with Vocalizer voices with latest NVDA
Gerardo Corripio
I sent an Email previously about my continuing saga with the Tiflotecnia Vocalizer voices; sorry for the bother on this subject... Here’s my log,hoping I can finally know what’s going on with the Vocalizer voices not wanting to cooperate on my system? INFO - __main__ (13:18:39.261) - MainThread (6168): Starting NVDA version 2019.3.1 INFO - core.main (13:18:39.545) - MainThread (6168): Config dir: C:\Users\gerac\AppData\Roaming\nvda INFO - config.ConfigManager._loadConfig (13:18:39.546) - MainThread (6168): Loading config: C:\Users\gerac\AppData\Roaming\nvda\nvda.ini INFO - core.main (13:18:39.748) - MainThread (6168): Using Windows version 10.0.18363 workstation INFO - core.main (13:18:39.749) - MainThread (6168): Using Python version 3.7.5 (tags/v3.7.5:5c02a39a0b, Oct 14 2019, 23:09:19) [MSC v.1916 32 bit (Intel)] INFO - core.main (13:18:39.749) - MainThread (6168): Using comtypes version 1.1.7 INFO - core.main (13:18:39.749) - MainThread (6168): Using configobj version 5.1.0 with validate version 1.0.1 WARNING - addonHandler._report_manifest_errors (13:18:39.839) - MainThread (6168): Error loading manifest: {'name': True, 'summary': VdtTypeError('the value "[\'Nuance Vocalizer Expressive - english Compact Voices (Australia\', \'British\', \'Irish\', \'Scotish\', \'South African and United States)\']" is of the wrong type.'), 'description': True, 'author': True, 'version': True, 'minimumNVDAVersion': True, 'lastTestedNVDAVersion': True, 'url': True, 'docFileName': True} ERROR - addonHandler._getAvailableAddonsFromPath (13:18:39.839) - MainThread (6168): Error loading Addon from path: C:\Users\gerac\AppData\Roaming\nvda\addons\vocalizer-expressive-voice-english Compact Traceback (most recent call last): File "addonHandler\__init__.pyc", line 195, in _getAvailableAddonsFromPath File "addonHandler\__init__.pyc", line 297, in __init__ addonHandler.AddonError: Manifest file has errors. WARNING - addonHandler._report_manifest_errors (13:18:39.846) - MainThread (6168): Error loading manifest: {'name': True, 'summary': VdtTypeError('the value "[\'Nuance Vocalizer Expressive - Portuguese and Spanish Compact Voices (Argentina\', \'Basque\', \'Brazil\', \'Cataluna\', \'Colombia\', \'Galician\', \'Mexico\', \'Portugal and Spain)\']" is of the wrong type.'), 'description': True, 'author': True, 'version': True, 'minimumNVDAVersion': True, 'lastTestedNVDAVersion': True, 'url': True, 'docFileName': True} ERROR - addonHandler._getAvailableAddonsFromPath (13:18:39.846) - MainThread (6168): Error loading Addon from path: C:\Users\gerac\AppData\Roaming\nvda\addons\vocalizer-expressive-voice-portugueseAndSpanish Compact Voices Traceback (most recent call last): File "addonHandler\__init__.pyc", line 195, in _getAvailableAddonsFromPath File "addonHandler\__init__.pyc", line 297, in __init__ addonHandler.AddonError: Manifest file has errors. INFO - synthDriverHandler.setSynth (13:18:40.671) - MainThread (6168): Loaded synthDriver ibmeci INFO - core.main (13:18:40.671) - MainThread (6168): Using wx version 4.0.3 msw (phoenix) wxWidgets 3.0.5 with six version 1.12.0 INFO - brailleInput.initialize (13:18:40.673) - MainThread (6168): Braille input initialized INFO - braille.initialize (13:18:40.676) - MainThread (6168): Using liblouis version 3.10.0 INFO - braille.initialize (13:18:40.682) - MainThread (6168): Using pySerial version 3.4 INFO - braille.BrailleHandler.setDisplayByName (13:18:40.690) - MainThread (6168): Loaded braille display driver noBraille, current display has 0 cells. INFO - core.main (13:18:41.049) - MainThread (6168): Java Access Bridge support initialized INFO - _UIAHandler.UIAHandler.MTAThreadFunc (13:18:41.074) - _UIAHandler.UIAHandler.MTAThread (8868): UIAutomation: IUIAutomation6 INFO - core.main (13:18:44.196) - MainThread (6168): NVDA initialized WARNING - external:synthDrivers.vocalizer_expressive.storage._loadLicenseData (13:19:10.401) - MainThread (6168): Couldn't automatically unpickle 'C:\\Users\\gerac\\AppData\\Roaming\\vocalizer-for-nvda\\activation.dat', trying manual method
Enviado desde Correo para Windows 10
|
|
vocalizer voices and latest nvda
Don H
I have installed a trial of the Vocalizer voices for windows. Even though I have the say cap unchecked under the speech settings it still says capital when typing a capital letter instead of just raising the pitch which I have selected. Is this a issue with the vocalizer voices?
|
|
Screen Curtain
Greg Rhodes
Default to toggle screen curtain on appears to be the Down Arrow. How do I set an alternate keyboard shortcut for toggling screen curtain on and off? Not finding directions to do this in the User Manual or NVDA Basics book. Thanks.
Greg
|
|
Continuing my saga with Vocalizer voices with latest NVDA
Gerardo Corripio
I tried still once again, with the driver Rui shared with us yesterday, to install, but no luck! Not even with Control+NVDA+s nor within the NVDA Menu does the Vocalizer shortcut appear as it should! I checked my Microsoft Security, but no notification or nothing came up, thus I was beginning to hink maybe the antivirus was the culprit,but no. What else could I try? I know it installed because when NVDA starts up, it says that at least one voice is needed to work Vocalizer; this even after installing the packs for English and Spanish from the site! Shnould I uninstall and reinstall? Because with NVDA EARLIER THAN 19.3.1 IT WORKED BEAUTIFULLY! WITH the Vocalizer shortcut and everything! Even weirder, I don’t even get the error of the license activation like you guys. What do you guys think is happening?
Enviado desde Correo para Windows 10
|
|
Dropbox add-on 4.4
#addonrelease
Patrick ZAJDA
hello all,
The addon Dropbox version 4.4 has been published. The link to download it is: https://patrick.zajda.fr/nvda/dropbox-4.4.nvda-addon Alternate link: https://github.com/Nardol/dropbox/releases/download/v4.4/dropbox-4.4.nvda-addon
Unfortunately, it looks like translations have been reduced to
the name and description of the add-on. The messages from the
add-on itself are in English. Why? I don't know.
--
Patrick ZAJDA
|
|