Page 1 of 2

Problem with FVS

Posted: 11 Mar 2021 02:28
by Posix
  1. Close all tabs in pane and open tabs in this order: "This computer" (must be something different from "ListBrowse"), "Folder XYZ" with FVS
  2. Close second tab "Folder XYZ" => "This computer" tab is active
  3. Open any drive to new tab (I used middle click to open "C:\")
  4. Go to new tab "C:\"
  5. "C:\" doesn't have specified FVS, but now it has same column settings as "Folder XYZ"
  6. Restart XYplorer and alls folder without FVS has same settings as settings for "Folder XYZ"

Re: Problem with FVS

Posted: 12 Mar 2021 09:14
by admin
I'm not sure about the bugginess of this. What would you have expected instead? It looks like at some point the FVS settings leaked into the "normal" settings. But there can be a situation when there are no "normal" settings available, in that case the last FVS settings have to be taken as the new "normal" ones.

Re: Problem with FVS

Posted: 12 Mar 2021 09:30
by Posix
In settings I enabled "Apply list styles globally" and disabled "Remember list settings per tab".
So I would expect one global settings for folders without FVS.
But if I open folder without FVS in new tab, then there is applied unexpectedly FVS from previously closed tab

Re: Problem with FVS

Posted: 12 Mar 2021 09:37
by admin
That global setting must come from somewhere. XY only stores the settings that are active in the current tabsets. If no "normal" setting exists during the session, then it cannot be applied.

Re: Problem with FVS

Posted: 12 Mar 2021 11:57
by Posix
Ok, so this is a feature and you don't see it as a bug.
Maybe I should give up FVS... :(

Re: Problem with FVS

Posted: 12 Mar 2021 14:03
by RalphM
Have you tried to set a default FVS for such cases?

Re: Problem with FVS

Posted: 12 Mar 2021 14:57
by admin
BTW, I could not reproduce the issue using your steps. :?

Re: Problem with FVS

Posted: 12 Mar 2021 16:22
by Posix
Default FVS without auto save didn't fix it but is good workaround.

Here is gif that shows the problem
Image

Re: Problem with FVS

Posted: 12 Mar 2021 17:06
by admin
OK, that helped. It's crucial to open the tab in the background. I'll look into it...

Re: Problem with FVS

Posted: 12 Mar 2021 18:13
by admin
Well, it was a bug! :bug: :tup: Fixed in next beta.

Re: Problem with FVS

Posted: 11 Jul 2021 20:46
by klownboy
Hi Don, this seems to be in some ways closely tied to the topic here viewtopic.php?p=179109#p179109 where we were relocating a background tab that has a different FVS than its destination, the FVS of the original tab location is used in lieu of the FVS of the destination location. So when we relocate the background, the relocation takes place, but it inherits the FVS view of the original tab as opposed to the FVS of the destination (i.e., in my case the destination is the "home" of the tab with a different FVS than the subs folders). At the time you said that could be fixed but you were knee deep in X64.

Re: Problem with FVS

Posted: 12 Jul 2021 09:25
by admin
Good point, fixed in next beta.

Re: Problem with FVS

Posted: 12 Jul 2021 17:26
by klownboy
Hi Don, v22.00.0030 isn't using the FVS for the destination folder on SC tab("relocate") for a background tab.

- My G:\Wallpaper\1920x1080 folder has a FVS with a view thumbnail #3 which for me is set at 240x240. I use zoom-to-fill pictures (a folder.jpg in each subfolder) to achieve the view shown below in the first capture.

- All my subfolders under G:\Wallpaper\1920x1080 (e.g., G:\Wallpaper\1920x1080\Mountains) have a FVS with thumbnail #2 set at 240x135 (16x9 like my monitor ratio).

- So when I run SC tab("relocate", $home, $i); in a script where $home is the tab's home and $i the tab index and the last "path" used on that tab was a subfolder like "G:\Wallpaper\1920x1080\Mountains", it's relocated to "G:\Wallpaper\1920x1080" correctly, but unfortunately it's in the thumbnail #2 view instead of the saved FVS of thumbnail #3 as you can see by the captures below. If the current folder happens to be in that tab which has the different FVSs, of course it's fine because it's the foreground tab.
Wallpaper-displays thumbnail #3-240x240.png
Wallpaper-displays thumbnail #3-240x240.png (603.6 KiB) Viewed 1965 times
Wallpaper-displays thumbnail #2 240x135.png
Wallpaper-displays thumbnail #2 240x135.png (199.75 KiB) Viewed 1965 times

Re: Problem with FVS

Posted: 12 Jul 2021 17:33
by admin
Well, you could have mentioned that you are talking about scripting... :whistle:

Fixed in next version.

Re: Problem with FVS

Posted: 12 Jul 2021 18:03
by klownboy
Yes sorry about that Don. Unfortunately I assumed you knew. I have a script I have set as a CEA so that it runs if I double click on white in the list pane. It does a couple of things: closes all tabs beyond my normal last locked tab and sends all tabs to their home location.