Base document doesn't sent DocumentLoeded event ...

Good evening,

I'm writing a base application with LibreOffice Version: 5.2.7.2 and Java 1.8.0_144 and Linux Debian Stretch.

I writed a macro to catch DocumentLoaded event. I understand this event will be trhown only one time, after document finished to load... But it looks like this event is never throw, because my macro is never called.

I succeded to catch DocumentActivated event, but it's throw multi times by session. My goal is to use DocumentLoaded event to manage singletons instances. If I can't catch this event, do you know an other way to manage singletons with basic base application ?

Thank you for your help.
Patrick

Hi Patrick,

Sounds similar to bug 91828.

Also, you might want to read bug reports 91879 and 107839 to see if they
are related to your problem.

Alex

Hi Patrick, Alexander,

Sounds similar to bug 91828.

Also, you might want to read bug reports 91879 and 107839 to see if they
are related to your problem.

And also this one for opening a database-document:
https://bugs.documentfoundation.org/show_bug.cgi?id=96625

Regards

Robert