https://bugs.documentfoundation.org/show_bug.cgi?id=154462
Rafael Lima <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|BASIC The |BASIC The |ScriptForge.SF_FileSystem.p |ScriptForge.SF_FileSystem.p |ickfile macro runs once, |ickfile macro runs once and |then returns error |fails on a second call | |(gtk3/gen) Status|NEEDINFO |NEW --- Comment #2 from Rafael Lima <[email protected]> --- I can reproduce this issue in "gtk3" and "gen". The first call works fine, but if you run it a second time, we get an error. Running the macro in kf5 works fine. If anyone else wants to test, do not forget to load the ScriptForge library first. For that, use the following: sub pickafile() GlobalScope.BasicLibraries.LoadLibrary("ScriptForge") f = ScriptForge.SF_FileSystem.pickfile() print(f) End Sub -- You are receiving this mail because: You are the assignee for the bug.
