
You can see how the preview scrollbar has moved away from the window edge.
This is on Win11x64, using a 64-bit preview dll from Foxit.
Any ideas on how to fix this? Thanks!
::fresh;
Running this script will display information about what handler ("facility") XY is currently using to preview:
Code: Select all
::text get('PreviewHandler');
I don't have any odt files to test and the one I quickly created in Word results in a 'Cannot Preview' in XY although it works in WE.GUID: {84F66100-FF7C-4fb4-B0C0-02CD7FB668FE}
DefaultName: Microsoft Word previewer
DisplayName: @C:\Program Files\Microsoft Office\Root\VFS\ProgramFilesCommonX64\Microsoft Shared\Office16\oregres.dll,-487
FriendlyTypeName: @%ProgramFiles%\Windows NT\Accessories\WORDPAD.EXE,-301
Try to uncheck the odt entry in "Office" and add a user defined entry that includes the bitness:results in a 'Cannot Preview' in XY although it works in WE
Code: Select all
odt>{84F66100-FF7C-4fb4-B0C0-02CD7FB668FE}>64
Omit the extension parameter to learn about the currently active preview handler while a preview is being shown.