[Libreoffice-bugs] [Bug 154462] BASIC The ScriptForge.SF_FileSystem.pickfile macro runs once and fails on a second call (gtk3/gen)

2023-04-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154462 Jean-Pierre Ledure changed: What|Removed |Added Status|NEW |ASSIGNED

[Libreoffice-bugs] [Bug 154462] BASIC The ScriptForge.SF_FileSystem.pickfile macro runs once and fails on a second call (gtk3/gen)

2023-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154462 --- Comment #7 from Jean-Pierre Ledure --- Possible workarounds are: (1) in the user script, insert a statement, like in next code: sub pickafile() GlobalScope.BasicLibraries.LoadLibrary("ScriptForge") Set _SF_.FilePicker =

[Libreoffice-bugs] [Bug 154462] BASIC The ScriptForge.SF_FileSystem.pickfile macro runs once and fails on a second call (gtk3/gen)

2023-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154462 --- Comment #6 from Jean-Pierre Ledure --- The root cause is: when running next Basic code: Sub pickafile() a = CreateUnoService("com.sun.star.ui.dialogs.FilePicker") a.appendFilter("*.*", "*.*")

[Libreoffice-bugs] [Bug 154462] BASIC The ScriptForge.SF_FileSystem.pickfile macro runs once and fails on a second call (gtk3/gen)

2023-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154462 Jean-Pierre Ledure changed: What|Removed |Added CC||j...@ledure.be --- Comment

[Libreoffice-bugs] [Bug 154462] BASIC The ScriptForge.SF_FileSystem.pickfile macro runs once and fails on a second call (gtk3/gen)

2023-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154462 Rafael Lima changed: What|Removed |Added Component|Calc|BASIC -- You are receiving this

[Libreoffice-bugs] [Bug 154462] BASIC The ScriptForge.SF_FileSystem.pickfile macro runs once and fails on a second call (gtk3/gen)

2023-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154462 --- Comment #4 from Rafael Lima --- (In reply to gellid from comment #3) > Xisco asks for a sample document. I was already able to reproduce the problem. So no need of an attachment for now. -- You are receiving this mail because:

[Libreoffice-bugs] [Bug 154462] BASIC The ScriptForge.SF_FileSystem.pickfile macro runs once and fails on a second call (gtk3/gen)

2023-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154462 --- Comment #3 from gellid --- Xisco asks for a sample document. I tried to attach PickAFile.ods but this message appears "The content type ods file is invalid. Valid types must be of the form foo/bar where foo is one of application,

[Libreoffice-bugs] [Bug 154462] BASIC The ScriptForge.SF_FileSystem.pickfile macro runs once and fails on a second call (gtk3/gen)

2023-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154462 Rafael Lima changed: What|Removed |Added CC||rafael.palma.l...@gmail.com