https://bugs.documentfoundation.org/show_bug.cgi?id=154462
--- Comment #7 from Jean-Pierre Ledure <[email protected]> --- Possible workarounds are: (1) in the user script, insert a statement, like in next code: sub pickafile() GlobalScope.BasicLibraries.LoadLibrary("ScriptForge") Set _SF_.FilePicker = Nothing f = ScriptForge.SF_FileSystem.pickfile() print(f) End Sub (2) in the sources of ScriptForge, force next re-execution where appropriate: ... = CreateScriptService("com.sun.star.ui.dialogs.FilePicker") WHAT SHOULD BE DONE ? (1) is an immediate solution to help the user (2) does not solve the root cause but avoids error in the ScriptForge context Please recommendation is requested here. If implementation of (2) is requested, current bug report may be assigned to myself. -- You are receiving this mail because: You are the assignee for the bug.
