Hi :)
Many thanks for posting the answer back to this mailing-list. That is
likely to greatly improve the chances of people finding the fix for it when
it crops up again.
Oddly the coding brackets meant that my emailing system just left great big
empty gaps so it was only when i used Nabble that i was able to see the
answer. So i am going to try pasting the post into this email to see if
that fixes it for other people using the same system as me;
"Hi!
Just to let everybody know that I have finally spotted the mistake.
Instead of
renderer =
localContext.ServiceManager.createInstanceWithContext("com.sun.star.drawing.SlideRenderer",
localContext)
I should have written
renderer =
context.ServiceManager.createInstanceWithContext("com.sun.star.drawing.SlideRenderer",
context)
i.e. using the remote context instead of the local one.
Thomas"
Congrats and regards from
Tom :)
On 11 May 2014 11:59, tvi <thomas@thomasvial.fr> wrote:
Hi! Just to let everybody know that I have finally spotted the mistake. Instead of I should have written i.e. using the remote context instead of the local one. Thomas -- View this message in context: http://nabble.documentfoundation.org/Cannot-instantiate-SlideRenderer-service-from-python-script-tp4107371p4108309.html Sent from the Users mailing list archive at Nabble.com. -- To unsubscribe e-mail to: users+unsubscribe@global.libreoffice.org Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
-- To unsubscribe e-mail to: users+unsubscribe@global.libreoffice.org Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted