Hi
When I open a document as Hidden using automation the Dispose() method on the Desktop object does not release the Desktop from memory. However if I open a document as Visible and then use the Dispose() method everything is released from memory.
How can I properly dispose all objects when opening documents as hidden without first resorting to making them visible?
Thanks,
Simon
How to Dispose a hidden Desktop via Automation
How to Dispose a hidden Desktop via Automation
OOo 3.0.X on MS Windows Vista
Re: How to Dispose a hidden Desktop via Automation
http://user.services.openoffice.org/en/ ... top#p38664
http://www.oooforum.org/forum/viewtopic ... se+desktop
http://www.oooforum.org/forum/viewtopic ... se+desktop
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
[SOLVED]: How to Dispose a hidden Desktop via Automation
I also found my answer. If I use the Desktop.Terminate() method it does release the desktop from memory.
OOo 3.0.X on MS Windows Vista