Displaying 1 result from an estimated 1 matches for "stardesktop".
Did you mean:
smartdesktop
2018 Dec 11
0
Libreoffice on 7.6
...then to the current download 6.1.2
and tried again - I get the same error.
If I go back to a 7.5 machine - same macro - it works just fine. This
happens on any of my CentOS 7.6 machines.
Any idea why its not happy ?
This is the line (second one) in the macro it gets basic runtime error
oDoc = StarDesktop.loadComponentFromURL(url, "_default", 0, aProps)
oDoc.Presentation.Pause = 0
There don't seem to be permission errors - everything is owned by the right
user and +r etc... The error is Basic runtime error property or method
not found: Presentation.
What might I be missing , thank...