Jeff Hooker wrote: > > I'm using a virtual drive plugin with the Bluestream XDocs system. The plugin > functions for dynamically checking out XML content when I open an Xinclude or > a DITA topic, but when I try to use a helper application to open an image > file or a visio diagram in its native editing tool, a dialog box tells me > that that I don't have permission to access the file. > > The file is displayed in XMLmind, and is present in the cache. Any idea about > how to make this work? >
In my understanding, your virtual drive plugin downloads and then caches downloaded files on the local file-system. Please make sure that the code of your virtual drive plugin does not keep such files opened and/or does not lock them. I'm sorry but this is the only idea that comes to my mind. --- PS: Just to be sure: please turn off the option "Lock documents stored on the local filesystem" (Options|Preferences, Open section -- http://www.xmlmind.com/xmleditor/_distrib/doc/help/com.xmlmind.guiutil.PreferencesEditorDialog.html#openOptions).

