Re: Open a link in ui.browseableMessage()?


anthony borg
 

Hi rui

How to create a html file in a brouser please?
Thanks in advance

Anthony

-----Original Message-----
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Rui Fontes
Sent: 04 August 2021 13:58
To: nvda@nvda.groups.io
Subject: Re: [nvda] Open a link in ui.browseableMessage()?

Hello!


As far as I know, with ui.browseableMessage the links are always directed to Internet Explorer...

Only way I see to avoid that is creating, a html file using "with open"
and then:

# Opens our html file on default browser.
webbrowser.open(item.getDocFilePath())


Rui Fontes



Instead

Às 01:33 de 04/08/2021, 高生旺 escreveu:
Hello

If I open a link in ui.browseableMessage() then it always start
Internet Explorer. May I change it?

Appreciate your answers.

Coscell




Join nvda@nvda.groups.io to automatically receive all group messages.