|
#AddonRelease Mozilla Apps Enhancements 1.17
#addonrelease
Hello.
I've just released the update of the addon Mozilla Apps Enhancements 1.17
New in this version:
* Fixed what was broken with the
Hello.
I've just released the update of the addon Mozilla Apps Enhancements 1.17
New in this version:
* Fixed what was broken with the
|
By
Javi Domínguez
·
#19534
·
|
|
Solved Re: [nvda-addons] wx.FileDialog and scripts
Hi!
Checked. With gui.runScriptModalDialog it works perfectly. Thanks again.
Greetimgs
Javi Domínguez
Hi!
Checked. With gui.runScriptModalDialog it works perfectly. Thanks again.
Greetimgs
Javi Domínguez
|
By
Javi Domínguez
·
#19533
·
|
|
Re: wx.FileDialog and scripts
See the code I wrote in my previous e-mail, that function is launched
from a script (using a gesture) and works perfectly for me. Try that
function and if that function doesn't work for you, please
See the code I wrote in my previous e-mail, that function is launched
from a script (using a gesture) and works perfectly for me. Try that
function and if that function doesn't work for you, please
|
By
DaVid
·
#19532
·
|
|
Re: wx.FileDialog and scripts
Hello, Abdel.
Thanks. My code is very similar to this and in the console it works fine. The problem is that if I put that in a script NVDA crashes.
I think
Hello, Abdel.
Thanks. My code is very similar to this and in the console it works fine. The problem is that if I put that in a script NVDA crashes.
I think
|
By
Javi Domínguez
·
#19531
·
|
|
Re: wx.FileDialog and scripts
Hello.
I know how launch a file dialog from the configuration settings and there it works fine for me but when i try to launch it from a script it crashes. I think the solution is
Hello.
I know how launch a file dialog from the configuration settings and there it works fine for me but when i try to launch it from a script it crashes. I think the solution is
|
By
Javi Domínguez
·
#19530
·
|
|
Re: wx.FileDialog and scripts
Hi Javi,
For me, the following three instructions entered in the Python console of NVDA work well, maybe you did not specify the parent?
Hope this helps.
Hi Javi,
For me, the following three instructions entered in the Python console of NVDA work well, maybe you did not specify the parent?
Hope this helps.
|
By
Abdel
·
#19529
·
|
|
Re: wx.FileDialog and scripts
My driver IBMTTS launch a file dialog from the configuration settings,
it shows a category in the NVDA settings dialog.
You can use that add-on as reference.
But I have a personal add-on that launch
My driver IBMTTS launch a file dialog from the configuration settings,
it shows a category in the NVDA settings dialog.
You can use that add-on as reference.
But I have a personal add-on that launch
|
By
DaVid
·
#19528
·
|
|
wx.FileDialog and scripts
Hello.
Does anyone know why I can't use a wx.FileDialog in a globalPlugin script? NVDA crashes. However, elsewhere, for example calling it from the NVDA menu it works
Hello.
Does anyone know why I can't use a wx.FileDialog in a globalPlugin script? NVDA crashes. However, elsewhere, for example calling it from the NVDA menu it works
|
By
Javi Domínguez
·
#19527
·
|
|
Re: Customize say all
Hi,
Here is the download link of the module compressed in zip:
Kind regards,
Abdel.
Hi,
Here is the download link of the module compressed in zip:
Kind regards,
Abdel.
|
By
Abdel
·
#19526
·
|
|
Re: Customize say all
Hi Abdel,
Did you post a link for the add-on? I am not finding it in the message?
Thanks.
Hi Abdel,
Did you post a link for the add-on? I am not finding it in the message?
Thanks.
|
By
Travis Roth
·
#19525
·
|
|
Re: Customize say all
Hi Alberto,
No problem, thank you for your always very instructive and enriching questions.
As you can see, I used 2 mixin classes.
The objective is to be able to call the super method while
Hi Alberto,
No problem, thank you for your always very instructive and enriching questions.
As you can see, I used 2 mixin classes.
The objective is to be able to call the super method while
|
By
Abdel
·
#19524
·
|
|
Re: Customize say all
Alberto:
Hi Abdel,
thanks a lot for your code!
I'll study more deeply in next days, I'm quite in pause now... I have seen various interesting tricks.
Anyway, in my plans these bad things happen only
Alberto:
Hi Abdel,
thanks a lot for your code!
I'll study more deeply in next days, I'm quite in pause now... I have seen various interesting tricks.
Anyway, in my plans these bad things happen only
|
By
Alberto Buffolino
·
#19523
·
|
|
Re: Customize say all
Hi Alberto,
Here is a global plugin for the developer's scratchpad that should do the job you're asking for.
When UIA is enabled in the settings for Word or Microsoft Edge, the method to extend for
Hi Alberto,
Here is a global plugin for the developer's scratchpad that should do the job you're asking for.
When UIA is enabled in the settings for Word or Microsoft Edge, the method to extend for
|
By
Abdel
·
#19522
·
|
|
Re: New review request for LangReporter
Hi,
Without access to the add-on source code, my guess is that NVDA's type hints (typing module and friends) for various modules is causing assumptions from add-ons to not work properly. In this case,
Hi,
Without access to the add-on source code, my guess is that NVDA's type hints (typing module and friends) for various modules is causing assumptions from add-ons to not work properly. In this case,
|
By
Joseph Lee
·
#19521
·
|
|
New review request for LangReporter
hi,
This addon does not work with the latest Alpha version of NVDA.
Returns the following error:
ERROR - unhandled exception (10:56:29.334) - Dummy-9 (7264):
Traceback (most recent call last):
hi,
This addon does not work with the latest Alpha version of NVDA.
Returns the following error:
ERROR - unhandled exception (10:56:29.334) - Dummy-9 (7264):
Traceback (most recent call last):
|
By
Ângelo Abrantes
·
#19520
·
|
|
Re: Important notice on Add-on Updater and Windows App Essentials support policies: version jump to NVDA 2022.2 in September, Add-on Updater nightlight scrapped, extending Windows 10/11 feature updates support duration
Hi all,
IMPORTANT: starting from August 18, 2022 at midnight UTC (5 PM Pacific on August 17, 2022), Add-on Updater will not offer updates to itself and Windows App Essentials add-ons if you are not
Hi all,
IMPORTANT: starting from August 18, 2022 at midnight UTC (5 PM Pacific on August 17, 2022), Add-on Updater will not offer updates to itself and Windows App Essentials add-ons if you are not
|
By
Joseph Lee
·
#19519
·
|
|
Re: First steps in addon development
Dear all, Really thanks a lot for all your responses. :-)
Appreciate it
Dear all, Really thanks a lot for all your responses. :-)
Appreciate it
|
By
Akash Kakkar
·
#19518
·
|
|
Re: First steps in addon development
Hi Akash, thank you for your message, I'm happy to know that there are others walking this way with me ☺
Regarding autocompletion, I'm getting used to it in VSCode and I find it really useful,
Hi Akash, thank you for your message, I'm happy to know that there are others walking this way with me ☺
Regarding autocompletion, I'm getting used to it in VSCode and I find it really useful,
|
By
Ramón Corominas
·
#19517
·
|
|
Re: First steps in addon development
Hi,
NVDA versions and user environments: while I have NVDA alpha builds installed on my computer, I have several portable copies designed to test add-ons under beta, stable, and portable alpha
Hi,
NVDA versions and user environments: while I have NVDA alpha builds installed on my computer, I have several portable copies designed to test add-ons under beta, stable, and portable alpha
|
By
Joseph Lee
·
#19516
·
|
|
Re: First steps in addon development
Hello Samuel, thanks for your answer!
project directory to the scratchpad using the mklink command. This way I don't need to move files back and forth between my scratchpad and project folder
Good
Hello Samuel, thanks for your answer!
project directory to the scratchpad using the mklink command. This way I don't need to move files back and forth between my scratchpad and project folder
Good
|
By
Ramón Corominas
·
#19515
·
|