|
Re: question about invoking windows settings from NVDA
Find the newly opened window, e.g. via EnumWindows, FindWindow or FindWindowEx, and then focus it.
Regards,
James Scholes
Find the newly opened window, e.g. via EnumWindows, FindWindow or FindWindowEx, and then focus it.
Regards,
James Scholes
|
By
James Scholes
·
#14616
·
|
|
question about invoking windows settings from NVDA
Hello.
I've set a button in a SettingsPanel class. I want that when it is pressed a Windows dialog will open where some parameters have to be modified.
I've done this:
def
Hello.
I've set a button in a SettingsPanel class. I want that when it is pressed a Windows dialog will open where some parameters have to be modified.
I've done this:
def
|
By
Javi Domínguez
·
#14615
·
|
|
Re: Implementing a virtual list which only NVDA can see
As a non technical user of zoom on the pc, and only having used it twice, I find one of the problems is in fact too much verbosity when things change, but I too do not know the answer if you are only
As a non technical user of zoom on the pc, and only having used it twice, I find one of the problems is in fact too much verbosity when things change, but I too do not know the answer if you are only
|
By
Brian's Mail list account
·
#14614
·
|
|
Re: Implementing a virtual list which only NVDA can see
mohammad suliman, il 13/02/2021 10.59, ha scritto:
Alberto:
Hi Mohammad,
very interesting topic.
Have you considered to populate a real list in a pop-up dialog using wx?
If you are not familiar with
mohammad suliman, il 13/02/2021 10.59, ha scritto:
Alberto:
Hi Mohammad,
very interesting topic.
Have you considered to populate a real list in a pop-up dialog using wx?
If you are not familiar with
|
By
Alberto Buffolino
·
#14613
·
|
|
Re: Implementing a virtual list which only NVDA can see
Thanks for your reply. In fact, the list we want to display is a list of names so translation isn't necessary. Also, we want the list to be as simple as possible, object navigation, selection and
Thanks for your reply. In fact, the list we want to display is a list of names so translation isn't necessary. Also, we want the list to be as simple as possible, object navigation, selection and
|
By
mohammad suliman
·
#14612
·
|
|
Re: Implementing a virtual list which only NVDA can see
It sounds like a pretty suboptimal idea in general. If the list items are on the screen, you can add the appropriate accessibility information to them. If they're not, how are you going to handle
It sounds like a pretty suboptimal idea in general. If the list items are on the screen, you can add the appropriate accessibility information to them. If they're not, how are you going to handle
|
By
James Scholes
·
#14611
·
|
|
Re: Next round of community add-on registrations: Word Nav, WinWizard, Console Toolkit
Hello,
When registering Win Wizard please use
https://github.com/lukaszgo1/winWizard/releases/tag/V5.0.2 rather than a
release which I've posted in December - the latest version contains some
fixes
Hello,
When registering Win Wizard please use
https://github.com/lukaszgo1/winWizard/releases/tag/V5.0.2 rather than a
release which I've posted in December - the latest version contains some
fixes
|
By
Lukasz Golonka
·
#14610
·
|
|
Implementing a virtual list which only NVDA can see
Hello all,
Hope my message finds you well,
I have a question: what is the best strategy to implement a virtual UI element which only NVDA can see? In our case, we would like to have a virtual list
Hello all,
Hope my message finds you well,
I have a question: what is the best strategy to implement a virtual UI element which only NVDA can see? In our case, we would like to have a virtual list
|
By
mohammad suliman
·
#14609
·
|
|
Re: Next round of community add-on registrations: Word Nav, WinWizard, Console Toolkit
Hi,
Update Channel selector and Proxy support might be registered too.
Regards.
El 12/02/2021 a las 4:30, Joseph Lee escribió:
--
Hi,
Update Channel selector and Proxy support might be registered too.
Regards.
El 12/02/2021 a las 4:30, Joseph Lee escribió:
--
|
By
José Manuel Delicado Alcolea
·
#14608
·
|
|
Re: I am asking about a problem with wxpython and NVDA.
Good, I comment that I do not see anything so I do not touch anything regarding the source in Windows.
Well this what happens I realized that when I carried a dialog that I had
Good, I comment that I do not see anything so I do not touch anything regarding the source in Windows.
Well this what happens I realized that when I carried a dialog that I had
|
By
Héctor Javier Benítez Corredera
·
#14607
·
|
|
Re: I am asking about a problem with wxpython and NVDA.
Hello
Maybe something to do with DPI awareness?
I just give you this key word to search NVDA code or the web for this term. But I do not know so much about it.
Did you increase the size of the text
Hello
Maybe something to do with DPI awareness?
I just give you this key word to search NVDA code or the web for this term. But I do not know so much about it.
Did you increase the size of the text
|
By
Cyrille
·
#14606
·
|
|
I am asking about a problem with wxpython and NVDA.
Hello, I would like to raise a problem that happens to me with the dialogs in NVDA and wxpython.
Well, it is about the size property in the dialogs, for example:
Hello, I would like to raise a problem that happens to me with the dialogs in NVDA and wxpython.
Well, it is about the size property in the dialogs, for example:
|
By
Héctor Javier Benítez Corredera
·
#14605
·
|
|
Re: Next round of community add-on registrations: Word Nav, WinWizard, Console Toolkit
Hi,
Willingness to use and give feedback on add-ons is the first step in reviewing add-ons. For basic review though, some familiarity with Python is a must because you’ll need to read add-on source
Hi,
Willingness to use and give feedback on add-ons is the first step in reviewing add-ons. For basic review though, some familiarity with Python is a must because you’ll need to read add-on source
|
By
Joseph Lee
·
#14604
·
|
|
Re: Next round of community add-on registrations: Word Nav, WinWizard, Console Toolkit
Ok, so how do I review an addon?
I for example have used if interpreters quite a lot, in fact I have finnished playing a game or 2 with it.
Its got nothing special, it just works and
Ok, so how do I review an addon?
I for example have used if interpreters quite a lot, in fact I have finnished playing a game or 2 with it.
Its got nothing special, it just works and
|
By
Shaun Everiss
·
#14603
·
|
|
Re: Next round of community add-on registrations: Word Nav, WinWizard, Console Toolkit
Hi,
The prerequisite for add-on registration is a basic review, and ones that didn’t go through them must pass it before being registered.
Cheers,
Joseph
Hi,
The prerequisite for add-on registration is a basic review, and ones that didn’t go through them must pass it before being registered.
Cheers,
Joseph
|
By
Joseph Lee
·
#14602
·
|
|
Re: Next round of community add-on registrations: Word Nav, WinWizard, Console Toolkit
Well there is the interactive fiction interpreters one.
I have used that for ages and ages by nick stocton.
It doesn't do anything special, I am not even sure if it has any keys, it
Well there is the interactive fiction interpreters one.
I have used that for ages and ages by nick stocton.
It doesn't do anything special, I am not even sure if it has any keys, it
|
By
Shaun Everiss
·
#14601
·
|
|
Next round of community add-on registrations: Word Nav, WinWizard, Console Toolkit
Hello all,
Based on recent reviews, the following add-ons will be registered on community add-ons website this weekend (sorry for this late action):
Console Toolkit
WinWizard
Word Nav
Are there
Hello all,
Based on recent reviews, the following add-ons will be registered on community add-ons website this weekend (sorry for this late action):
Console Toolkit
WinWizard
Word Nav
Are there
|
By
Joseph Lee
·
#14600
·
|
|
FW: [nvda] In-Process 12th February
Hi add-ons community,
I wish we can have more audio resources with more add-on authors being interviewed… But here it is. Hope my interview is useful for all.
Hi add-ons community,
I wish we can have more audio resources with more add-on authors being interviewed… But here it is. Hope my interview is useful for all.
|
By
Joseph Lee
·
#14599
·
|
|
Re: #chat #comunidadinternacional Newcomer in NVDA-AddOn group - Interested in Translating and or Python Development; I speak English (Native), Spanish (Native), Italian, German (about 5 years, but rusty), French (learning and at an A2 level
#chat
#comunidadinternacional
Thank you Noelia!
I'm going to spend today and tomorrow going through this! Also, I just subscribed to the nvda-tranlations list! Thanks again!
Best,
Joel
Thank you Noelia!
I'm going to spend today and tomorrow going through this! Also, I just subscribed to the nvda-tranlations list! Thanks again!
Best,
Joel
|
By
JD <joeld9315@...>
·
#14598
·
|
|
Re: #chat #comunidadinternacional Newcomer in NVDA-AddOn group - Interested in Translating and or Python Development; I speak English (Native), Spanish (Native), Italian, German (about 5 years, but rusty), French (learning and at an A2 level
#chat
#comunidadinternacional
Hello, in case Joseph is not active at this moment (since I haven't
see more replies), I suggest you to see this for more info about
translating NVDA.
I'm spanish, in case you want to speak in this
Hello, in case Joseph is not active at this moment (since I haven't
see more replies), I suggest you to see this for more info about
translating NVDA.
I'm spanish, in case you want to speak in this
|
By
Noelia Ruiz
·
#14597
·
|