
The thing is, if I uncheck the “Video” option - I can't scroll through video files with the mouse wheel (next/prev). Is this a bug? Windows 11.
Moderators: helmut, XnTriq, xnview, Dreamer
I have tabs disabled in the Settings. As for the video in the built-in file browser, it doesn't disappear after disabling this option, all videos are visible and can be viewed normally. The only change, as I wrote above, is the inability to scroll these files with the mouse wheel.user0 wrote: Wed Feb 19, 2025 11:18 am its filelist filter for Viewer tab
☐ Video will exclude all video files from Viewer tab filelist
Thank you very much for the clarification. But then the question remains: why does turning off the Video option in the Viewer filter make it completely impossible to use the mouse wheel to switch between videos? I don't see logic in that, no advantage for the user. It seems more like a bug?
Thanks, it makes more sense now. But why make separate filters for Browser and Viewer when you can make one common one? What does it do?user0 wrote: Wed Feb 19, 2025 7:13 pmYou can open video file in Viewer from Browser, but it will be excluded from Viewer filelist as soon as you navigate to another file.
Code: Select all
Filter = (View Filter and Select) and (User Filter and Select)
Code: Select all
If not Select then Filter = True Else Filter = Filter and Select End
Code: Select all
Filter = not (View Filter xor Select) and not (User Filter xor Select)
Code: Select all
If not Select then Filter = True Else Filter = Filter and Select End
viewtopic.php?f=82&t=45778adrem85 wrote: Thu Feb 20, 2025 10:59 am In my opinion, those who don't need video in the Viewer won't want to see it in the Browser. And vice versa