When I have a single lister the Left and Right View buttons seem to ignore their focus and each works on the open side. Unless I'm in dual mode I would prefer the buttons for the right disappear.
When I go to dual view then it get's a bit crazier. The right side buttons change the highligting on the left similar to how they had above but not completely.
I'm gonna post what's happening in a slew of button pushing and results and maybe you can figure out what's going wrong? I'll also post each script but just for one side as they're both the same now. I just made them the same by adding focus= to both sides of the buttons thinking that was the fix. I didn't code the buttons just added the focus= were I could, I also removed the hot keys, and redescribed the buttons trying to figure out why they are seemingly connected and how.
Button 1 is display details
Set VIEW=Details FOCUS=Left
Set COLUMNSREMOVE=thumbnail FOCUS=Left
@toggle:if&!COLUMNSTOGGLE=thumbnail
Button 2 is display details plus thumbnails
Set VIEW=Details FOCUS=Left
Set COLUMNSADD=thumbnail(0,96) FOCUS=Left
@toggle:if&COLUMNSTOGGLE=thumbnail
Button 3 is thumbnails
Set VIEW=Thumbnails FOCUS=Left
Here are the screen captures as I push the buttons on the left to the end of the right.
Notice the two left side buttons are highlighted but only the one on the right. Both sides are showing details.
Pushing the 2nd button give me details + thumbs on the left while details are still on the right yet the selection on the right has changed to the 2nd button which would be details + thumbs.
Selecting the third button on the left shows the thumbs less the details but add's the image toolbar. The right side also shows the 3rd button highlighted but still in details.
Now I'm moving to the right-hand side button 1. Shoudn't really do anything because it's in details mode yet it closed the image bar and causes the first 2 buttons on the left to be highlighted and changing the display to details + thumbnails on the left.
Button 2 on the right turns off the highlight on button 1 on the left and also goes into details + thumbs on the right.
Finally, the 3rd button on the right-side changes the highlighted button on the left-side to also be the 3rd. The right-side displays the thumbnail view. Technically both sides should be in thumbnail view. The image toolbar is appropriately displayed.