Dear LibreOffice forumers,
I’m using a python macro in LibreOffice to create a Folderpicker dialog by using the following piece of code:
fp = createUnoService(“com.sun.star.ui.dialogs.FolderPicker”)
…
fp.execute()
However, the created dialog doesn’t show a ‘Create new folder’ button which is there on Linux for example. I would need that feature.
Is this a bug? If not, any workaround?
Regards,
Akos