Mark Fletcher wrote:
> 
>  
> 
> Is it possible to programmatically open a document via webDAV without
> trying to unlock it? I've tried using XXE.openCopy, and that works fine
> if there are no resources in the file, otherwise, it prompts you to
> save-which I don't want my users to do. Or, if I disable the
> documentResources in the configuration, I get a bunch of broken images
> in the copy. Essentially I want the behavior you get when you try to
> open an exclusively locked file and it opens as read-only instead-just
> without all the warning dialogs popping up
> 
>  
> 
> This is for a very specialized (and restricted) configuration and I have
> an OpenedDocumentHook defined so I can make some special java calls if
> necessary. Is there any hope for me?
> 
>  

That is, for time to time, you want to use XXE as a document browser 
rather than a document editor.

You need something quite generic which is currently not implemented in 
XXE: ``File|Open'' + with a read-only checkbox. This read-only checkbox 
is truly useful when the document is stored on a WebDAV server 
supporting write locks.

I'm sorry but I don't see how this functionality could be implemented by 
a third-party Java programmer.

The functionality you need is sufficiently simple and generic to be 
implemented in XXE v4.x (probably not in XXE v4.0). I'll add this RFE to 
our TODO list.



Reply via email to