Stephan Bergmann schrieb:
On 12/15/08 20:44, Marten Feldtmann wrote:
| writerDocument |
    writerDocument :=     aMSKOO desktop
        loadComponentFromURL: 'file:///c:\test.odt' "<string>"
        TargetFrameName: '_blank' "<string>"
        SearchFlags: 0 "<long>"
        Arguments: Array new.

The only thing that catches my eye is the wrong "\" (vs. "/") in the file URL (but I doubt that is of relevance here).

Wooow ! Amazing ! That was it !

Using 'file:///c:\test.odt' and it is opened readonly. Using 'file:///c:/test.odt' and its working without problems !!!!!! I knew that it was not following the standard, but 2.4.x accepted it ...

Congratulations and many thanks !

On the other side: It works now but actually it seems a little suspect, that such a difference has such a strange impact on the working model ... perhaps it would be better so throw an exception ..

But ok it's working now .... and I updated my issue

Marten Feldtmann

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to