|
Re: Differences between Winsound and Mwave?
Hello:
Hope other people provide more info.
I tried playing a file with nvwave and it worked well in an add-on. I
think that winsound maybe better to play sounds available on Windows
like icon error,
Hello:
Hope other people provide more info.
I tried playing a file with nvwave and it worked well in an add-on. I
think that winsound maybe better to play sounds available on Windows
like icon error,
|
By
Noelia Ruiz
·
#19394
·
|
|
Differences between Winsound and Mwave?
Hi!
What's the difference?
Which module is better for playing audio in NVDA?
thanks.
Hi!
What's the difference?
Which module is better for playing audio in NVDA?
thanks.
|
By
Han Solo
·
#19393
·
|
|
Re: a request for an example
Thank you!
It's very helpful.
greetings
W dniu 31.07.2022 o 23:13, Stefan Moisei via groups.io pisze:
Thank you!
It's very helpful.
greetings
W dniu 31.07.2022 o 23:13, Stefan Moisei via groups.io pisze:
|
By
Han Solo
·
#19392
·
|
|
Re: Refresh focus
Also, in case you're interested, you can see this message from Julien
sent to the development list in 2019. I remembered it seeing that you
prefixed a string with u"", and I have found it. In short,
Also, in case you're interested, you can see this message from Julien
sent to the development list in 2019. I remembered it seeing that you
prefixed a string with u"", and I have found it. In short,
|
By
Noelia Ruiz
·
#19391
·
|
|
Re: Refresh focus
For some reason sending keys it works better. Thanks to Karl-Otto who gave me a good piece of advice too.
-----Mensaje original-----
De: nvda-addons@nvda-addons.groups.io
For some reason sending keys it works better. Thanks to Karl-Otto who gave me a good piece of advice too.
-----Mensaje original-----
De: nvda-addons@nvda-addons.groups.io
|
By
Ramón García
·
#19390
·
|
|
Re: Refresh focus
You may try with obj.setfocus method too, to move the focus physically.
Enviado desde mi iPhone
You may try with obj.setfocus method too, to move the focus physically.
Enviado desde mi iPhone
|
By
Noelia Ruiz
·
#19389
·
|
|
Re: Refresh focus
Hi!
Just be aware that this won't work on systems that uses other languages than English. "New" in Swedish is "Ny" so you won't focus that file or folder if you let the system create it, i e sending
Hi!
Just be aware that this won't work on systems that uses other languages than English. "New" in Swedish is "Ny" so you won't focus that file or folder if you let the system create it, i e sending
|
By
Karl-Otto Rosenqvist
·
#19388
·
|
|
Re: Refresh focus
This was what I wanted, thank you, Noelia, y shown me the correct way.
def script_newFile(self, gesture):
fgObj = api.getForegroundObject()
route = ""
route +=
This was what I wanted, thank you, Noelia, y shown me the correct way.
def script_newFile(self, gesture):
fgObj = api.getForegroundObject()
route = ""
route +=
|
By
Ramón García
·
#19387
·
|
|
Re: a request for an example
https://github.com/ilyapashuk/SoundFile-nvda-addon
https://github.com/ilyapashuk/SoundFile-nvda-addon
|
By
Stefan Moisei
·
#19386
·
|
|
Re: Refresh focus
OK. I had to ask again for the focus object after setting the focus.
api.setFocusObject(itemObj)
obj = api.getFocusObject()
-----Mensaje original-----
De:
OK. I had to ask again for the focus object after setting the focus.
api.setFocusObject(itemObj)
obj = api.getFocusObject()
-----Mensaje original-----
De:
|
By
Ramón García
·
#19385
·
|
|
Re: Refresh focus
Thanks for your answer. F5 worked but I can't set the focus to that new file yet.
def script_newFile(self, gesture):
fgObj = api.getForegroundObject()
route = ""
route +=
Thanks for your answer. F5 worked but I can't set the focus to that new file yet.
def script_newFile(self, gesture):
fgObj = api.getForegroundObject()
route = ""
route +=
|
By
Ramón García
·
#19384
·
|
|
Re: Refresh focus
Welcome.
You may show your source code for a better reply. I'd try with the
redraw() method obj.redraw() or sending the f5 key to the system:
from keyboardHandler import
Welcome.
You may show your source code for a better reply. I'd try with the
redraw() method obj.redraw() or sending the f5 key to the system:
from keyboardHandler import
|
By
Noelia Ruiz
·
#19383
·
|
|
Refresh focus
Hi everyone,
My name is Ramón, from Spain. I am glad to be here.
I would like to ask you something about a script I am writing.
I am in Windows Explorer. There are 5 items in the list view
Hi everyone,
My name is Ramón, from Spain. I am glad to be here.
I would like to ask you something about a script I am writing.
I am in Windows Explorer. There are 5 items in the list view
|
By
Ramón García
·
#19382
·
|
|
Re: Recommendation to deal with NVDA's configurations in add-ons.
Hi again. I decided to do all the stuff in a configHelper, so, now is
easier to define a conspec. and the options can be recognized by the
ides without issues. I need to do more tests, but I like this
Hi again. I decided to do all the stuff in a configHelper, so, now is
easier to define a conspec. and the options can be recognized by the
ides without issues. I need to do more tests, but I like this
|
By
DaVid
·
#19381
·
|
|
Re: Groups.io will be down for maintenance this evening, starting at 9pm Pacific Time (4AM Saturday July 30, 2022 UTC), for approximately 15 minutes.
They are obviously changing out the hamsters in the wheel again grin.
Brian
--
bglists@...
Sent via blueyonder.(Virgin media)
Please address personal E-mail
They are obviously changing out the hamsters in the wheel again grin.
Brian
--
bglists@...
Sent via blueyonder.(Virgin media)
Please address personal E-mail
|
By
Brian's Mail list account
·
#19380
·
|
|
Recommendation to deal with NVDA's configurations in add-ons.
Hi there.
Today I developed a small utility to deal with NVDA's settings in our add-ons.
I really hate to write config.conf.['a1']['a2]['option'] each time I
need to access, or set a value in the
Hi there.
Today I developed a small utility to deal with NVDA's settings in our add-ons.
I really hate to write config.conf.['a1']['a2]['option'] each time I
need to access, or set a value in the
|
By
DaVid
·
#19379
·
|
|
Re: Groups.io will be down for maintenance this evening, starting at 9pm Pacific Time (4AM Saturday July 30, 2022 UTC), for approximately 15 minutes.
Hi,
Posted to Beta (Groups.IO) group a few hours ago but Mark didn’t send it out to all users. This is not the same one that affected Groups.IO last night. Official
Hi,
Posted to Beta (Groups.IO) group a few hours ago but Mark didn’t send it out to all users. This is not the same one that affected Groups.IO last night. Official
|
By
Joseph Lee
·
#19378
·
|
|
Groups.io will be down for maintenance this evening, starting at 9pm Pacific Time (4AM Saturday July 30, 2022 UTC), for approximately 15 minutes.
I have been led to understand that this information, being presented via a top-of-page banner in the Groups.io web interface, is not sent out to all email participants. So, I'm posting it here so
I have been led to understand that this information, being presented via a top-of-page banner in the Groups.io web interface, is not sent out to all email participants. So, I'm posting it here so
|
By
Brian Vogel
·
#19377
·
|
|
Re: a request for an example
That could have some difficulties...
1 - If you have the file extensions hidden, you must first get the file full path in order to get the name and extension of the file.
Doing that for every file
That could have some difficulties...
1 - If you have the file extensions hidden, you must first get the file full path in order to get the name and extension of the file.
Doing that for every file
|
By
Rui Fontes
·
#19376
·
|
|
a request for an example
Hello and welcome!
Could someone write an add-on that would play sound for particular file extensions in Explorer when navigating the files? For example: When the focus is on a file with the .mp3
Hello and welcome!
Could someone write an add-on that would play sound for particular file extensions in Explorer when navigating the files? For example: When the focus is on a file with the .mp3
|
By
Han Solo
·
#19375
·
|