Saved Layout Partially Applied?

I created a saved layout to show a folder in the top pane and a flattened view of the parent folder structure in the bottom pane of a dual horizontal layout. Both panes include Rating, Tags, and User Description columns.


When I apply the layout using the command shown below, the result shows two vertical panes and the extra column headings are missing. The structures in each pane are correct and the destination pane is correctly flattened. It seems that parts of the saved layout have been applied and other parts ignored. I'm using Opus 64-bit v10.5.0.3.




Regards, AB

"Go LAYOUT" will only use certain aspects of the layout.

For something like this, I think it would be better to use a command which explicitly turns on dual-vertical and flat-view in the current window, rather than use a layout.

[quote="leo"]"Go LAYOUT" will only use certain aspects of the layout.

For something like this, I think it would be better to use a command which explicitly turns on dual-vertical and flat-view in the current window, rather than use a layout.[/quote]
OK, I'll give that a go.

Maybe the help for Layout could be updated to describe which aspects are used and which are ignored.

Regards, AB

This achieves the same result by other means...


Here's the code.

@nodeselect Go CURRENT NEW [ Set COLUMNS=name,size,modified,rating,keywords,userdesc Set SORTBY=modified Go UP OPENINDUAL=horiz Set FOCUS=Right Set FLATVIEW=On,MixedNoFolders,Toggle Set COLUMNSTOGGLE=rating,keywords,userdesc Set SORTBY=modified ]
Regards, AB