Page 1 of 1
Preview Pane - unresponsive program
Posted: 08 Sep 2016 13:41
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
Re: Preview Pane - unresponsive program
Posted: 10 Sep 2016 18:22
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
Re: Preview Pane - unresponsive program
Posted: 22 Oct 2016 11:17
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...
Re: Preview Pane - unresponsive program
Posted: 22 Oct 2016 15:09
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?