Preview Pane - unresponsive program

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
rpnfan
Posts: 89
Joined: 07 Jan 2016 21:42

Preview Pane - unresponsive program

Post by rpnfan »

I like to have the preview pane on all the time.

But when I mark a file, for example a .docx file, XY starts to load the preview -- which of course is fine. _But_ the preview is not loaded in the background, but keeps me from using XY, before the preivew is completed.

So for example I am "marking" file with the mouse (or arrow key) and then decide I need not this, but the next file in the folder list. But I can not go to the next file, before the preview is loaded. Neither I can not rename a file, before the preview is loaded.

Is there a way to solve this?

Best regards
Peter

admin
Site Admin
Posts: 66679
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Preview Pane - unresponsive program

Post by admin »

[Moved to Tips & Tricks, Questions & Answers]

There is a tweak PreviewDelayMsecs that could come in handy here:

Code: Select all

v15.90.0032 - 2015-11-14 11:34
    + Preview Tab: Experimentally you now can use ESC to prevent the delayed 
      preview from happening at all. Press ESC right after selecting the file 
      during the delay, or hold ESC while selecting the file.
      FYI, this tweak can delay previews:
        PreviewDelayMsecs=500
v15.90.0021 - 2015-11-09 17:20
    + Info Panel | Preview: Experimentally added a way to delay the preview so 
      that the current file is not immediately previewed after being selected. 
      This should make it a nicer experience to walk through a directory while 
      the Preview tab is open.
      Currently implemented as a tweak only (GUI later), in milliseconds:
        PreviewDelayMsecs=500
      The setting has no effect on the Floating Preview.
The tweak also affects the Preview Pane. Actually I think I should make it an official setting.

How to tweak: https://www.xyplorer.com/faq-topic.php?id=tweak

rpnfan
Posts: 89
Joined: 07 Jan 2016 21:42

Re: Preview Pane - unresponsive program

Post by rpnfan »

admin wrote:[Moved to Tips & Tricks, Questions & Answers]

There is a tweak PreviewDelayMsecs that could come in handy here:

Code: Select all

v15.90.0032 - 2015-11-14 11:34
    + Preview Tab: Experimentally you now can use ESC to prevent the delayed 
      preview from happening at all. Press ESC right after selecting the file 
      during the delay, or hold ESC while selecting the file.
      FYI, this tweak can delay previews:
        PreviewDelayMsecs=500
v15.90.0021 - 2015-11-09 17:20
    + Info Panel | Preview: Experimentally added a way to delay the preview so 
      that the current file is not immediately previewed after being selected. 
      This should make it a nicer experience to walk through a directory while 
      the Preview tab is open.
      Currently implemented as a tweak only (GUI later), in milliseconds:
        PreviewDelayMsecs=500
      The setting has no effect on the Floating Preview.
The tweak also affects the Preview Pane. Actually I think I should make it an official setting.

How to tweak: https://www.xyplorer.com/faq-topic.php?id=tweak
I'll try with 500 ms. That would already improve the experience a bit. Should be default maybe...

admin
Site Admin
Posts: 66679
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Preview Pane - unresponsive program

Post by admin »

No need to tweak anymore. It's now an official setting in config:
Configuration | Preview | Preview delay

Does 500 ms work for you?

Post Reply