Re: Question on 5.0 and StarDesktop.loadComponentFromURL

2015-08-15 Thread Fernand Vanrie
Jerry , can you load a new empty document ? oDocument = StarDesktop.LoadComponentFromUrl(private:factory/swriter,_default,0,loadArgs()) what's the operating system ? Is the oDoc = StarDesktop.loadComponentFromURL still valid in 5.0 ? I am calling it in my macro and getting an error about

Re: Question on 5.0 and StarDesktop.loadComponentFromURL

2015-08-15 Thread Laurent Godard
Hi Is the oDoc = StarDesktop.loadComponentFromURL still valid in 5.0 ? sure ! I am calling it in my macro and getting an error about the URL parameter which is file:///tmp/file.ptt so seems as though the file URL is OK and the file is present. wild guess file.ppt not ptt which is an

Question on 5.0 and StarDesktop.loadComponentFromURL

2015-08-14 Thread Jerry Geis
Is the oDoc = StarDesktop.loadComponentFromURL still valid in 5.0 ? I am calling it in my macro and getting an error about the URL parameter which is file:///tmp/file.ptt so seems as though the file URL is OK and the file is present. The error is BASIC runtime... type detection failed. Is