Page 1 of 1

Set security for ScriptForge.Dictionary service

Posted: Thu Jan 30, 2025 3:24 pm
by luofeiyu
I have set the security for macro as below:

https://i.sstatic.net/yepg50w0.png

Execute according to the webpage https://help.libreoffice.org/latest/en- ... bPAR=BASIC

Code: Select all

GlobalScope.BasicLibraries.loadLibrary("ScriptForge")
Dim myDict As Variant
myDict = CreateScriptService("Dictionary")
https://i.sstatic.net/trazJWey.png

How can fix it?
Attached image since sstatic.net links will break
Attached image since sstatic.net links will break
202501301457.png (77.62 KiB) Viewed 9736 times

Re: Set security for ScriptForge.Dictionary service

Posted: Sat Feb 15, 2025 11:44 pm
by nickGiard
Hi, if you need to use Dictionary, is simplest to use EnumerableMap Service.
ScriptForge.Dictionary service is a lot more complex.