Page 1 of 1

Generated hyperlinks changes on AOO 4.1.10

Posted: Sun Jun 20, 2021 1:11 pm
by arfgh
hey there friends.
Once updated to the last version of AOO i have been noticed that my generated hyperlinks via macro using the UNO API...

Code: Select all

obj.HyperLinkURL = "vnd.sun.star.script:standard.module1.HyperlinkReport?language=Basic&location=document
now when the user click on these generated hyperlinks, AOO request from us a confirmation. I have checked the macros security that i have in the most low state and i cant understand why now that confirmation is appearing... And i am guessing if there is some way to avoid that confirmation (yes/no) in order to proceed with the hyperlink...
 Edit: Topic locked. One question per topic, please. The first question has been answered.
-- MrProgrammer, forum moderator 
Also wanted to ask you all about to control via macro the event mouseover on these generated hyperlinks to have a custom descriptive text instead of the same script reference that appears by default. On its time, i was looking for a way to do this checking the UNO api reference, without any kind of luck :(

thx in advance

Re: Generated hyperlinks changes on AOO 4.1.10

Posted: Sun Jun 20, 2021 2:02 pm
by FJCC
The warning message is due to an excessively stringent fix for a security issue. It is already being fixed and I am actually running the test version of it. You can back up to version 4.1.9 by downloading from this archive. Uninstall 4.1.10 before you install the old version.

Re: Generated hyperlinks changes on AOO 4.1.10

Posted: Sun Jun 20, 2021 8:06 pm
by arfgh
ok.

By the way, some idea for the second question about the same uno api function ?
 Edit: Topic locked. One question per topic, please. The first question has been answered.
-- MrProgrammer, forum moderator