Date
1 - 7 of 7
Adding a submenu and menu items to NVDA
David Mehler
Hello,
I know this is doable, I'm not sure how. For purposes of training i'd like to add a custom submenu to the NVDA menu structure and in that custom submenu have pointers to several included files, one text, two html that the user can select. I'm thinking this would be some kind of addon and a global plugin. I'm open to advice. Thanks. Dave.
|
|
Hi,
toggle quoted messageShow quoted text
Place Markers add-on does this. Essentially, you'd add a submenu when the global plugin starts (in its constructor or __init__ method). If this is done, you are responsible for removing the menu item when NVDA quits (via terminate method in your add-on class). Cheers, Joseph
-----Original Message-----
From: nvda@nvda.groups.io [mailto:nvda@nvda.groups.io] On Behalf Of David Mehler Sent: Thursday, July 7, 2016 11:14 AM To: nvda@nvda.groups.io Subject: [nvda] Adding a submenu and menu items to NVDA Hello, I know this is doable, I'm not sure how. For purposes of training i'd like to add a custom submenu to the NVDA menu structure and in that custom submenu have pointers to several included files, one text, two html that the user can select. I'm thinking this would be some kind of addon and a global plugin. I'm open to advice. Thanks. Dave.
|
|
May he's thinking about GUI SubMenus working in WX...
toggle quoted messageShow quoted text
2016-07-07 21:26 GMT+03:00, Joseph Lee <joseph.lee22590@...>:
Hi,
|
|
David Mehler
Hello,
toggle quoted messageShow quoted text
Thanks for the responses. I'm confused. Basically I'm wanting something like vocalizer does, once I install that addon it puts a vocalizer submenu in the NVDA menu. Thanks. Dave.
On 7/7/16, Paulius <paulius.leveris@...> wrote:
May he's thinking about GUI SubMenus working in WX...
|
|
Rui Fontes
You can see how it is done in our addon.
toggle quoted messageShow quoted text
Except the part of the license is open source... Rui Fontes Tiflotecnia, Lda. -----Mensagem Original----- De: David Mehler Data: sexta-feira, 8 de julho de 2016 07:48 Para: nvda@nvda.groups.io Assunto: Re: [nvda] Adding a submenu and menu items to NVDA Hello, Thanks for the responses. I'm confused. Basically I'm wanting something like vocalizer does, once I install that addon it puts a vocalizer submenu in the NVDA menu. Thanks. Dave.
On 7/7/16, Paulius <paulius.leveris@...> wrote:
May he's thinking about GUI SubMenus working in WX...
|
|
Kevin Huber
On 7/8/16, Rui Fontes <rui.fontes@...> wrote:
You can see how it is done in our addon.
|
|
Shivakumar Nataraajan
blindsea talks
toggle quoted messageShow quoted text
On 09/07/2016, Kevin Huber <kevin.huber1@...> wrote:
On 7/8/16, Rui Fontes <rui.fontes@...> wrote:You can see how it is done in our addon.
|
|