Hi
I've got a standard ActiveX Plugin I've written (this is the standard windows Previewer style plugin, not a DirOpus style plugin) that works on "*" (ie all file types).
It appears to work perfectly in DOpus (assuming I disable a few DOpus plugins).
+Except+ for one thing I've noticed.
If I select almost any file type, my plugin kicks in and I see it in the Viewer window.
EXCEPT when I select an INI file. in that case, I see.... nothing. My plugin never gets called.
I've played with enabling and disabling plugins in the DOpus settings, but still can't seem to get it to fire.
It works perfectly fine on any number of file types (LOG file, CS, JSON, XML etc).
The problem appears to have something to do with the "Windows TXT Preview Handler" configuration under the ActiveX + Preview + Office + Web plugins.
It appears that ALL of the extensions listed for WINDOWS TXT bypass the ActiveX Plugin support.
I've played with disabling/enabling that handler, I've disabled the "Text", "Multiview" and "Text File Thumbnail handlers" as well.
The only Catchall handler I have enabled is the "ActiveX" handler.
There is no Preview handler registered in the registry for the INI extension.
My ActiveX Preview handler IS registered for the "*" extension in the registry.
Any ideas? I'm stumped.